SpaceAnalysisInterfaces ClashResult (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
ClashResult (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ClashResult
Represents the ClashResult object.
The ClashResult object is a set of conflicts resulting from a clash detection.
Property Index
-
Conflicts
- Returns the collection of computed Conflicts.
Method Index
-
Export
- Exports the results in a XML file.
Properties
-
Returns the collection of computed Conflicts.
- Example:
- This example retrieves the conflicts of NewClashResult ClashResult.
Dim NewConflicts As Conflicts
Set NewConflicts = NewClashResult.Conflicts
Methods
-
Exports the results in a XML file.
- Parameters:
-
- iType
- The type of export.
- iPath
- The path of the file.
- Example:
- This example exports the results of NewClashResult ClashResult.
Dim ThePath As String
NewClashResult.Export CatClashExportTypeXMLResultOnly, "c:\tmp\sample.xml"
Copyright © 2003, Dassault Systèmes. All rights reserved.