Share

PartFeatures.CreatePath Method

Parent Object: PartFeatures

Description

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

PartFeatures.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
Sweep Feature Add This sample demonstrates the creation of a sweep feature. The profile is a circle, but the path is made up of a 3D sketch and a 2D sketch.

Version

Introduced in version 8

Was this information helpful?