Dynamic Relaxation Clash Plugin

DynamicClashVerification..::..SetValidationObject Method

Sets the validation object, with its needed properties.

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

Syntax


public void SetValidationObject(
	ModelItemCollection validationObjectItem,
	double axleCenterLength,
	AxlePosition axlePosition
)
Public Sub SetValidationObject ( _
	validationObjectItem As ModelItemCollection, _
	axleCenterLength As Double, _
	axlePosition As AxlePosition _
)
public:
void SetValidationObject(
	ModelItemCollection^ validationObjectItem, 
	double^ axleCenterLength, 
	AxlePosition^ axlePosition
)

Parameters

validationObjectItem
Type: ModelItemCollection
The validation object item.
axleCenterLength
Type: Double
Length of the axle center.
axlePosition
Type: DynamicRelaxationClashVerification.Models.DataModels..::..AxlePosition
The axle position.