Dynamic Relaxation Clash Plugin

DynamicMovement Members

The DynamicMovement type exposes the following members.

Constructors


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

Methods


  Name Description
Public method AddProgress
Adds the progress listener to this observable prosess.
(Inherited from ObservableProgress.)
Public method AddResultListener
Adds the result listener.
(Inherited from ObservableProgress.)
Public method Static member CalculateVectorAngle
Calculates the vector angle.
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 FireProgressChanged
Fires the progress changed: Tells all the listeners about the change in the observable progress.
(Inherited from ObservableProgress.)
Public method FireResultChanged
Fires the result changed.
(Inherited from ObservableProgress.)
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.)
Private method Static member InvalidateRect
Invalidates the rect.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method MoveValidationObjectThroughPath(DynamicClashTest)
Moves the validation object through path.
Public method MoveValidationObjectThroughPath(List<(Of <<'(Rotation3D>)>>))
Public method RemoveProgress
Removes the progress listener from the observable prosess
(Inherited from ObservableProgress.)
Public method RemoveResultListener
Removes the result listener.
(Inherited from ObservableProgress.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Private method Static member UpdateWindow
Updates the window.

Properties


  Name Description
Public property ClashTest
Public property MovementPrecision
The movement precision. The step distance for each move. The smaller number, the more accurate.
Public property Path
The current path to move along.
Public property ProgressMax
Gets or sets the progress maximum.
(Inherited from ObservableProgress.)
Public property ProgressMin
Gets or sets the progress minimum.
(Inherited from ObservableProgress.)
Public property RealPath
The real path used to store the points after optimalization.
Public property StopProgress
Public property ValidationObject
The current validation object to move.