BoundBlock2d Constructor (Point2d, Point2d)

Constructor for the BoundBlock2d class. Constructs a bounding block with specified minimum and maximum points.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public BoundBlock2d(
        Point2d point1,
        Point2d point2
)

Parameters

point1
Type: Teigha.GeometryPoint2d
[in] Minimum point.
point2
Type: Teigha.GeometryPoint2d
[in] Maximum point.
See Also

©  Bricsys NV. All rights reserved.