Class DiametralDimensionDto (Advanced.Dimensions)
Constructors
constructor
new DiametralDimensionDto( centerPoint?: Point3, direction?: Vector3, diameter?: number, labelOffset?: number, decimalPlaces?: number, labelSuffix?: string, labelOverwrite?: string, showCenterMark?: boolean, removeTrailingZeros?: boolean, style?: DimensionStyleDto,): DiametralDimensionDto Parameters
OptionalcenterPoint: Point3Optionaldirection: Vector3Optionaldiameter: numberOptionallabelOffset: numberOptionaldecimalPlaces: numberOptionallabelSuffix: stringOptionallabelOverwrite: stringOptionalshowCenterMark: booleanOptionalremoveTrailingZeros: booleanOptionalstyle: DimensionStyleDto
Properties
centerPoint
direction
diameter
diameter: number
labelOffset
labelOffset: number
decimalPlaces
decimalPlaces: number
labelSuffix
labelSuffix: string
labelOverwrite
labelOverwrite: string
showCenterMark
showCenterMark: boolean
removeTrailingZeros
removeTrailingZeros: boolean
Optionalstyle
Center point of the circle/arc