AcConstrained2PointsConstructionLine::AcConstrained2PointsConstructionLine (AcGePoint3d&, AcGePoint3d&) Constructor

C++

ACDBCORE2D_PORT explicit AcConstrained2PointsConstructionLine(
    const AcGePoint3d& point1, 
    const AcGePoint3d& point2
);

Description

Constructor.

Parameters

Parameters Description
point1 Input first 3D point. Relative to the work plane of the owning AcDbAssoc2dConstraintGroup object.
point2 Input second 3D point. Relative to the work plane of the owning AcDbAssoc2dConstraintGroup object.

Links

AcConstrained2PointsConstructionLine Class