Click or drag to resize

InteropToOnBrep Method

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Object ToOnBrep(
	Brep source
)

Parameters

source
Type: Rhino.GeometryBrep
A source brep.

Return Value

Type: Object
Rhino_DotNet object on success. This will be an independent copy.
See Also