AcConstrainedSpline::AcConstrainedSpline Constructor (AcDbObjectId, AcGeNurbCurve3d&)   

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

Constructor.

Links