All Frameworks Object Hierarchy This Framework Indexes
| o Property AnalysisImages( | ) As (Read Only) |
Dim MyEntity As AnalysisEntity Dim analysisimages As AnalysisImages Set analysisimages = MyEntity.AnalysisImages
| o Property AnalysisLocalEntities( | ) As (Read Only) |
Dim MyEntity As AnalysisEntity Dim analysislocalEntity As AnalysisLocalEntities Set analysislocalEntity = MyEntity.AnalysisLocalEntities
| o Property AnalysisSupports( | ) As (Read Only) |
| o Property BasicComponents( | ) As (Read Only) |
Dim MyEntity As AnalysisEntity Dim basiccomponents As BasicComponents Set basiccomponents = MyEntity.BasicComponents
| o Property Type( | ) As (Read Only) |
Dim MyEntity As AnalysisEntity Dim TypeofEntity As CATBSTR Set TypeofEntity = MyEntity.Type
| o Sub AddSupportFromConstraint( | iConstraintProduct, | |
| iConstraint) |
| o Sub AddSupportFromPart( | iPartProduct, | |
| iPart) |
| o Sub AddSupportFromProduct( | iProduct, | |
| iSupport) |
| o Sub AddSupportFromPublication( | iProduct, | |
| iPublication) |
| o Sub AddSupportFromReference( | iReference, | |
| iSupport) |
| o Func GetReference( | iComponent, | |
| iLabel, | ||
| iLineIndex, | ||
| iColumnIndex, | ||
| iLayerIndex) As |
| o Func GetValue( | iComponent, | |
| iLabel, | ||
| iLineIndex, | ||
| iColumnIndex, | ||
| iLayerIndex) As |
| o Sub SetReference( | iComponent, | |
| iLabel, | ||
| iLineIndex, | ||
| iColumnIndex, | ||
| iLayerIndex, | ||
| iValue) |
| o Sub SetValue( | iComponent, | |
| iLabel, | ||
| iLineIndex, | ||
| iColumnIndex, | ||
| iLayerIndex, | ||
| iValue) |
Dim analysisEntities As CATIAAnalysisEntities
Dim ThisAnalysisEntity As AnalysisEntity
Set ThisAnalysisEntity = analysisEntities.Add("SAMPressure")
ThisAnalysisEntity.SetValue("SAMPressureMag"," ",0,0,0,100)
Copyright © 2003, Dassault Systèmes. All rights reserved.