Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Text3D

Index

Constructors

constructor

  • new Text3D(occWorkerManager: OCCTWorkerManager, context: Context, draw: Draw, occt: OCCTW): Text3D
  • Parameters

    • occWorkerManager: OCCTWorkerManager
    • context: Context
    • draw: Draw
    • occt: OCCTW

    Returns Text3D

Methods

create

  • Creates a 3d text

    group

    create

    shortname

    create 3d text

    drawable

    true

    Parameters

    Returns Promise<Text3DData<TopoDSShapePointer>>

    3d text

createTextOnFace

createTextsOnFace

definition3dTextOnFace

  • Creates 3d text that will be used on the face defintion

    group

    definitions

    shortname

    3d text face def

    drawable

    false

    Parameters

    Returns Text3DFaceDefinitionDto

    definition

getAdvanceWidth

  • Get advance width

    group

    dimensions

    shortname

    get advance width

    drawable

    false

    Parameters

    Returns number

    width dimension

getAllFacesOfCutout

  • Gets all of the face cutouts from text 3d that was created on the original face

    group

    get from face

    shortname

    get all coutout faces

    drawable

    true

    Parameters

    Returns TopoDSShapePointer[]

    character coordinates as points

getCharacterCenterCoordinates

  • Gets the center of mass coordinates of all characters

    group

    get

    shortname

    character coordinates

    drawable

    true

    Parameters

    Returns Point3[]

    character coordinates as points

getCharacterShape

getCharacterShapes

  • Gets character shapes of the 3d text result

    group

    get

    shortname

    character shapes

    drawable

    true

    Parameters

    Returns TopoDSShapePointer[]

    character OCCT shapes of the 3d text result

getCompoundShape

getCutoutsInsideCharacters

  • Gets character face cutouts from text 3d that was created on the original face

    group

    get from face

    shortname

    get faces in characters

    drawable

    true

    Parameters

    Returns TopoDSShapePointer[]

    character coordinates as points

getFaceCutout

  • Gets the face cutout from text 3d that was created on the face

    group

    get from face

    shortname

    face cutout

    drawable

    true

    Parameters

    Returns TopoDSShapePointer

    character coordinates as points

Generated using TypeDoc