DynamicClashVerification Members
The DynamicClashVerification type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DynamicClashVerification |
Initializes a new instance of the DynamicClashVerification class.
|
Methods
Name | Description | |
---|---|---|
![]() |
CancelOptimization | |
![]() |
CancelVerification |
Cancels the verification.
|
![]() |
ChangeStatusIcon |
Changes the status icon.
|
![]() |
CreateNewDynamicClashTest |
Creates the new dynamic clash test.
|
![]() |
CreateNewDynamicMovement |
Creates the new dynamic movement.
|
![]() |
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.) |
![]() |
RevertStartPosition |
Reverts the start position.
|
![]() |
RunDynamicMovement | |
![]() |
RunPhaseOneOfVerification |
Runs the first phase of verification. This includes dynamic movement
thorugh path, and clash logging using dynamic clash testing. The result
are saved in the resultcollection as 3D clashes. The real path points after optimalization
are saved in the real point result list.
|
![]() |
RunPhaseTwoOfVerification |
Runs the second and final phase of verification. This include running
Dynamic relaxation solver with DR algorithm.
|
![]() |
SetBoundaryGeometry |
Sets the boundary geometry.
|
![]() |
SetPath |
Creates/ sets a new path, add a progress listener and
run the path factory (generating the path from COM API).
|
![]() |
SetValidationObject |
Sets the validation object, with its needed properties.
|
![]() |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() |
_icon |
The _icon
|
![]() |
_iconColor |
The _icon color
|
![]() |
_previousAnglePath |
The _previous angle path
|
![]() |
_solver | |
![]() |
_status |
The _status
|
![]() |
PhaseOneResultCollection |
The phase one result collection
|
![]() |
PhaseOneResultRealPointList |
The phase one result real point list
|
Properties
Name | Description | |
---|---|---|
![]() |
BoundaryGeometryItem |
The selected boundary geometry from the selection sets.
|
![]() |
ClashTolerance |
Gets or sets the clash tolerance.
|
![]() |
ClashType |
Gets or sets the type of the clash.
|
![]() |
Description |
The description of the verification analysis.
|
![]() |
DynamicClashTest |
The Dynamic Clash test used to run clash tests.
|
![]() |
DynamicMovement |
The dynamic movement instance used to create dynamic movments
for the validation object.
|
![]() |
DynamicRelaxationSolver |
The dynamic relaxation solver instance for solving the
verification using dynamic relaxation algorithm.
|
![]() |
Icon |
Gets or sets the icon.
|
![]() |
IconColor |
Gets or sets the color of the icon.
|
![]() |
MovementPrecision |
Gets or sets the movement precision.
|
![]() |
Name |
The name of the verification analysis.
|
![]() |
Path |
The Path instance for generating and optimizing
the current path.
|
![]() |
PathItem |
The selected path from the selection sets.
|
![]() |
PhaseTwoResultCollection |
Gets or sets the phase two result collection.
|
![]() |
PhaseTwoRotationResultCollection |
Gets or sets the phase two rotation result collection.
|
![]() |
ProgressListener |
The progress listener for listning on obervable progress objects;
DynamicRelaxationSolver and DynamicMovement.
|
![]() |
ResultListener |
Gets or sets the result listener.
|
![]() |
Status |
Gets or sets the status.
|
![]() |
ValidationObject |
Gets or sets the validation object.
|
![]() |
ValidationObjectItem |
The selected validation object from the selection sets.
|