All Frameworks Object Hierarchy This Framework Indexes
This version allows you to manage inertia data, clashes, distances and sections.
| o Property Clashes( | ) As (Read Only) |
WARNING: this method will be DEPRECATED in the next release. It is recommended to use the method GetTechnologicalObject("Clashes") on the root product, to retrieve the Clashes collection.
Dim TheSPAWorkbench As Workbench
Set TheSPAWorkbench = CATIA.ActiveDocument.GetWorkbench ( "SPAWorkbench" )
Dim TheClashesList As Clashes
Set TheClashesList = TheSPAWorkbench.Clashes
| o Property Distances( | ) As (Read Only) |
WARNING: this method will be DEPRECATED in the next release. It is recommended to use the method GetTechnologicalObject("Distances") on the root product, to retrieve the Distances collection.
Dim TheSPAWorkbench As Workbench
Set TheSPAWorkbench = CATIA.ActiveDocument.GetWorkbench ( "SPAWorkbench" )
Dim TheDistancesList As Distances
Set TheDistancesList = TheSPAWorkbench.Distances
| o Property Inertias( | ) As (Read Only) |
WARNING: this method will be DEPRECATED in the next release. It is recommended to use the method GetTechnologicalObject("Inertia") on the product to analyze, to retrieve an Inertia object.
Dim TheSPAWorkbench As Workbench
Set TheSPAWorkbench = CATIA.ActiveDocument.GetWorkbench ( "SPAWorkbench" )
Dim TheInertiasList As Inertias
Set TheInertiasList = TheSPAWorkbench.Inertias
| o Property Sections( | ) As (Read Only) |
WARNING: this method will be DEPRECATED in the next release. It is recommended to use the method GetTechnologicalObject("Sections") on the root product, to retrieve the Sections collection.
Dim TheSPAWorkbench As Workbench
Set TheSPAWorkbench = CATIA.ActiveDocument.GetWorkbench ( "SPAWorkbench" )
Dim TheSectionsList As Sections
Set TheSectionsList = TheSPAWorkbench.Sections
| o Func GetMeasurable( | iMeasuredItem) As |
Dim referenceObject As referenceObject
Set referenceObject = "GetReference"
Dim TheSPAWorkbench As Workbench
Set TheSPAWorkbench = CATIA.ActiveDocument.GetWorkbench ( "SPAWorkbench" )
Dim TheMeasurable As Measurable
Set TheMeasurable = TheSPAWorkbench.GetMeasurable(referenceObject)
Copyright © 2003, Dassault Systèmes. All rights reserved.