bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • OptionalmeasurementPoint: Point3
      • OptionalreferencePoint: Point3
      • Optionalaxis: ordinateAxisEnum
      • OptionallabelOffset: number
      • OptionaldecimalPlaces: number
      • OptionallabelSuffix: string
      • OptionallabelOverwrite: string
      • OptionalshowLeaderLine: boolean
      • OptionalremoveTrailingZeros: boolean
      • Optionalstyle: DimensionStyleDto

      Returns OrdinateDimensionDto

    Properties

    measurementPoint: Point3

    Point to measure coordinate from

    [1, 1, 1]
    
    referencePoint: Point3

    Reference origin point for coordinate system

    [0, 0, 0]
    

    Which axis coordinate to display (X, Y, or Z)

    x
    
    labelOffset: number

    Label offset from measurement point

    0.5
    

    0

    Infinity

    0.1

    decimalPlaces: number

    Decimal places for measurement display

    2
    

    0

    10

    1

    labelSuffix: string

    Label suffix text

    mm
    
    labelOverwrite: string

    Override label text with custom expression (supports 'val' for computed value, e.g., '100*val', 'X: val mm')

    1*val
    
    showLeaderLine: boolean

    Whether to show leader line from measurement point to label

    true
    
    removeTrailingZeros: boolean

    Remove trailing zeros from decimal places

    false
    

    Dimension style

    undefined
    

    true