SoShaderParameterMatrix3value Property |
Specifies the parameter's value.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFMatrix3 value { get; }
Public ReadOnly Property value As SoSFMatrix3
Get
public:
property SoSFMatrix3^ value {
SoSFMatrix3^ get ();
}
member value : SoSFMatrix3 with get
Property Value
Type:
SoSFMatrix3Remarks Default is identity matrix.
See Also