VertexElementEdgeCrease
Overview
VertexElementEdgeCrease is a class in Aspose.3D FOSS for .NET.
Inherits from: VertexElementDoublesTemplate, IIndexedVertexElement.
Defines the edge crease for specified components
This class provides 6 methods for working with VertexElementEdgeCrease objects in .NET programs.
Available methods include: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementEdgeCrease.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | IArrayList<double> | Read | Gets the data. |
VertexElementType | VertexElementType | Read | Gets the type of the |
Name | string | Read/Write | Gets or sets the name. |
MappingMode | MappingMode | Read/Write | Gets or sets how the element is mapped. |
ReferenceMode | ReferenceMode | Read/Write | Gets or sets how the element is referenced. |
Indices | IArrayList<int> | Read | Gets the indices data |
Methods
| Signature | Description |
|---|---|
VertexElementEdgeCrease() | Initializes a new instance of the VertexElementEdgeCrease class. |
CopyTo(target: VertexElementDoublesTemplate) | Copies data to specified element |
SetData(data: double[]) | Sets the data value. |
Clear() | Calls Clear on this VertexElementEdgeCrease instance. |
SetIndices(data: int[]) | Sets the indices data |
ToString() | String representation of vertex element. |