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