Plane.Plane

Plane()

Initializes a new instance of the Plane with default size 1x1.

public Plane()

See Also


Plane(double, double)

Initializes a new instance of the Plane.

public Plane(double length, double width)
ParameterTypeDescription
lengthDoubleLength of the plane.
widthDoubleWidth of the plane.

See Also


Plane(string, double, double, int, int)

Initializes a new instance of the Plane.

public Plane(string name, double length, double width, int lengthSegments, int widthSegments)
ParameterTypeDescription
nameStringName.
lengthDoubleLength of the plane.
widthDoubleWidth of the plane.
lengthSegmentsInt32Length segments.
widthSegmentsInt32Width segments.

See Also