RhinoCommon API
File3dmObjectTableAddExtrusion Method (Extrusion, ObjectAttributes) |
Adds an extrusion object to Rhino.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Guid AddExtrusion( Extrusion extrusion, ObjectAttributes attributes )
Public Function AddExtrusion ( extrusion As Extrusion, attributes As ObjectAttributes ) As Guid
Parameters
- extrusion
- Type: Rhino.GeometryExtrusion
A duplicate of this extrusion is added to Rhino. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to link to the object.
Return Value
Type: GuidA unique identifier for the object.
