ObjectTable.AddSurface Method (Surface, ObjectAttributes)

ObjectTableAddSurface Method (Surface, ObjectAttributes)

Adds a surface object to Rhino.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddSurface(
	Surface surface,
	ObjectAttributes attributes
)
Public Function AddSurface ( 
	surface As Surface,
	attributes As ObjectAttributes
) As Guid

Parameters

surface
Type: Rhino.GeometrySurface
A duplicate of this surface is added to Rhino.
attributes
Type: Rhino.DocObjectsObjectAttributes
Attributes that will be linked with the surface object.

Return Value

Type: Guid
A unique identifier for the object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also