Share

Features.CreateSpecifiedPath 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. 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 Path

Parameters

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.

Version

Introduced in version 2008

Was this information helpful?