All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---DrawingWelding
| o Property Angle( | ) As double |
Angle90Clockwise = -90 MyText.Angle = Angle90Clockwise
| o Property IdentificationLineSide( | ) As CatWeldingSide |
MyWeld.IdentificationLineSide = catWeldingUp
| o Property Leaders( | ) As CATIADrawingLeaders (Read Only) |
Dim LeaderCollection As DrawingLeaders Set LeaderCollection = MyWelding.Leaders
| o Property TextProperties( | ) As CATIADrawingTextProperties (Read Only) |
Dim TextProperties As DrawingTextProperties Set TextProperties = MyWelding.TextProperties
| o Property WeldingSide( | ) As CatWeldingSide |
MyWeld.WeldingSide = catWeldingUp
| o Property WeldingTail( | ) As CatDftWeldingTail |
MyWeld.WeldingTail = catDftWeldingTailYES
| o Property x( | ) As double |
X = MyWelding.x
| o Property y( | ) As double |
NewYCoordinate = 5*25.4/1000 MyWelding.y = NewYCoordinate
| o Func GetAdditionalSymbol( | CatWelding | iWeld) As CatWeldAdditionalSymbol |
MyWelding.Symbol = DftConcaveSymbol
| o Func GetFinishSymbol( | CatWelding | iWeld) As CatDftWeldFinishSymbol |
MyWelding.GetFinishSymbol(catWeldingFieldOne,oFinishSymbol)
| o Func GetSymbol( | CatWelding | iWeld) As CatWeldingSymbol |
MyWelding.GetSymbol(catWeldingFieldOne,oSymbol)
| o Func GetTextRange( | CatWeldingField | iField) As CATIADrawingTextRange |
Dim textRange As DrawingTextRange Set textRange = MyWelding.GetTextRange (catWeldingUp)
| o Sub SetAdditionalSymbol( | CatWeldAdditionalSymbol | iSymbol, |
| CatWelding | iweld) |
MyWelding.Symbol = DftConcaveSymbol
| o Sub SetFinishSymbol( | CatDftWeldFinishSymbol | iFinishSymbol, |
| CatWelding | iWeld) |
MyWelding.GetFinishSymbol(catWeldingFieldOne,catDftLetterCWelding)
| o Sub SetSymbol( | CatWeldingSymbol | iSymbol, |
| CatWelding | iweld) |
MyWelding.SetSymbol(catSquareWelding,catWeldingFieldOne)
Copyright © 2003, Dassault Systèmes. All rights reserved.