Share

RevolveFeatureProxy.SetFromToExtent Method

Parent Object: RevolveFeatureProxy

Description

Method that changes the extents to be 'from and to face' extents.

Syntax

RevolveFeatureProxy.SetFromToExtent( FromFace As Object, ExtendFromFace As Boolean, ToFace As Object, ExtendToFace As Boolean, ExtentDirection As PartFeatureExtentDirectionEnum, MinimumSolution As Boolean )

Parameters

Name Type Description
FromFace Object Input Object that defines the 'from face'. This can be either a Face or WorkPlane object.
ExtendFromFace Boolean Input Boolean that defines whether the 'from face' should be extended to contain the extents of the profile.
ToFace Object Input Object that defines the 'to face'. This can be either a Face or WorkPlane object.
ExtendToFace Boolean Input Boolean that defines whether the 'to face' should be extended to contain the extents of the profile.
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.
MinimumSolution Boolean Input Boolean that defines whether the feature terminates on the nearest valid face when there are multiple options for valid termination faces.

Version

Introduced in version 2008

Was this information helpful?