Plane (PlaneSource)
Create a parallelogram given an origin and two points. The resolution indicates the number of division along each axis of the plane.
The Plane source can be used to add a polygonal parallelogram to the 3D scene. Unlike the sphere, cone, and cylinder sources, the parallelogram is exactly represented at the lowest resolution, but higher resolutions may be desired if this plane is to be used as an input to a filter. The output of the Plane source is polygonal data.

PropertyDescriptionDefault Value(s)Restrictions
Origin
(Origin)
This property specifies the 3D coordinate of the origin (one corner) of the plane. -0.5 -0.5 0  
Point1
(Point1)
This property specifies the 3D coordinate a second corner of the parallelogram. The line connecting this point and that specified by the Origin property define one edge of the parallelogram (its X axis). 0.5 -0.5 0  
Point2
(Point2)
This property specifies the 3D coordinate a third corner of the parallelogram. The line connecting this point and that specified by the Origin property define a second edge of the parallelogram (its Y axis). -0.5 0.5 0  
X Resolution
(XResolution)
This property specifies the number of divisions along the X axis of the parallelogram. 1

The value must be greater than or equal to 1.

 
Y Resolution
(YResolution)
This property specifies the number of divisions along the Y axis of the parallelogram. 1

The value must be greater than or equal to 1.