DiametricDimension Constructor (Vector2, Vector2, Double)
|
Initializes a new instance of the DiametricDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public DiametricDimension(
Vector2 centerPoint,
Vector2 referencePoint,
double offset
)
Public Sub New (
centerPoint As Vector2,
referencePoint As Vector2,
offset As Double
)
public:
DiametricDimension(
Vector2 centerPoint,
Vector2 referencePoint,
double offset
)
new :
centerPoint : Vector2 *
referencePoint : Vector2 *
offset : float -> DiametricDimension
CONSTRUCTOR(
centerPoint AS Vector2,
referencePoint AS Vector2,
offset AS REAL8
)
Parameters
- centerPoint
- Type: DXFReaderNETVector2
Center point of the circumference. - referencePoint
- Type: DXFReaderNETVector2
Point on circle or arc. - offset
- Type: SystemDouble
Distance between the reference point and the dimension text
Remarks The center point and the definition point define the distance to be measure.
See Also