Click or drag to resize

File3dmObjectTableAddSubD Method (SubD)

Adds a SubD to the document

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public Guid AddSubD(
	SubD subd
)

Parameters

subd
Type: Rhino.GeometrySubD
the Subd to add

Return Value

Type: Guid
A unique identifier for the SubD, or Empty on failure
See Also