WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface AngularFormatConfig

    角度格式化配置

    interface AngularFormatConfig {
        angularFormat: DimensionAngularFormat;
        angularDecimalPlaces: number;
        suppressLeadingZeros: boolean;
        suppressTrailingZeros: boolean;
    }
    Index

    Properties

    angularFormat: DimensionAngularFormat

    角度单位格式

    angularDecimalPlaces: number

    角度小数位数

    suppressLeadingZeros: boolean

    是否抑制前导零

    suppressTrailingZeros: boolean

    是否抑制尾随零