DynamicClashTest Members
The DynamicClashTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DynamicClashTest |
Initializes a new instance of the DynamicClashTest class.
|
Methods
Name | Description | |
---|---|---|
![]() |
CreateAndAddClash3D |
Creates the and add 3D clash to Clash collection.
|
![]() |
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.
|
![]() |
CreateDynamicClashTest |
Creates a new dynamic clash test, and setting the
necessary properties.
|
![]() |
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.) |
![]() |
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.) |
![]() |
RunClashTest |
Runs the spesific ClashTest in Navisworks. Saves and creates 3D
clashes, and deletes the clashes tests in navisworks with no
clashes.
|
![]() |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() |
_clashes |
List of all 3D clashes that have occured in the clash testing.
|
![]() |
_document |
The current document for use with the Navisworks API
|
![]() |
_documentClash |
The current clash document in Navisworks
|
![]() |
_oDCT |
The current clash tests in current clash document
|
Properties
Name | Description | |
---|---|---|
![]() |
BoundaryGeometry |
Current boundary geometry as ModelItemCollection
|
![]() |
ClashCollection |
The clash collection with all logged 3D clashes.
|
![]() |
ClashCollectionList |
Gets or sets the clash collection list. Contains all points which has been gone through during the dynamic clash test.
|
![]() |
ClashTolerance |
The clash tolerance.
|
![]() |
ClashType |
The clash type (hard, hard conservativ, etc)
|
![]() |
IsClashes |
Gets or sets a value indicating whether this instance is clashes.
|
![]() |
ValidationObject |
Current validation object as ModelItemCollection
|