MeshCreateFromPlane Method |
Namespace: Rhino.Geometry
public static Mesh CreateFromPlane( Plane plane, Interval xInterval, Interval yInterval, int xCount, int yCount )
[Missing <returns> documentation for "M:Rhino.Geometry.Mesh.CreateFromPlane(Rhino.Geometry.Plane,Rhino.Geometry.Interval,Rhino.Geometry.Interval,System.Int32,System.Int32)"]
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when plane is a null reference. |
| ArgumentException | Thrown when xInterval is a null reference. |
| ArgumentException | Thrown when yInterval is a null reference. |
| ArgumentOutOfRangeException | Thrown when xCount is less than or equal to zero. |
| ArgumentOutOfRangeException | Thrown when yCount is less than or equal to zero. |