Share

AcGeBoundBlock2d::AcGeBoundBlock2d

C++

GE_DLLEXPIMPORT AcGeBoundBlock2d(
    const AcGePoint2d& point1, 
    const AcGePoint2d& point2
);

Description

Constructs a box contracted to a segment between two points.

Parameters

Parameters Description
point1 Input point 1
point2 Input point 2

Links

AcGeBoundBlock2d

Was this information helpful?