All Frameworks Object Hierarchy This Framework Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Clash
| o Property AnnotatedViews( | ) As CATIAAnnotatedViews (Read Only) |
Dim TheAnnotatedViewsList As AnnotatedViews
Set TheAnnotatedViewsList = NewClash.AnnotatedViews
| o Property Clearance( | ) As double |
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 CatClashComputationType |
Dim ComputationType As CatClashComputationType
ComputationType = NewClash.ComputationType
NewClash.ComputationType = catClashComputationTypeBetweenAll
| o Property Conflicts( | ) As CATIAConflicts (Read Only) |
Dim NewConflicts As Conflicts
Set NewConflicts = NewClash.Conflicts
| o Property FirstGroup( | ) As CATIAGroup |
Dim FirstGroup As Group
Set FirstGroup = NewClash.FirstGroup
Dim FirstGroup As Group
NewClash.FirstGroup = FirstGroup
| o Property InterferenceType( | ) As CatClashInterferenceType |
Dim InterferenceType As CatClashInterferenceType
InterferenceType = NewClash.InterferenceType
NewClash.InterferenceType = CatClashInterferenceTypeContact
| o Property Marker3Ds( | ) As CATIAMarker3Ds (Read Only) |
Dim TheMarker3DsList As Marker3Ds
Set TheMarker3DsList = NewClash.Marker3Ds
| o Property SecondGroup( | ) As CATIAGroup |
Dim SecondGroup As Group
Set SecondGroup = NewClash.SecondGroup
Dim SecondGroup As Group
NewClash.SecondGroup = SecondGroup
| o Sub Compute( | ) |
NewClash.Compute
| o Sub Export( | CatClashExportType | iType, |
| CATBSTR | iPath) |
Dim ThePath As String
NewClash.Export CatClashExportTypeXMLResultOnly, "c:\tmp\sample.xml"
Copyright © 2003, Dassault Systèmes. All rights reserved.