Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • Text3DData

Index

Constructors

constructor

Properties

advanceWidth

advanceWidth: number

The advance width of the text

boundingBox

boundingBox: { x1: number; x2: number; y1: number; y2: number }

The bounding box of the text

Type declaration

  • x1: number
  • x2: number
  • y1: number
  • y2: number

characterCenterCoordinates

characterCenterCoordinates: Point3[]

All the letter coordinates of the 3d text

Optional characterParts

characterParts: CharacterPart<T>[]

The parts of letters

Optional compound

compound: T

Compounded shape of the 3d text

Optional faceParts

faceParts: FacePart<T>[]

This only applies if we use 3d text on face algorithms

name

name: string

Default name of the object

Optional originalInputs

originalInputs: Text3DDto | Texts3DFaceDto<T>

Original inputs

Optional shapes

shapes: ShapeWithId<TopoDSShapePointer>[]

All the shapes of the 3d text

type

type: string

Type of the object being configured

Generated using TypeDoc