M_Rhino_Geometry_NurbsSurface_CreateFromCorners_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Makes a surface from 4 corner points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static NurbsSurface CreateFromCorners(
Point3d corner1,
Point3d corner2,
Point3d corner3,
Point3d corner4,
double tolerance
)
VB
Public Shared Function CreateFromCorners (
corner1 As Point3d,
corner2 As Point3d,
corner3 As Point3d,
corner4 As Point3d,
tolerance As Double
) As NurbsSurface
- corner1
- Type: Rhino.Geometry.Point3d
The first corner. - corner2
- Type: Rhino.Geometry.Point3d
The second corner. - corner3
- Type: Rhino.Geometry.Point3d
The third corner. - corner4
- Type: Rhino.Geometry.Point3d
The fourth corner. - tolerance
- Type: System.Double
Minimum edge length without collapsing to a singularity.
Type: NurbsSurface
The resulting surface or null on error.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurface Class
CreateFromCorners Overload
Rhino.Geometry Namespace