All Frameworks Object Hierarchy This Framework Indexes
This interface is obtained from CATIADrawingText or CATIADrawingWelding interface. Update method must be called after text properties modification to refresh the visualization.
| o Property AnchorPoint( | ) As |
MyText.AnchorPoint = catRight
| o Property Blanking( | ) As |
MyText.Blanking = catBlankingOnGeom
| o Property Bold( | ) As |
oVal = MyText.Bold
| o Property Color( | ) As |
redCol =-16776961 'Encoded RGBA color within long integer (R=255 G=0 B=0 A=255) MyText.Color = redCol
| o Property FontName( | ) As |
MyText.SetFontName("Courrier 10 BT")
| o Property FontSize( | ) As |
iFontSize = 3.5 MyText.SetFontSize 0, 0, iFontSize
| o Property FrameType( | ) As |
MyText.FrameType = catEllipse
| o Property Italic( | ) As |
MyText.Italic = 1
| o Property Justification( | ) As |
MyText.Justification = catRight
| o Property Kerning( | ) As |
MyText.Kerning = 1
| o Property Mirror( | ) As |
MyText.Mirror = catTextNoFlip
| o Property Overline( | ) As |
oval = MyText.Overline()
| o Property StrikeThru( | ) As |
MyText.StrikeThru = 1
| o Property Subscript( | ) As |
MyText.Subscript = 1
| o Property Superscript( | ) As |
MyText.Superscript = 1
| o Property Underline( | ) As |
oval = MyText.Underline
| o Sub ActivateFrame( | iType) |
CatTextFrameType itype = catRectangle MyText.ActivateFrame itype
CatTextFrameType itype = catNone MyText.ActivateFrame itype
| o Sub Update( | ) |
MyText.Update
Copyright © 2003, Dassault Systèmes. All rights reserved.