Constructor.
Public Sub New( geomDependencyId As ObjectId, spline As NurbCurve3d )
public ConstrainedSpline( ObjectId geomDependencyId, NurbCurve3d spline );
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. |
Comments? |