Package com.aspose.threed
Class VertexElementPolygonGroup
- java.lang.Object
-
- com.aspose.threed.VertexElement
-
- com.aspose.threed.VertexElementIntsTemplate
-
- com.aspose.threed.VertexElementPolygonGroup
-
- All Implemented Interfaces:
IIndexedVertexElement
public class VertexElementPolygonGroup extends VertexElementIntsTemplate
Defines polygon group for specified components to group related polygons together.
-
-
Constructor Summary
Constructors Constructor Description VertexElementPolygonGroup()
Initializes a new instance of theVertexElementPolygonGroup
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexElement
clone(boolean withDirect, boolean withIndice)
-
Methods inherited from class com.aspose.threed.VertexElementIntsTemplate
clear, copyTo, getData, setData
-
Methods inherited from class com.aspose.threed.VertexElement
clone, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setIndices, setMappingMode, setName, setReferenceMode, toString
-
-
-
-
Constructor Detail
-
VertexElementPolygonGroup
public VertexElementPolygonGroup()
Initializes a new instance of theVertexElementPolygonGroup
class.
-
-
Method Detail
-
clone
public VertexElement clone(boolean withDirect, boolean withIndice)
-
-