M_Rhino_Geometry_Brep_CreateFromCornerPoints - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreateFromCornerPoints Method (Point3d, Point3d, Point3d, Point3d, Double)

make a Brep with one face.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Brep CreateFromCornerPoints(
	Point3d corner1,
	Point3d corner2,
	Point3d corner3,
	Point3d corner4,
	double tolerance
)

VB

Public Shared Function CreateFromCornerPoints ( 
	corner1 As Point3d,
	corner2 As Point3d,
	corner3 As Point3d,
	corner4 As Point3d,
	tolerance As Double
) As Brep

Parameters

 

corner1
Type: Rhino.Geometry.Point3d
A first corner.
corner2
Type: Rhino.Geometry.Point3d
A second corner.
corner3
Type: Rhino.Geometry.Point3d
A third corner.
corner4
Type: Rhino.Geometry.Point3d
A fourth corner.
tolerance
Type: System.Double
Minimum edge length allowed before collapsing the side into a singularity.

Return Value

Type: Brep
A boundary representation, or null on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
CreateFromCornerPoints Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️