ValidationObject..::..RotateValidationObject Method
Rotates the validation object, based on a rotation (angle) and
a rotation point, usually the center of the validation object.
Namespace:
DynamicRelaxationClashVerification.Models.DataModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
Syntax
public void RotateValidationObject( Rotation3D rotation, Point3D rotationPoint )
Public Sub RotateValidationObject ( _ rotation As Rotation3D, _ rotationPoint As Point3D _ )
public: void RotateValidationObject( Rotation3D^ rotation, Point3D^ rotationPoint )
Parameters
- rotation
- Type: Rotation3D
The rotation.
- rotationPoint
- Type: Point3D
The rotation point.