Click or drag to resize
SoVertexShaderParameterBufferObjecttype Property

Specifies the data type from the class OIV.Inventor.SbDataType of each generic vertex parameter component.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SbDataTypeDataTypes> type { get; }

Property Value

Type: SoSFEnumSbDataTypeDataTypes
Remarks

. SbDataType.Unknown is not allowed, the default value is OIV.Inventor.SbDataType.DataTypes.FLOAT.

See Also