Creates sketch geometry that represents isoparametric curves on a face. An isoparametric curve follows the surface in either the U or V parametric direction at a constant parameter value. This method calculates and creates sketch geometry that represents the isoparametric curves but all intelligence about how they were created is lost and the result is regular sketch curves.
To create parametric isoparametric curves, use the add method.
"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object. |
"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object. |
| Type | Description |
| SketchCurve[] | An array of sketch curves that were created as a result of the isoparametric curve operation. |
| Name | Type | Description |
| input | IsoparametricCurveInput | The IsoparametricCurveInput object that specifies the input needed to create the isoparametric curve(s). This is created using the createInput method. |