C++
ACDBCORE2D_PORT AcDistanceConstraint( const AcGeVector3d& direction );
Description
Constructor. The direction type is set to kFixedDirection.
Parameters
Parameters | Description |
---|---|
direction | Input AcGeVector3d indicating the fixed direction which is used to measure the distance. The vector length must not be zero. |