ThroughAllExtentDefinition.create Method

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

Description

Statically creates a new ThroughAllExtentDefinition object. This is used as input when defining the extents of a feature to be through all.

Syntax

This is a static method.

returnValue = adsk.fusion.ThroughAllExtentDefinition.create()
This is a static method.

#include <Fusion/Features/ThroughAllExtentDefinition.h>

returnValue = adsk::fusion::ThroughAllExtentDefinition::create();

Return Value

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

Samples

Name Description
extrudeFeatures.add using ThroughAllExtent Demonstrates the extrudeFeatures.add method using the ThroughAllExtent method.

Version

Introduced in version November 2016