SoMFColorSetValue Method (SbVec3f) |
Sets the field to contain one and only one value, the given color (expressed as RGB floating point values in the range 0.0 to 1.0), and deletes the second and subsequent values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
SbVec3f vec
)
Public Sub SetValue (
vec As SbVec3f
)
public:
void SetValue(
SbVec3f vec
)
member SetValue :
vec : SbVec3f -> unit
Parameters
- vec
- Type: OIV.InventorSbVec3f
Remarks See Also