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