Skip to content

ACadSharp.Tables.DimensionStyle.CenterMarkSize

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

CenterMarkSize Property

Controls drawing of circle or arc center marks and centerlines by the DIMCENTER, DIMDIAMETER, and DIMRADIUS commands (see DIMCEN System Variable).

Remarks

For DIMDIAMETER and DIMRADIUS, the center mark is drawn only if you place the dimension line outside the circle or arc.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double CenterMarkSize { get; set; }

Property Value

Double

Value

0 No center marks or lines are drawn <0 Centerlines are drawn >0 Center marks are drawn
Clone this wiki locally