Dynamic Relaxation Clash Plugin

DynamicClashTest Members

The DynamicClashTest type exposes the following members.

Constructors


  Name Description
Public method DynamicClashTest
Initializes a new instance of the DynamicClashTest class.

Methods


  Name Description
Public method CreateAndAddClash3D
Creates the and add 3D clash to Clash collection.
Private method CreateClashGroupsBasedOnCompositeItem
Creates the clash groups based on the composite items. It creates clash groups for each different surface (composite item) that the validation object clashes with.
Public method CreateDynamicClashTest
Creates a new dynamic clash test, and setting the necessary properties.
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 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 RunClashTest
Runs the spesific ClashTest in Navisworks. Saves and creates 3D clashes, and deletes the clashes tests in navisworks with no clashes.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields


  Name Description
Private field _clashes
List of all 3D clashes that have occured in the clash testing.
Private field _document
The current document for use with the Navisworks API
Private field _documentClash
The current clash document in Navisworks
Private field _oDCT
The current clash tests in current clash document

Properties


  Name Description
Private property BoundaryGeometry
Current boundary geometry as ModelItemCollection
Public property ClashCollection
The clash collection with all logged 3D clashes.
Public property ClashCollectionList
Gets or sets the clash collection list. Contains all points which has been gone through during the dynamic clash test.
Public property ClashTolerance
The clash tolerance.
Public property ClashType
The clash type (hard, hard conservativ, etc)
Public property IsClashes
Gets or sets a value indicating whether this instance is clashes.
Private property ValidationObject
Current validation object as ModelItemCollection