RhinoCommon API
InteropFromOnBrep Method |
Copies a Rhino_DotNet brep to a RhinoCommon brep class.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static Brep FromOnBrep( Object source )
Public Shared Function FromOnBrep ( source As Object ) As Brep
Parameters
- source
- Type: SystemObject
RMA.OpenNURBS.IOnBrep or RMA.OpenNURBS.OnBrep.
Return Value
Type: BrepRhinoCommon object on success. This will be an independent copy.
