Click or drag to resize

ObjectTableAddSubD Method (SubD)

Adds a SubD object to Rhino.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Guid AddSubD(
	SubD subD
)

Parameters

subD
Type: Rhino.GeometrySubD
A duplicate of this SubD is added to Rhino.

Return Value

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