Click or drag to resize

ObjectTableAddSubD Method (SubD, ObjectAttributes)

Adds a SubD object to Rhino.

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

Parameters

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

Return Value

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