DynamicClashTest..::..ClashCollection Property
The clash collection with all logged 3D clashes.
Namespace:
DynamicRelaxationClashVerification.ModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
Syntax
public ObservableCollection<Clash3D> ClashCollection { get; set; }
Public Property ClashCollection As ObservableCollection(Of Clash3D) Get Set
public: property ObservableCollection<Clash3D^>^ ClashCollection { ObservableCollection<Clash3D^>^ get (); void set (ObservableCollection<Clash3D^>^ value); }