Dynamic Relaxation Clash Plugin

DynamicClashVerification..::..PhaseTwoRotationResultCollection Property

Gets or sets the phase two rotation result collection.

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

Syntax


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

Field Value

The phase two rotation result collection.