Click or drag to resize

InteropFromOnBrep Method

Copies a Rhino_DotNet brep to a RhinoCommon brep class.

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

Parameters

source
Type: SystemObject
RMA.OpenNURBS.IOnBrep or RMA.OpenNURBS.OnBrep.

Return Value

Type: Brep
RhinoCommon object on success. This will be an independent copy.
See Also