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

Structural frame extensions #21

Open
ChrisClems opened this issue Aug 1, 2024 · 2 comments
Open

Structural frame extensions #21

ChrisClems opened this issue Aug 1, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ChrisClems
Copy link
Owner

I don't even know where to start here. Just make it less bad.

@ChrisClems ChrisClems self-assigned this Aug 1, 2024
@ChrisClems ChrisClems added the enhancement New feature or request label Aug 1, 2024
@ChrisClems
Copy link
Owner Author

ChrisClems commented Aug 1, 2024

Structural frame objects are misleadingly named and are "assemblies" of frame "sections" or "segments" depending on which member you're using.

Frame sections can only be obtained from a frame using a ref that returns an array of sections with a section count via out. (build enumerable?)

@ChrisClems ChrisClems changed the title Structure frame extensions Structural frame extensions Aug 5, 2024
@ChrisClems
Copy link
Owner Author

Extension method on StructuralFrames that returns a list of StructuralFrameSection objects (or segment? The SE API uses both interchangably).

StructuralFrameSection properties:

Side angle 1
Side angle 2
End angle 1
End angle 2
Offsets and rotations (create new coordinate class for X/Y/Z)

Side and end angles are not returning expected values.

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

1 participant