SoSFVec3d.SetValue Method (Double, Double, Double) |
Sets the field to the given value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic void SetValue(
double x,
double y,
double z
)
Public Sub SetValue (
x As Double,
y As Double,
z As Double
)
public:
void SetValue(
double x,
double y,
double z
)
member SetValue :
x : float *
y : float *
z : float -> unit
Parameters
- x
- Type: System.Double
- y
- Type: System.Double
- z
- Type: System.Double
Remarks
See Also