mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
609 stars 139 forks source link

No constructor for `ViewInfo` in Python module #274

Closed jagaudin closed 3 years ago

jagaudin commented 4 years ago

Thanks for the great work on this module, much appreciated.

Whilst using rhino3dm to generate a 3dm file containing a new geometry, I couldn't find a way to set the view the document should open with. The Views and NamedViews attributes of the file object are empty lists and I can't create a new ViewInfo object because there is no constructor method in the class.

Am I missing something or is the feature not implemented yet?

mcneel-build commented 4 years ago

Linked with RH3DM-96

mcneel-build commented 3 years ago

Closed via RH3DM-96