Path..::..SortCurrentPath Method
The method sorts a list of line segments, so that they occur in
correct order. This is done by looking at which line segments that
have equal line segment points. As Navisworks API doesn't give totally
equal points, a point tolerance is set to 5 mm. If two points have a distance
smaller than 5 mm between them, they are seen as the same point.
It returns a list of Point3D (nodes).
Namespace:
DynamicRelaxationClashVerification.Models.DataModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)