Replies: 1 comment 5 replies
-
The STEP file format doesn't support |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is an example of a simple cylinder that I need to attach flanges on both ends symmetrically (mirrored).
Flanges need to be imported from step file.
First I make flanges with Joint data and export to step:
then I make a cyclinder with two RigidJoint on each end to connect flanges imported from step file
but I get an error: KeyError: 'flange'. I can see that nowhere in the step file there is a work flange.
What is the best way to do this?
Beta Was this translation helpful? Give feedback.
All reactions