Dynamic Relaxation Clash Plugin

DynamicRelaxationSolver..::..RealAnglePath Property

Gets or sets the real angle path.

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

Syntax


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

Field Value

The real angle path.