Skip to content

Text3D Util

Class full path: Utils.Text3DUtil.Text3DUtil

Implementation of the functions for the 3D text

Classes

__Text3DUtil

Implementation of the functions for the 3D text

Functions

__init__()

read the data

get_bsplines(pnt, text, ref_pnt_pos, height, angle)

get the BSplines of the text

Parameters:

Name Type Description Default
pnt Point3D

reference point

required
text str

text

required
ref_pnt_pos TextReferencePointPosition

point position of the reference point

required
height float

height

required
angle Angle

rotation angle

required

Returns:

Type Description
List[BSpline3D]

list with the created BSpline3D