explicit AcConstrainedDatumLine( const AcGePoint3d& pointOnLine, const AcGeVector3d& direction );
|
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. |
Constructor.