SheetMetalFeatures.CreatePath Method
Parent Object: SheetMetalFeaturesDescription
Method that creates a path used to define the shape of several part features such as sweep, rectangular pattern, split, etc. All other 2D and 3D curves that are connected to the input curve are obtained and used to create a Path object. The new Path is returned.
Syntax
SheetMetalFeatures.CreatePath( SketchCurve As Object ) As PathParameters
Name | Type | Description |
SketchCurve | Object | Input sketch (planar or 3D) entity. This can be any entity that is part of the desired path. All curves that are end point connected will be found and used to create the path. |