![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
A framework to define the display of texts. More...
#include <Prs3d_Text.hxx>
Static Public Member Functions | |
| static occ::handle< Graphic3d_Text > | Draw (const occ::handle< Graphic3d_Group > &theGroup, const occ::handle< Prs3d_TextAspect > &theAspect, const TCollection_ExtendedString &theText, const gp_Pnt &theAttachmentPoint) |
| Defines the display of the text. | |
| static occ::handle< Graphic3d_Text > | Draw (const occ::handle< Graphic3d_Group > &theGroup, const occ::handle< Prs3d_TextAspect > &theAspect, const TCollection_ExtendedString &theText, const gp_Ax2 &theOrientation, const bool theHasOwnAnchor=true) |
| Draws the text label. | |
A framework to define the display of texts.
|
static |
Draws the text label.
| theGroup | group to add primitives |
| theAspect | presentation attributes |
| theText | text to draw |
| theOrientation | location and orientation specified in the model 3D space |
| theHasOwnAnchor |
|
static |
Defines the display of the text.
| theGroup | group to add primitives |
| theAspect | presentation attributes |
| theText | text to draw |
| theAttachmentPoint | attachment point |