SemanticAttribute.SemanticAttribute
SemanticAttribute(VertexFieldSemantic)
Initialize a SemanticAttribute
public SemanticAttribute(VertexFieldSemantic semantic)
Parameter | Type | Description |
---|---|---|
semantic | VertexFieldSemantic | The semantic of the struct’s field. |
See Also
- enum VertexFieldSemantic
- class SemanticAttribute
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
SemanticAttribute(VertexFieldSemantic, string)
Initialize a SemanticAttribute
public SemanticAttribute(VertexFieldSemantic semantic, string alias)
Parameter | Type | Description |
---|---|---|
semantic | VertexFieldSemantic | The semantic of the struct’s field. |
alias | String | Alias of the field. |
See Also
- enum VertexFieldSemantic
- class SemanticAttribute
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D