You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: