Description:
Syntax:
public Guid AddSurface(
Surface surface,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Surface surface,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Returns:
Type: Guid
Available since:
5.0
Description:
Adds a surface object to Rhino.
Syntax:
Parameters:
- surface
- Type: Surface
- A duplicate of this surface is added to Rhino.
- attributes
- Type: ObjectAttributes
- Attributes that will be linked with the surface object.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0