Share

Features.CreatePath Method

Parent Object: Features

Description

Method that creates a path used to define the shape of several part features such as Sweep, RectangularPattern, 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

Features.CreatePath( SketchCurve As Object ) As Path

Parameters

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.

Samples

Name Description
Create sheet metal lofted flange feature The following sample demonstrates the creation of a sheet metal lofted flange feature.

Version

Introduced in version 2008

Was this information helpful?