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
)
Public Function AddSubD (
subd As SubD
) As Guid
Parameters
- subd
- Type: Rhino.GeometrySubD
the Subd to add
Return Value
Type:
GuidA unique identifier for the SubD, or
Empty on failure
See Also