SoMFVec3dSetValue Method (Double, Double, Double) |
Sets to one value from 3 doubles.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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: SystemDouble
- y
- Type: SystemDouble
- z
- Type: SystemDouble
Remarks See Also