ConstrainedSpline.ConstrainedSpline(ObjectId, NurbCurve3d) Constructor   MG2009New

Visual Basic
Public Sub New(
    geomDependencyId As ObjectId, 
    spline As NurbCurve3d
)
C#
public ConstrainedSpline(
    ObjectId geomDependencyId, 
    NurbCurve3d spline
);
Parameters
Parameters 
Description 
ObjectId geomDependencyId 
Input ObjectId indicating the AssocGeomDependency object to which this constrained spline is holding on. 
NurbCurve3d spline 
Input NurbCurve3d indicating the AcGe representation of this constrained spline Relative to the work plane of the owning Assoc2dConstraintGroup object. 
Description

Constructor.

Links