InteropToOnSurface Method |
Constructs a Rhino_DotNet OnSurface that is a copy of a given curve.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static Object ToOnSurface(
Surface source
)
Public Shared Function ToOnSurface (
source As Surface
) As Object
Parameters
- source
- Type: Rhino.GeometrySurface
A source brep.
Return Value
Type:
Object
Rhino_DotNet object on success. This will be an independent copy.
See Also