Go to: Related nodes. Attributes.

This node creates a polygonal plane according to the width, height, and number of subdivisions in X and Y. UVs on the plane are created according to the texture attribute.

Node name Parents MFn type Compatible function sets
polyPlane polyPrimitive kPolyMesh kBase
kNamedObject
kDependencyNode
kPolyCreator
kPolyPrimitive
kPolyMesh

Related nodes

polyCreator, polyCreateFace, polyPrimitive, polyTorus, polyCube, polyCone, polySphere, polyCylinder, polyUnite, polyBoolOp, polyBlindData, mesh

Attributes (6)

createUVs, height, subdivisionsHeight, subdivisionsWidth, texture, width

Long name (short name) Type Default Flags
width (w) distance (double) 1.0cm outputinputconnectablestorablekeyable
Width of the plane.
height (h) distance (double) 1.0cm outputinputconnectablestorablekeyable
Height of the plane.
subdivisionsWidth (sw) integer 10 outputinputconnectablestorablekeyable
Subdivisions along the width of the plane.
subdivisionsHeight (sh) integer 10 outputinputconnectablestorablekeyable
Subdivisions along the height of the plane.
texture (tx) enum 1 outputinputconnectablestorable
What texture mechanism to be applied. 0=No textures; 1=stretch to fit; 2=preserve aspect ratio
createUVs (cuv) enum 1 outputinputconnectablestorable
Create UVs or not.
  • 0: No UVs
  • 1: No Normalization
  • 2: Normalize and Preserve Aspect Ratio