C++
ACDBCORE2D_PORT explicit AcConstrainedSpline( AcDbObjectId geomDependencyId, const AcGeNurbCurve3d& spline );
Description
Constructor.
Parameters
Parameters | Description |
---|---|
geomDependencyId | Input the AcDbObjectId of the AcDbAssocGeomDependency object that this constrained spline is holding on to. |
spline | Input the AcGeNurbCurve3d indicating the AcGe representation of this constrained spline relative to the work plane of the owning AcDbAssoc2dConstraintGroup object. |