Share

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

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.

Links

AcConstrainedDatumLine Class

Was this information helpful?