Dynamic Relaxation Clash Plugin

CallBackGeomListener..::..Path Property

The path generated if IsPath is true.

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

Syntax


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

Field Value

The path.