Dynamic Relaxation Clash Plugin

DynamicClashVerification..::..RunPhaseTwoOfVerification Method

Runs the second and final phase of verification. This include running Dynamic relaxation solver with DR algorithm.

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

Syntax


public bool RunPhaseTwoOfVerification(
	Path newPath,
	bool firstTime
)
Public Function RunPhaseTwoOfVerification ( _
	newPath As Path, _
	firstTime As Boolean _
) As Boolean
public:
bool^ RunPhaseTwoOfVerification(
	Path^ newPath, 
	bool^ firstTime
)

Parameters

newPath
Type: DynamicRelaxationClashVerification.Models.DataModels..::..Path
The new path.
firstTime
Type: Boolean
if set to true [first time].

Return Value

true if XXXX, false otherwise.