ExtrudeDefinition.SetThroughAllExtent Method
Parent Object: ExtrudeDefinitionDescription
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. |