Dynamic Relaxation Clash Plugin

ResultViewModel..::..ResultChanged Method

Results the changed.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


public void ResultChanged(
	ObservableProgress observableResult,
	Point2D velocityPoint,
	Point2D accelerationPoint,
	Point2D forcePoint
)
Public Sub ResultChanged ( _
	observableResult As ObservableProgress, _
	velocityPoint As Point2D, _
	accelerationPoint As Point2D, _
	forcePoint As Point2D _
)
public:
void ResultChanged(
	ObservableProgress^ observableResult, 
	Point2D^ velocityPoint, 
	Point2D^ accelerationPoint, 
	Point2D^ forcePoint
)

Parameters

observableResult
Type: DynamicRelaxationClashVerification.Models..::..ObservableProgress
The observable result.
velocityPoint
Type: Point2D
The velocity point.
accelerationPoint
Type: Point2D
The acceleration point.
forcePoint
Type: Point2D
The force point.