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

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • OptionalcenterPoint: Point3
      • OptionalradiusPoint: Point3
      • OptionallabelOffset: number
      • OptionaldecimalPlaces: number
      • OptionallabelSuffix: string
      • OptionallabelOverwrite: string
      • OptionalshowDiameter: boolean
      • OptionalshowCenterMark: boolean
      • OptionalremoveTrailingZeros: boolean
      • Optionalstyle: DimensionStyleDto

      Returns RadialDimensionDto

    Properties

    centerPoint: Point3

    Center point of the circle/arc

    [0, 0, 0]
    
    radiusPoint: Point3

    Point on the radius/perimeter of the circle/arc

    [1, 0, 0]
    
    labelOffset: number

    Label offset from radius line

    0.1
    

    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', 'R val mm')

    1*val
    
    showDiameter: boolean

    Whether to show diameter instead of radius

    false
    
    showCenterMark: boolean

    Whether to show center mark at center point

    true
    
    removeTrailingZeros: boolean

    Remove trailing zeros from decimal places

    false
    

    Dimension style

    undefined
    

    true