SoBufferedShapetexCoordsComponentsType Property |
SbDataType.DataType type for the texture coordinates.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoMFEnum<SbDataTypeDataTypes> texCoordsComponentsType { get; }
Public ReadOnly Property texCoordsComponentsType As SoMFEnum(Of SbDataTypeDataTypes)
Get
public:
property SoMFEnum<SbDataTypeDataTypes>^ texCoordsComponentsType {
SoMFEnum<SbDataTypeDataTypes>^ get ();
}
member texCoordsComponentsType : SoMFEnum<SbDataTypeDataTypes> with get
Property Value
Type:
SoMFEnumSbDataTypeDataTypes
Remarks. Default is SbDataType.FLOAT.
See Also