Angular3PointDimension Constructor (Vector2, Vector2, Vector2, Double)
|
Initializes a new instance of the Angular3PointDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Angular3PointDimension(
Vector2 centerPoint,
Vector2 startPoint,
Vector2 endPoint,
double offset
)
Public Sub New (
centerPoint As Vector2,
startPoint As Vector2,
endPoint As Vector2,
offset As Double
)
public:
Angular3PointDimension(
Vector2 centerPoint,
Vector2 startPoint,
Vector2 endPoint,
double offset
)
new :
centerPoint : Vector2 *
startPoint : Vector2 *
endPoint : Vector2 *
offset : float -> Angular3PointDimension
CONSTRUCTOR(
centerPoint AS Vector2,
startPoint AS Vector2,
endPoint AS Vector2,
offset AS REAL8
)
Parameters
- centerPoint
- Type: DXFReaderNETVector2
Center of the angle arc to measure. - startPoint
- Type: DXFReaderNETVector2
Angle start point. - endPoint
- Type: DXFReaderNETVector2
Angle end point. - offset
- Type: SystemDouble
Distance between the center point and the dimension line.
See Also