Click or drag to resize

File3dmObjectTableAddSurface Method (Surface)

Adds a surface object to Rhino.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddSurface(
	Surface surface
)

Parameters

surface
Type: Rhino.GeometrySurface
A duplicate of this surface is added to Rhino.

Return Value

Type: Guid
A unique identifier for the object.
See Also