AcConstrainedSpline::AcConstrainedSpline(AcDbObjectId, AcGeNurbCurve3d&) Constructor   

C++
explicit AcConstrainedSpline(
    AcDbObjectId geomDependencyId, 
    const AcGeNurbCurve3d& spline
);
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. 
Description

Constructor.

Links