Plane - superclass: GeometryClass; super-superclass:node - classID: #(136257020, 2002153317)
Constructor
plane...
meshGrid ...Properties
<Plane>.typeinCreationMethod Integer default: 0 -- alias: Creation_MethodSet the creation method:
0- Rectangle (Creates the plane primitive from one corner to the diagonally opposite corner, interactively setting different values for length and width.)
1- Square (Creates a square plane where length and width are equal.)
<Plane>.typeinPos Point3 default: [0,0,0] -- alias: type_in_positionPosition of the plane in the World Space Coordinate system.
<Plane>.typeinLength Float default: 25.0Length of the plane object.
<Plane>.typeinWidth Float default: 25.0Width of the plane object.
<Plane>.length Float default: 25.0 -- animatableLength of the plane object.
<Plane>.width Float default: 25.0 -- animatableWidth of the plane object.
<Plane>.lengthsegs Integer default: 4 -- animatable, alias: Length_SegmentsNumber of divisions along the length of the plane object.
<Plane>.widthsegs Integer default: 4 -- animatable, alias: Width_SegmentsNumber of divisions along the width of the plane object.
<Plane>.density Float default: 1.0 -- animatableSpecifies the factor by which the number of segments in both length and width are multiplied at render time.
<Plane>.renderScale Float default: 1.0 -- animatable, alias: Render_ScaleSpecifies the factor by which both length and width are multiplied at render time. Scaling is performed from the center outward.
<Plane>.mapCoords Boolean default: false --alias: MappingWhen on, generates texture coordinates for applying mapped materials to the plane.
The renderScale property is a multiplier applied to the Plane's length and width property values at render time.
The density property is a multiplier applied to the Plane's lsegs and wsegs property values at render time.
Interfaces
Interface:realWorldMapSizeInterfaceProperties
.realWorldMapSize: boolean : Read|WriteEnables/disables the real-world map size option. Available in 3ds Max 8 and higher.