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

explicit AcConstrained2PointsConstructionLine(
    const AcGePoint3d& point1, 
    const AcGePoint3d& point2
);
Parameters
Parameters 
Description 
const AcGePoint3d& point1 
Input first 3D point. Relative to the work plane of the owning AcDbAssoc2dConstraintGroup object. 
const AcGePoint3d& point2 
Input second 3D point. Relative to the work plane of the owning AcDbAssoc2dConstraintGroup object. 
Description

Constructor.

Links