Dynamic Relaxation Clash Plugin

ResultViewModel Members

The ResultViewModel type exposes the following members.

Constructors


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

Methods


  Name Description
Private method AddAcceleration
Adds the acceleration.
Private method AddForce
Adds the force.
Private method AddVelocity
Adds the velocity.
Protected method Broadcast``1 (Inherited from ViewModelBase.)
Private method ChangeDynamicClashVerification
Changes the dynamic clash verification.
Public method Cleanup (Inherited from ViewModelBase.)
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.)
Protected method RaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected method RaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method RaisePropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method RaisePropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from ObservableObject.)
Protected method RaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected method RaisePropertyChanging``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from ObservableObject.)
Public method ResultChanged
Results the changed.
Protected method Set``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP%, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method Set``1(String, UMP%, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method Set``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP%, UMP) (Inherited from ObservableObject.)
Protected method Set``1(String, UMP%, UMP) (Inherited from ObservableObject.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method VerifyPropertyName (Inherited from ObservableObject.)

Fields


  Name Description
Private field _accelerationCollection
The _acceleration collection
Private field _forceCollection
The _force collection
Private field _iterationCounter
The _iteration counter
Private field _velocityCollection
The _velocity collection
Private field result
The result

Properties


  Name Description
Public property AccelerationCollection
Gets or sets the acceleration collection.
Public property DynamicClashVerification
Gets or sets the dynamic clash verification.
Public property ForceCollection
Gets or sets the force collection.
Public property IsInDesignMode (Inherited from ViewModelBase.)
Protected property MessengerInstance (Inherited from ViewModelBase.)
Protected property PropertyChangedHandler (Inherited from ObservableObject.)
Protected property PropertyChangingHandler (Inherited from ObservableObject.)
Public property VelocityCollection
Gets or sets the velocity collection.

Events


  Name Description
Public event PropertyChanged (Inherited from ObservableObject.)
Public event PropertyChanging (Inherited from ObservableObject.)