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