Go to: Related nodes. Attributes.

Compute a planar trimmed surface by building a plane that contains all the input curves and trimming the surface to the input curves. Use keepOutside to keep the outer regions. Otherwise the inner regions will be kept. The resulting planar trimmed surface can be linear or cubic.

Node nameParentsMFn typeCompatible function sets
planarTrimSurfaceabstractBaseCreatekPlanarTrimSrfkBase
kNamedObject
kDependencyNode
kCreate
kPlanarTrimSrf

Related nodes

trim, untrim

Attributes (5)

degree, inputCurve, keepOutside, outputSurface, tolerance

Long name (short name)TypeDefaultFlags
inputCurve (ic) nurbsCurveNULLarrayoutputinputconnectable
The planar curves with which to trim a plane.
degree (d) enum3outputinputconnectablestorablekeyable
The degree of the resulting surface: 1 - linear, 3 - cubic
keepOutside (ko) boolfalseoutputinputconnectablestorablekeyable
If true, keep the regions outside the given curves.
outputSurface (os) nurbsSurfaceNULLoutputconnectable
The planar trimmed surface.
tolerance (tol) distance (double)0.01cmoutputinputconnectablestorable
The distance tolerance for the cvs of the curves to be in the same plane.