All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---AnalysisEntity
o Property AnalysisImages( | ) As CATIAAnalysisImages (Read Only) |
Dim MyEntity As AnalysisEntity Dim analysisimages As AnalysisImages Set analysisimages = MyEntity.AnalysisImages
o Property AnalysisLocalEntities( | ) As CATIAAnalysisLocalEntities (Read Only) |
Dim MyEntity As AnalysisEntity Dim analysislocalEntity As AnalysisLocalEntities Set analysislocalEntity = MyEntity.AnalysisLocalEntities
o Property AnalysisSupports( | ) As CATIAAnalysisSupports (Read Only) |
o Property BasicComponents( | ) As CATIABasicComponents (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( | CATIAProduct | iConstraintProduct, |
CATIAConstraint | iConstraint) |
o Sub AddSupportFromPart( | CATIAProduct | iPartProduct, |
CATIAPart | iPart) |
o Sub AddSupportFromProduct( | CATIAProduct | iProduct, |
CATIAReference | iSupport) |
o Sub AddSupportFromPublication( | CATIAProduct | iProduct, |
CATIAPublication | iPublication) |
o Sub AddSupportFromReference( | CATIAReference | iReference, |
CATIAReference | iSupport) |
o Func GetReference( | CATBSTR | iComponent, |
CATBSTR | iLabel, | |
long | iLineIndex, | |
long | iColumnIndex, | |
long | iLayerIndex) As CATIAReference |
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, | |
CATIAReference | 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 © 2003, Dassault Systèmes. All rights reserved.