BoundBlock2d.BoundBlock2d Constructor (Point2d, Point2d)

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 
Description

Constructs a box contracted to a segment between two points.

Links