Dynamic Relaxation Clash Plugin

DynamicClashVerification..::..PhaseTwoResultCollection Property

Gets or sets the phase two result collection.

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

Syntax


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

Field Value

The phase two result collection.