Interop.ToOnBrep Method

InteropToOnBrep Method

Constructs a Rhino_DotNet OnBrep that is a copy of a given brep.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Object ToOnBrep(
	Brep source
)
Public Shared Function ToOnBrep ( 
	source As Brep
) As Object

Parameters

source
Type: Rhino.GeometryBrep
A source brep.

Return Value

Type: Object
Rhino_DotNet object on success. This will be an independent copy.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also