Package com.comsol.model
Interface GeomMeasure
-
- All Superinterfaces:
GeomMeasureBase
,ModelEntity
,PrimitiveModelEntity
,SelectionContainer
public interface GeomMeasure extends GeomMeasureBase
Geometry measure feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeomObjectSelection
selection()
Returns selection object for the measurement.-
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
GeomObjectSelection selection()
Returns selection object for the measurement.- Specified by:
selection
in interfaceGeomMeasureBase
- Returns:
- Geometry object selection.
-
-