Description:

Returns an enumerator that yields all objects in this document. Like in Rhino, this includes lights. Unlike in Rhino, however, all lights are returned in the end of the list.

Syntax:
public override IEnumerator<File3dmObject> GetEnumerator()
Returns:
Type: IEnumerator<File3dmObject>
An enumerator that yields all objects in a document.
Available since:
5.0

GetEnumerator method

Class:  Rhino.FileIO.File3dmObjectTable

Nothing found