Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d03c98fc b3d9 20b0 7fed 06f81da97a77

haplokuon edited this page May 6, 2023 · 1 revision

CenterMarkSize Property

netDxf 3.0.0 Library

Controls the drawing of circle or arc center marks and centerlines. (DIMCEN)

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double CenterMarkSize { get; set; }

VB

Public Property CenterMarkSize As Double
	Get
	Set

C++

public:
property double CenterMarkSize {
	double get ();
	void set (double value);
}

F#

member CenterMarkSize : float with get, set

Property Value

Double

Remarks

Default: 0.09
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 center line. The size of the center line is the length of the center line 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 center line. The size of the center mark is the distance from the center of the circle or arc to the end of the center mark.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally