Open CASCADE Technology  7.7.0
Static Public Member Functions

Prs3d_Text Class Reference

A framework to define the display of texts. More...

#include <Prs3d_Text.hxx>

Static Public Member Functions

static Handle< Graphic3d_TextDraw (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_TextDraw (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...
 

Detailed Description

A framework to define the display of texts.

Member Function Documentation

◆ Draw() [1/2]

static Handle< Graphic3d_Text > Prs3d_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 
)
static

Draws the text label.

Parameters
theGroupgroup to add primitives
theAspectpresentation attributes
theTexttext to draw
theOrientationlocation and orientation specified in the model 3D space
theHasOwnAnchor
Returns
text to draw

◆ Draw() [2/2]

static Handle< Graphic3d_Text > Prs3d_Text::Draw ( const Handle< Graphic3d_Group > &  theGroup,
const Handle< Prs3d_TextAspect > &  theAspect,
const TCollection_ExtendedString theText,
const gp_Pnt theAttachmentPoint 
)
static

Defines the display of the text.

Parameters
theGroupgroup to add primitives
theAspectpresentation attributes
theTexttext to draw
theAttachmentPointattachment point
Returns
text to draw

The documentation for this class was generated from the following file: