Description:
Syntax:
public void Draw3dText(
string text,
Color color,
Plane textPlane,
double height,
string fontface,
bool bold,
bool italic,
TextHorizontalAlignment horizontalAlignment,
TextVerticalAlignment verticalAlignment
)
string text,
Color color,
Plane textPlane,
double height,
string fontface,
bool bold,
bool italic,
TextHorizontalAlignment horizontalAlignment,
TextVerticalAlignment verticalAlignment
)
Description:
Description:
Description:
Draws 3d text with a different plane than what is defined in the Text3d class.
Description:
Draws 3d text using the Text3d plane with an adjusted origin.