maya.types.nurbs¶
Nurbs surface node type wrapper.
Classes¶
Wrapper for NURBS surface nodes. |
Module Contents¶
- class Nurbs(node_name)¶
Bases:
maya.core.shapenode.ShapeNodeWrapper for NURBS surface nodes.
- classmethod create(cmd, **kwargs)¶
Create a nurbs surface or primitive (e.g. nurbsPlane).
- cvs(space='world')¶
Return all control vertex positions.
- Args:
- spacestr, optional
Coordinate space to return the CVs in. Accepted values: “world”, “object”, “transform”. Default is “world”.
- Returns:
- OpenMaya.MPointArray
Array of CV positions in the requested space.
- valid_commands¶
- valid_primitives¶