ArcLengthDimensionSetDimensionLinePosition Method
|
Calculates the dimension offset from a point along the dimension line.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic void SetDimensionLinePosition(
Vector2 point
)
Public Sub SetDimensionLinePosition (
point As Vector2
)
public:
void SetDimensionLinePosition(
Vector2 point
)
member SetDimensionLinePosition :
point : Vector2 -> unit
METHOD SetDimensionLinePosition(
point AS Vector2
) AS VOID
Parameters
- point
- Type: DXFReaderNETVector2
Point along the dimension line.
Remarks
The start and end points of the reference lines will be modified,
the angle measurement is always made from the direction of the center-first point line to the direction of the center-second point line.
See Also