DynamicClashTest..::..ClashCollectionList Property
Gets or sets the clash collection list. Contains all points which has been gone through during the dynamic clash test.
Namespace:
DynamicRelaxationClashVerification.ModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
Syntax
public ObservableCollection<Clash3D> ClashCollectionList { get; set; }
Public Property ClashCollectionList As ObservableCollection(Of Clash3D) Get Set
public: property ObservableCollection<Clash3D^>^ ClashCollectionList { ObservableCollection<Clash3D^>^ get (); void set (ObservableCollection<Clash3D^>^ value); }