Dynamic Relaxation Clash Plugin

Path..::..CurrentPath Property

Gets or sets the current path.

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

Syntax


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

Field Value

The current path.