Package com.comsol.model
Interface GeomMeasureFinal
-
- All Superinterfaces:
GeomMeasureBase
,ModelEntity
,PrimitiveModelEntity
,SelectionContainer
public interface GeomMeasureFinal extends GeomMeasureBase
Geometry measure final feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeshSelection
selection()
Returns the measurement's selection.-
Methods inherited from interface com.comsol.model.GeomMeasureBase
getArea, getBoundaryArea, getBoundaryVolume, getBoundingBox, getLength, getNEntities, getNFiniteVoids, getPerimeter, getVolume, getVtxCoord, getVtxDistance
-
Methods inherited from interface com.comsol.model.ModelEntity
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
selection
MeshSelection selection()
Returns the measurement's selection.- Specified by:
selection
in interfaceGeomMeasureBase
- Returns:
- Selection.
-
-