Dynamic Relaxation Clash Plugin

DynamicRelaxationSolver..::..RealPath Property

The real path to store the final calculated points.

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.