VertexElementBinormal
Přehled
VertexElementBinormal je třída v Aspose.3D FOSS pro .NET. Dědici: VertexElementVector.
VertexElementBinormal.VertexElementBinormal() vytváří nový VertexElementBinormal s standardním mapováním a referenčním režimem.
Vlastnosti
| Name | Type | Access | Description |
|---|---|---|---|
Binormals | List<Vector4> | Read | Gets the binormals. |
VertexElementType | VertexElementType | Read | Gets the vertex element type. |
Name | string | Read/Write | Gets or sets the name. |
MappingMode | MappingMode | Read/Write | Gets or sets the mapping mode. |
ReferenceMode | ReferenceMode | Read/Write | Gets or sets the reference mode. |
Indices | IArrayList<int> | Read | Gets the indices. |
Metody
| Signature | Description |
|---|---|
VertexElementBinormal() | Creates an instance using the specified mapping and reference modes |
VertexElementBinormal(mappingMode: MappingMode, referenceMode: ReferenceMode) | |
SetIndices(data: int[]) | Sets the indices data |
Clear() | Clears all the data from this vertex element. |
ToString() | String representation of vertex element. |