Share

ExtrudeDefinition.SetThroughAllExtent Method

Parent Object: ExtrudeDefinition

Description

Method that changes the extents to be “through all” extents.

Syntax

ExtrudeDefinition.SetThroughAllExtent( ExtentDirection As PartFeatureExtentDirectionEnum )

Parameters

Name Type Description
ExtentDirection PartFeatureExtentDirectionEnum Input constant that indicates which side of the sketch plane to extrude towards. Valid input is kPositiveExtentDirection, kNegativeExtentDirection, or kSymmetricExtentDirection. kPositiveExtentDirection defines the offset direction to be in the same direction as the normal of the sketch plane.

Version

Introduced in version 2012

Was this information helpful?