PartFeatures.CreateSpecifiedPath Method
Parent Object: PartFeaturesDescription
Method that creates a path used to define the shape of several part features such as sweep, rectangular pattern, split, etc. The new path is returned. This method will fail if the input curves are not connected end-to-end.
Syntax
PartFeatures.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. |