Share

RevolveFeatures Object


Description

The RevolveFeatures collection object provides access to all of the objects in a component definition and provides methods to create additional RevolveFeatures.

Methods

Name Description
AddByAngle Method that creates a new RevolveFeature that sweeps a specified angle. The new RevolveFeature is returned.
AddByFromToExtent Method that creates a new RevolveFeature using 'from and to face' extents. The new RevolveFeature is returned.
AddByToFaceExtent Method that creates a new RevolveFeature using 'to face' extents. The new RevolveFeature is returned.
AddByToNextExtent Method that creates a new RevolveFeature using 'to next' extents. The new RevolveFeature is returned.
AddFull Method that creates a new RevolveFeature that is a full 360-degree sweep. The new RevolveFeature is returned.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Property that returns the number of items in this collection.
Item Returns the specified RevolveFeature object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Features.RevolveFeatures, FlatPatternFeatures.RevolveFeatures, PartFeatures.RevolveFeatures, SheetMetalFeatures.RevolveFeatures

Version

Introduced in version 5

Was this information helpful?