Void
ITransformation3D
.Set(
IWorldPoint
origin,
IVector3D
vectorX,
IVector3D
vectorY,
IVector3D
vectorZ)
Sets the translation components to the given origin and sets the x, y and z axis using given vectors.
Remarks
Examples
Parameters
origin
Type:
IWorldPoint
The origin.
vectorX
Type:
IVector3D
The X vector.
vectorY
Type:
IVector3D
The Y vector.
vectorZ
Type:
IVector3D
The Z vector.
Return Value
Type: Void