Dynamic Relaxation Clash Plugin

DynamicMovement..::..RealPath Property

The real path used to store the points after optimalization.

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

Syntax


public List<Point3D> RealPath { get; set; }
Public Property RealPath As List(Of Point3D)
	Get
	Set
public:
property List<Point3D^>^ RealPath {
	List<Point3D^>^ get ();
	void set (List<Point3D^>^ value);
}

Field Value

The real path.