Dynamic Relaxation Clash Plugin

ResultListener..::..ResultChanged Method

Results the changed.

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

Syntax


void ResultChanged(
	ObservableProgress observableResult,
	Point2D velocityPoint,
	Point2D accelerationPoint,
	Point2D forcePoint
)
Sub ResultChanged ( _
	observableResult As ObservableProgress, _
	velocityPoint As Point2D, _
	accelerationPoint As Point2D, _
	forcePoint As Point2D _
)
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.