Angular2LineDimension Constructor (Vector2, Vector2, Vector2, Vector2, Double)
|
Initializes a new instance of the Angular2LineDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Angular2LineDimension(
Vector2 startFirstLine,
Vector2 endFirstLine,
Vector2 startSecondLine,
Vector2 endSecondLine,
double offset
)
Public Sub New (
startFirstLine As Vector2,
endFirstLine As Vector2,
startSecondLine As Vector2,
endSecondLine As Vector2,
offset As Double
)
public:
Angular2LineDimension(
Vector2 startFirstLine,
Vector2 endFirstLine,
Vector2 startSecondLine,
Vector2 endSecondLine,
double offset
)
new :
startFirstLine : Vector2 *
endFirstLine : Vector2 *
startSecondLine : Vector2 *
endSecondLine : Vector2 *
offset : float -> Angular2LineDimension
CONSTRUCTOR(
startFirstLine AS Vector2,
endFirstLine AS Vector2,
startSecondLine AS Vector2,
endSecondLine AS Vector2,
offset AS REAL8
)
Parameters
- startFirstLine
- Type: DXFReaderNETVector2
Start point of the first line that defines the angle to measure. - endFirstLine
- Type: DXFReaderNETVector2
End point of the first line that defines the angle to measure. - startSecondLine
- Type: DXFReaderNETVector2
Start point of the second line that defines the angle to measure. - endSecondLine
- Type: DXFReaderNETVector2
End point of the second line that defines the angle to measure. - offset
- Type: SystemDouble
Distance between the center point and the dimension line.
See Also