Creates a plane surface.
Rhino.AddPlaneSurface (arrPlane, dblDU, dblDV)
|
arrPlane |
Required. Array. The plane. |
|
dblDU |
Required. Number. The magnitude in the U direction. |
|
dblDV |
Required. Number. The magnitude in the V direction. |
|
String |
The identifier of the new object if successful. |
|
Null |
If not successful, or on error. |
Rhino.AddPlaneSurface Rhino.WorldXYPlane, 5.0, 3.0