Share

ProfilePlaneStartDefinition.create Method

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

Description

Statically creates a new ProfilePlaneStartDefinition object. This is used as input when creating a new feature and defining the starting condition.

Syntax

This is a static method.

returnValue = adsk.fusion.ProfilePlaneStartDefinition.create()

Return Value

Type Description
ProfilePlaneStartDefinition Returns the newly created ProfilePlaneStartDefinition object or null in the case of a failure.

Samples

Name Description
extrudeFeatures.add using thin extrude Demonstrates the extrudeFeatures.add method using the setThinExtrude method. To use this sample have a design open that contains a sketch with a profile. When you run the script you will be prompted to select the profile that will be used to create the thin extrusion.

Version

Introduced in version November 2016

Was this information helpful?