All Frameworks Object Hierarchy This Framework Indexes
o Property AnnotatedViews( | ) As (Read Only) |
Dim TheAnnotatedViewsList As AnnotatedViews Set TheAnnotatedViewsList = NewClash.AnnotatedViews
o Property Clearance( | ) As |
The clearance value must be greater than 0. Units are Millimeter.
Dim Value As double Value = NewClash.Clearance
NewClash.Clearance = 10.
o Property ComputationType( | ) As |
Dim ComputationType As CatClashComputationType ComputationType = NewClash.ComputationType
NewClash.ComputationType = catClashComputationTypeBetweenAll
o Property Conflicts( | ) As (Read Only) |
Dim NewConflicts As Conflicts Set NewConflicts = NewClash.Conflicts
o Property FirstGroup( | ) As |
Dim FirstGroup As Group Set FirstGroup = NewClash.FirstGroup
Dim FirstGroup As Group NewClash.FirstGroup = FirstGroup
o Property InterferenceType( | ) As |
Dim InterferenceType As CatClashInterferenceType InterferenceType = NewClash.InterferenceType
NewClash.InterferenceType = CatClashInterferenceTypeContact
o Property Marker3Ds( | ) As (Read Only) |
Dim TheMarker3DsList As Marker3Ds Set TheMarker3DsList = NewClash.Marker3Ds
o Property SecondGroup( | ) As |
Dim SecondGroup As Group Set SecondGroup = NewClash.SecondGroup
Dim SecondGroup As Group NewClash.SecondGroup = SecondGroup
o Sub Compute( | ) |
NewClash.Compute
o Sub Export( | iType, | |
iPath) |
Dim ThePath As String NewClash.Export CatClashExportTypeXMLResultOnly, "c:\tmp\sample.xml"
Copyright © 2003, Dassault Systèmes. All rights reserved.