Dynamic Relaxation Clash Plugin

ValidationObject..::..SetValidationObjectPosition Method

Method that sets the position of the validation object, given the point to move too (startPoint), and the rotation needed to get the correct direction of the validation object.

Namespace:  DynamicRelaxationClashVerification.Models.DataModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


public void SetValidationObjectPosition(
	Point3D startPoint,
	Rotation3D rot
)
Public Sub SetValidationObjectPosition ( _
	startPoint As Point3D, _
	rot As Rotation3D _
)
public:
void SetValidationObjectPosition(
	Point3D^ startPoint, 
	Rotation3D^ rot
)

Parameters

startPoint
Type: Point3D
The start point.
rot
Type: Rotation3D
The rotation .

Exceptions


ExceptionCondition
Exception