Class RadialDimensionDto (Advanced.Dimensions)
Constructors
constructor
new RadialDimensionDto( centerPoint?: Point3, radiusPoint?: Point3, labelOffset?: number, decimalPlaces?: number, labelSuffix?: string, labelOverwrite?: string, showDiameter?: boolean, showCenterMark?: boolean, removeTrailingZeros?: boolean, style?: DimensionStyleDto,): RadialDimensionDto Parameters
OptionalcenterPoint: Point3OptionalradiusPoint: Point3OptionallabelOffset: numberOptionaldecimalPlaces: numberOptionallabelSuffix: stringOptionallabelOverwrite: stringOptionalshowDiameter: booleanOptionalshowCenterMark: booleanOptionalremoveTrailingZeros: booleanOptionalstyle: DimensionStyleDto
Properties
centerPoint
radiusPoint
labelOffset
labelOffset: number
decimalPlaces
decimalPlaces: number
labelSuffix
labelSuffix: string
labelOverwrite
labelOverwrite: string
showDiameter
showDiameter: boolean
showCenterMark
showCenterMark: boolean
removeTrailingZeros
removeTrailingZeros: boolean
Optionalstyle
Center point of the circle/arc