PathPatternFeatures.add Method

Parent Object: PathPatternFeatures
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/PathPatternFeatures.h>

Description

Creates a new path pattern feature.

Syntax

"pathPatternFeatures_var" is a variable referencing a PathPatternFeatures object.
returnValue = pathPatternFeatures_var.add(input)
"pathPatternFeatures_var" is a variable referencing a PathPatternFeatures object.

#include <Fusion/Features/PathPatternFeatures.h>

returnValue = pathPatternFeatures_var->add(input);

Return Value

Type Description
PathPatternFeature Returns the newly created PathPatternFeature object or null if the creation failed.

Parameters

Name Type Description
input PathPatternFeatureInput A PathPatternFeatureInput object that defines the desired path pattern. Use the createInput method to create a new PathPatternFeatureInput object and then use methods on it (the PathPatternFeatureInput object) to define the path pattern.

Samples

Name Description
pathPatternFeatures.add Demonstrates the pathPatternFeatures.add method using a selected body and sketch curve as the path.

Version

Introduced in version November 2014