Click or drag to resize

DiametricDimension Constructor (Vector2, Vector2, Double, DimensionStyle)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DiametricDimension class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DiametricDimension(
	Vector2 centerPoint,
	Vector2 referencePoint,
	double offset,
	DimensionStyle style
)
Request Example View Source

Parameters

centerPoint
Type: netDxfVector2
Center point of the circumference.
referencePoint
Type: netDxfVector2
Point on circle or arc.
offset
Type: SystemDouble
Distance between the reference point and the dimension text
style
Type: netDxf.TablesDimensionStyle
The style to use with the dimension.
Remarks
The center point and the definition point define the distance to be measure.
See Also