Click or drag to resize

DimensionStyleCenterMarkSize Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Controls drawing of circle or arc center marks and centerlines.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double CenterMarkSize { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
0 - No center marks or lines are drawn.
greater than 0 - Center marks are drawn.
lower than 0 - Center marks and centerlines are drawn.
The absolute value specifies the size of the center mark or centerline. The size of the centerline is the length of the centerline segment that extends outside the circle or arc. It is also the size of the gap between the center mark and the start of the centerline. The size of the center mark is the distance from the center of the circle or arc to the end of the center mark.
Default: 0.09
See Also