Go to: Related nodes. Attributes.

This node defines a NURBS curve that is derived from a NURBS surface isoparm. The isoparm is defined by the "isoparmValue" and "isoparmDirection" attributes. If the direction is "U", then the isoparm is along the U direction, ie. V = isoParmValue. If the direction is "V", then the isoparm is along the V direction, ie. U = isoparmValue.

You can query the minValueU, minValueV, maxValueU, maxValueV attributes of the input surface to determine the minimum and maximum parameter values of the surface.
Node name Parents MFn type Compatible function sets
curveFromSurfaceIso curveFromSurface kCurveFromSurfaceIso kBase
kNamedObject
kDependencyNode
kCreate
kCurveFromSurface
kCurveFromSurfaceIso

Related nodes

curveFromMesh, curveFromMeshEdge, curveFromSurface, curveFromSurfaceCoS, curveFromSurfaceBnd, curveInfo

Attributes (3)

isoparmDirection, isoparmValue, relativeValue

Long name (short name) Type Default Flags
isoparmValue (iv) double 0.0 outputinputconnectablestorablekeyable
Parameter value for the isoparm
isoparmDirection (idr) enum 0 outputinputconnectablestorablekeyable
Isoparm direction: 0 for U, 1 for V
relativeValue (rv) bool false outputinputconnectablestorable
True means use a relative parameter range for values, from 0.0 to 1.0. Otherwise, the parameter values are absolute values.