All Frameworks Object Hierarchy This Framework Indexes
o Property AnalysisImages( | ) As (Read Only) |
Dim MyEntity As AnalysisEntity Dim myAnalysisImages As AnalysisImages Set myAnalysisImages = MyEntity.AnalysisImages
o Property AnalysisSupports( | ) As (Read Only) |
o Property BasicComponents( | ) As (Read Only) |
Dim MyEntity As AnalysisEntity Dim myBasicComponents As BasicComponents Set myBasicComponents = MyEntity.BasicComponents
o Property Type( | ) As (Read Only) |
o Sub AddSupportFromConstraint( | iConstraintProduct, | |
iConstraint) |
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.