Open CASCADE Technology
7.7.0
|
A framework to define the display of texts. More...
#include <Prs3d_Text.hxx>
Static Public Member Functions | |
static Handle< Graphic3d_Text > | Draw (const Handle< Graphic3d_Group > &theGroup, const Handle< Prs3d_TextAspect > &theAspect, const TCollection_ExtendedString &theText, const gp_Pnt &theAttachmentPoint) |
Defines the display of the text. More... | |
static Handle< Graphic3d_Text > | Draw (const Handle< Graphic3d_Group > &theGroup, const Handle< Prs3d_TextAspect > &theAspect, const TCollection_ExtendedString &theText, const gp_Ax2 &theOrientation, const Standard_Boolean theHasOwnAnchor=Standard_True) |
Draws the text label. More... | |
A framework to define the display of texts.
|
static |
Defines the display of the text.
theGroup | group to add primitives |
theAspect | presentation attributes |
theText | text to draw |
theAttachmentPoint | attachment point |
|
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 |