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