LineSegment2dSet(Point2d, Vector2d) Method

Specifies a point and vector for this line segment.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void Set(
        Point2d point,
        Vector2d vector
)

Parameters

point  Point2d
 
vector  Vector2d
[in] Defines the direction of the line and the second point of the line.
See Also

©  Bricsys NV. All rights reserved.