Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default constructor if there's no other constructor #71

Open
karimi opened this issue Mar 17, 2023 · 0 comments
Open

Add default constructor if there's no other constructor #71

karimi opened this issue Mar 17, 2023 · 0 comments

Comments

@karimi
Copy link
Member

karimi commented Mar 17, 2023

All classes that don't have explicit constructors defined should get a default constructor without any arguments.

For example ColorGradient Class has a single default constructor that's missing in our implementation:
https://developer.rhino3d.com/api/RhinoCommon/html/T_Rhino_Display_ColorGradient.htm

https://mcneel-apidocs.herokuapp.com/api/rhinocommon/rhino.display.colorgradient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant