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

The enum for WideFlangeProfileType is in the incorrect namespace #950

Open
brettburling opened this issue Mar 13, 2023 · 0 comments
Open
Labels
Enhancement New feature or request
Milestone

Comments

@brettburling
Copy link

Describe the bug
The enum for WideFlangeProfileType is in the Elements.Geometry namespace, expect it to be in Elements.Geometry.Profiles similar to the other profile types

To Reproduce
Steps to reproduce the behaviour:
Create a profile factory
var factory = new Elements.Geometry.Profiles.WideFlangeProfileFactory();

Get a profile by type
var profile= factory.GetProfileByType(Elements.Geometry.WideFlangeProfileType.W10x100);

Expected behaviour
Create a profile factory
var factory = new Elements.Geometry.Profiles.WideFlangeProfileFactory();

Get a profile by type
var profile= factory.GetProfileByType(Elements.Geometry.Profiles.WideFlangeProfileType.W10x100);

@ikeough ikeough added the Enhancement New feature or request label Apr 14, 2023
@ikeough ikeough added this to the 2.0 milestone Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants