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

C++
explicit AcConstrained2PointsConstructionLine(
    const AcGePoint3d& point1, 
    const AcGePoint3d& point2
);
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. 
Description

Constructor.

Links