Open CASCADE Technology 6.6.0
|
#include <StepVisual_TextOrCharacter.hxx>
Public Member Functions | |
StepVisual_TextOrCharacter () | |
Returns a TextOrCharacter SelectType | |
Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
Recognizes a TextOrCharacter Kind Entity that is : 1 -> AnnotationText 2 -> CompositeText 3 -> TextLiteral 0 else | |
Handle_StepVisual_AnnotationText | AnnotationText () const |
returns Value as a AnnotationText (Null if another type) | |
Handle_StepVisual_CompositeText | CompositeText () const |
returns Value as a CompositeText (Null if another type) | |
Handle_StepVisual_TextLiteral | TextLiteral () const |
returns Value as a TextLiteral (Null if another type) |
StepVisual_TextOrCharacter::StepVisual_TextOrCharacter | ( | ) |
Handle_StepVisual_AnnotationText StepVisual_TextOrCharacter::AnnotationText | ( | ) | const |
Standard_Integer StepVisual_TextOrCharacter::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
Handle_StepVisual_CompositeText StepVisual_TextOrCharacter::CompositeText | ( | ) | const |
Handle_StepVisual_TextLiteral StepVisual_TextOrCharacter::TextLiteral | ( | ) | const |