ExtrudeDefinition.SetToNextExtent Method
Parent Object: ExtrudeDefinitionDescription
Method that changes the extents to be “to next face” extents.
Syntax
ExtrudeDefinition.SetToNextExtent( ExtentDirection As PartFeatureExtentDirectionEnum, Terminator As SurfaceBody )Parameters
Name | Type | Description |
ExtentDirection | PartFeatureExtentDirectionEnum | Input constant that indicates which side of the sketch plane to extrude towards. Valid input is kPositiveExtentDirection or kNegativeExtentDirection. kPositiveExtentDirection defines the offset direction to be in the same direction as the normal of the sketch plane. |
Terminator | SurfaceBody | Input SurfaceBody object that specifies the solid or the surface on which to terminate the extrude. |