What it is
EZWire is a custom tool for quickly creating 3D wire or solid tube paths inside Onshape. It’s meant to save you from manually sketching, trimming, and joining curves by letting you build a path step by step from the geometry you already have. Once the path is set, EZWire can automatically sweep it into a solid tube of a chosen diameter.
EZWire differs from Routing Curve and other similar features by building the path out of segments which reference your existing geometry, rather than by placing endpoints for each curve or turn.
What it can do
<aside>
</aside>
<aside>
Name Units (choice)
The Final curve and/or part will be named by its length in these units.
Wire Diameter (non-negative length)
Diameter of final swept tube. 0 will produce only a curve.
Hide Thickness (boolean)
Hides swept tube during edit, and will suppress creation of part
Hide Skeleton (boolean)
Hides debug lines during edit.
Segments (array)
The array of Segments. Segments are composed of a Selection and a Bridge. Each Segment (after the first) automatically creates a Bridge connecting it to the previous Segment.
</aside>
<aside>
</aside>
<aside>
Add Segments in order. But you may re-order the array at any time. Adding a Segment gives you several options for Segment and Bridge construction.
Each segment starts with the following items. Some items are not available for Segment 1 as each Segment array item controls the current Segment and the Bridge connecting it to the previous Segment.
Bridge Style (choice, not available for Segment 1)
The method of creating the Bridge between Segments.
Extend Segment Start (non-negative length)
Extend the start of the Segment in a linear direction.
NOTE: AXIS and TANGENT Segments begin with 0 length
Segment Type (choice)
The method of creating the segment shape, depending on the picked entity.
Selection Entity (query)
Will vary depending on Selection Type
Flip Connecting End (flip boolean)
Swaps which end of the Segment the incoming (and later, outgoing) bridge connects to.
Extend Segment End (non-negative length)
Extend the end of the Segment in a linear direction.
NOTE: AXIS and TANGENT Segments begin with 0 length
Realign Manipulator (boolean)
Realign the Triad Manipulator to existing geometry.
</aside>
<aside>
BSPLINE Bridge
Creates a 5-point, degree-3 bSpline between the current Segment and the previous Segment.
The bSpline Bridge will have two Bias Points, which can be moved by Linear Manipulators.
To move a Bias Point, click the Point Manipulator to activate that Point, then drag the Manipulator. Only one Bias Point can be active at a time.
</aside>