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