Description
Constructs a box contracted to a segment between two points.
Visual Basic
Public Sub New( point1 As Point2d, point2 As Point2d )
C#
public BoundBlock2d( Point2d point1, Point2d point2 );
Parameters
Parameters | Description |
---|---|
Point2d point1 | Input point 1 |
Point2d point2 | Input point 2 |