Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OCCTDimensions

Index

Constructors

constructor

  • new OCCTDimensions(occWorkerManager: OCCTWorkerManager): OCCTDimensions
  • Parameters

    • occWorkerManager: OCCTWorkerManager

    Returns OCCTDimensions

Methods

pinWithLabel

  • group

    simple

    shortname

    pin with label

    drawable

    true

    Parameters

    • inputs: PinWithLabelDto

      a start and end point, direction and parameters for the label

    Returns Promise<TopoDSCompoundPointer>

    compound wires representing dimension

simpleAngularDimension

  • Creates simple angular dimension. By default we output degrees, but you can opt to use radians.

    group

    simple

    shortname

    angular dimension

    drawable

    true

    Parameters

    Returns Promise<TopoDSCompoundPointer>

    compound wires representing dimension

simpleLinearLengthDimension

  • Creates simple linear length dimension between two points - measuring units. You decide what kind of units you re using by providing a suffix.

    group

    simple

    shortname

    linear dimension

    drawable

    true

    Parameters

    Returns Promise<TopoDSCompoundPointer>

    compound wires representing dimensions

Generated using TypeDoc