SoShaderParameterArray3fvalue 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 SoMFVec3f value { get; }
Public ReadOnly Property value As SoMFVec3f
Get
public:
property SoMFVec3f^ value {
SoMFVec3f^ get ();
}
member value : SoMFVec3f with get
Property Value
Type:
SoMFVec3fRemarks Default is one value (0,0,0).
See Also