Class MoFaceDetailI
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.details.SoDetail
-
- com.openinventor.inventor.details.SoFaceDetail
-
- com.openinventor.meshvizxlm.mapping.details.MoFaceDetail
-
- com.openinventor.meshvizxlm.mapping.details.MoFaceDetailI
-
- All Implemented Interfaces:
java.lang.Cloneable
public class MoFaceDetailI extends MoFaceDetail implements java.lang.Cloneable
Stores detail information about vertex-based shapes made of faces from unstructured meshes and structured line meshes.This class contains detail information about a face in a vertex-based shape made of faces (extends
MoFaceDetail
). Additional information includes the index of the cell that contains this face in the mesh stored in the associatedMoMeshDetail
(seeMoFaceDetail.getMeshDetail()
).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoFaceDetailI
clone()
SoDetail
copy()
Returns an instance that is a copy of this instance.long
getCellIndex()
Returns the index of the cell containing the face within the input mesh.-
Methods inherited from class com.openinventor.meshvizxlm.mapping.details.MoFaceDetail
getMeshDetail, getMeshRepresentationDetail, getValue
-
Methods inherited from class com.openinventor.inventor.details.SoFaceDetail
getFaceIndex, getNumPoints, getPartIndex, getPoint, getPoints, setFaceIndex, setNumPoints, setPartIndex, setPoint
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getCellIndex
public long getCellIndex()
Returns the index of the cell containing the face within the input mesh.- Returns:
- the cell index
-
copy
public SoDetail copy()
Description copied from class:SoFaceDetail
Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.- Overrides:
copy
in classMoFaceDetail
-
clone
public MoFaceDetailI clone()
- Overrides:
clone
in classMoFaceDetail
-
-