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
When creating a bill of materials from a complex pipe each segment should be individually accessible. In addition, to enable space for welds, a carbon steel pipe segments would have a 1/16" gap between them (while the gap for stainless is 0").
To achieve this:
The path needs to be stored in an instance variable such that the Edges can be extracted from the path.
A new method should return a assembly of segmented pipe based on the path Edges and optionally slice off the ends of each segment to generate a gap between them.
The text was updated successfully, but these errors were encountered:
When creating a bill of materials from a complex pipe each segment should be individually accessible. In addition, to enable space for welds, a carbon steel pipe segments would have a 1/16" gap between them (while the gap for stainless is 0").
To achieve this:
path
needs to be stored in an instance variable such that the Edges can be extracted from the path.The text was updated successfully, but these errors were encountered: