Features.CreateSpecifiedPath Method
Parent Object: FeaturesDescription
Method that creates a path used to define the shape of several part features such as Sweep, RectangularPattern, Split, etc. The new Path is returned. This method will fail if the input curves are not connected end to end.
Syntax
Features.CreateSpecifiedPath( SketchCurves As ObjectCollection ) As PathParameters
Name | Type | Description |
SketchCurves | ObjectCollection | Input (planar or 3D) sketch entities. These are entities that are part of the desired path. The input curves must form a contiguous set. |