Dynamic Relaxation Clash Plugin

Path Members

The Path type exposes the following members.

Methods


  Name Description
Public method AddProgress
Adds the progress listener to this observable prosess.
(Inherited from ObservableProgress.)
Public method AddResultListener
Adds the result listener.
(Inherited from ObservableProgress.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FireProgressChanged
Fires the progress changed: Tells all the listeners about the change in the observable progress.
(Inherited from ObservableProgress.)
Public method FireResultChanged
Fires the result changed.
(Inherited from ObservableProgress.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PrintPathToFile
Prints the path to file.
Public method RemoveDuplicationsInPath
Removes the duplications in path.
Public method RemoveProgress
Removes the progress listener from the observable prosess
(Inherited from ObservableProgress.)
Public method RemoveResultListener
Removes the result listener.
(Inherited from ObservableProgress.)
Public method RevertStartPosition
Reverts the start position of the validation object
Public method RunPathFactory
Method that creates a list of Point3D, of a ModelItemCollection input using Navisworks COM API.
Public method RunPathOptimalization
Runs the path optimalization. The optimalization uses the clashes from the clashlist to move the points in the realpath.
Public method SortCurrentPath
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).
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields


  Name Description
Private field _currentPath
A list of all the nodes that defines the path. Is filled using the RunPathFactory

Properties


  Name Description
Public property CurrentPath
Gets or sets the current path.
Public property ProgressMax
Gets or sets the progress maximum.
(Inherited from ObservableProgress.)
Public property ProgressMin
Gets or sets the progress minimum.
(Inherited from ObservableProgress.)