Finds the sketch curves that are end connected to the input curve. This can be useful for many cases but is especially useful in gathering the input when creating an offset.
"sketch_var" is a variable referencing a Sketch object.
|
"sketch_var" is a variable referencing a Sketch object.
|
Type | Description |
ObjectCollection | A collection of the connected curves. They are returned in their connected order with the original input curve being one of the curves. |
Name | Type | Description |
curve | SketchCurve | The initial sketch curve that will be used to find the connected curves. |
Name | Description |
Sketch fillet and offset API Sample | Demonstrates the creation of a fillet in a sketch and offset a set of curves. |