AcConstrainedDatumLine::AcConstrainedDatumLine Constructor (AcGePoint3d&, AcGeVector3d&)   

explicit AcConstrainedDatumLine(
    const AcGePoint3d& pointOnLine, 
    const AcGeVector3d& direction
);
Parameters
Parameters 
Description 
const AcGePoint3d& pointOnLine 
Input any 3D point, relative to the work plane of the owning AcDbAssoc2dConstraintGroup object. 
const AcGeVector3d& direction 
Input any 3D vector (not of zero length), relative to the work plane of the owning AcDbAssoc2dConstraintGroup object. 
Description

Constructor.

Links