Dynamic Relaxation Clash Plugin

ValidationObject Members

The ValidationObject type exposes the following members.

Constructors


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

Methods


  Name Description
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.)
Public method InitAllDynamicProperties
Initializes all dynamic properties.
Public method InitForcesAndMoments
Initializes the forces and moments.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method MoveValidationObject
Method for moving the Model item in the direction given by the 3D vector.
Public method RotateValidationObject
Rotates the validation object, based on a rotation (angle) and a rotation point, usually the center of the validation object.
Public method SetValidationObjectPosition
Method that sets the position of the validation object, given the point to move too (startPoint), and the rotation needed to get the correct direction of the validation object.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields


  Name Description
Protected field doc
The current Navisworks document opened in NW.
Public field Model
The validation object represented as a ModelItemCollection from Navisworks API.

Properties


  Name Description
Public property Acceleration
The acceleration of the validation object during dynamic relaxation. Elements: [x, y, z]
Public property AxleCenterDistance
The distance between the axle and the center of validation object. Is set to zero as default.
Public property AxlePosition
The axle position of the moveable axle. Can be front, rear or center. Center is default, if nothing else are selected. Use center if validation object is ex. a stretcher.
Public property Damping
The damping coefficient for the validation object in the dynamic relaxation equations.
Public property Force
The applied force on the validation object during clash. Elements: [x,y,z]
Public property Mass
The mass of the validation object.
Public property Stiffness
The stiffness of the validation object. More info about stiffness, see master thesis.
Public property Velocity
The velocity of the validation object during dynamic relaxation. Elements: [x, y, z]