Path Members
The Path type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddProgress |
Adds the progress listener to this observable prosess.
(Inherited from ObservableProgress.) |
![]() |
AddResultListener |
Adds the result listener.
(Inherited from ObservableProgress.) |
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
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.) |
![]() |
FireProgressChanged |
Fires the progress changed: Tells all the listeners about
the change in the observable progress.
(Inherited from ObservableProgress.) |
![]() |
FireResultChanged |
Fires the result changed.
(Inherited from ObservableProgress.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PrintPathToFile |
Prints the path to file.
|
![]() |
RemoveDuplicationsInPath |
Removes the duplications in path.
|
![]() |
RemoveProgress |
Removes the progress listener from the observable prosess
(Inherited from ObservableProgress.) |
![]() |
RemoveResultListener |
Removes the result listener.
(Inherited from ObservableProgress.) |
![]() |
RevertStartPosition |
Reverts the start position of the validation object
|
![]() |
RunPathFactory |
Method that creates a list of Point3D, of a
ModelItemCollection input using Navisworks COM API.
|
![]() |
RunPathOptimalization |
Runs the path optimalization. The optimalization uses the clashes from the
clashlist to move the points in the realpath.
|
![]() |
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).
|
![]() |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() |
_currentPath |
A list of all the nodes that defines the path.
Is filled using the RunPathFactory
|
Properties
Name | Description | |
---|---|---|
![]() |
CurrentPath |
Gets or sets the current path.
|
![]() |
ProgressMax |
Gets or sets the progress maximum.
(Inherited from ObservableProgress.) |
![]() |
ProgressMin |
Gets or sets the progress minimum.
(Inherited from ObservableProgress.) |