Interface MeXLineCell
-
- All Superinterfaces:
MiCell
,MiLineCell
public interface MeXLineCell extends MiLineCell
Defines a cell of an extracted line mesh.A line cell is an edge element that connects adjacent nodes of a line mesh.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getLength(MiGeometryI meshGeometry)
Gets the length of the cell.-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.cell.MiCell
getCenter, getNodeIndex, getNumNodes, getRelativeSize, isPointInsideCell
-
-
-
-
Method Detail
-
getLength
double getLength(MiGeometryI meshGeometry)
Gets the length of the cell.This method is not used by extraction classes.
- Parameters:
meshGeometry
- the geometry of the mesh used to retrieve the node coordinates of this cell- Returns:
- the length of this cell
-
-