| GeometryCreateElement Method (VertexElementType) |
Creates a vertex element with specified type and add it to the geometry.
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic VertexElement CreateElement(
VertexElementType type
)
Public Function CreateElement (
type As VertexElementType
) As VertexElement
public:
VertexElement^ CreateElement(
VertexElementType type
)
member CreateElement :
type : VertexElementType -> VertexElement
Parameters
- type
- Type: Aspose.ThreeD.EntitiesVertexElementType
Vertex element type
Return Value
Type:
VertexElementCreated element.
Remarks
See Also