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

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • OptionalcenterPoint: Point3
      • Optionaldirection1: Vector3
      • Optionaldirection2: Vector3
      • Optionalradius: number
      • OptionallabelOffset: number
      • OptionaldecimalPlaces: number
      • OptionallabelSuffix: string
      • OptionallabelOverwrite: string
      • Optionalradians: boolean
      • OptionalremoveTrailingZeros: boolean
      • Optionalstyle: DimensionStyleDto

      Returns AngularDimensionDto

    Properties

    centerPoint: Point3

    Center point of the angle

    [0, 0, 0]
    
    direction1: Vector3

    First direction vector

    [1, 0, 0]
    
    direction2: Vector3

    Second direction vector

    [0, 1, 0]
    
    radius: number

    Radius of the dimension arc

    1
    

    0.1

    Infinity

    0.1

    labelOffset: number

    Label offset from arc

    0.1
    

    0

    Infinity

    0.1

    decimalPlaces: number

    Decimal places for angle display

    1
    

    0

    10

    1

    labelSuffix: string

    Suffix to add to the angle label

    °
    
    labelOverwrite: string

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

    1*val
    
    radians: boolean

    Whether to display angle in radians

    false
    
    removeTrailingZeros: boolean

    Remove trailing zeros from decimal places

    false
    

    Dimension style

    undefined
    

    true