Creating asymmetric revolve feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there,
I am having difficulties creating a revolve feature in TWO directions based on angle value.
I think this is the required method, but it does not allow me to set asymmetric extent direction. Please help 😄
RevolveFeatures.AddByAngle Method
Description
Method that creates a new RevolveFeature that sweeps a specified angle. The new RevolveFeature is returned.
Syntax
RevolveFeatures.AddByAngle( Profile As Profile, AxisEntity As Object, Angle As Variant, ExtentDirection As PartFeatureExtentDirectionEnum, Operation As PartFeatureOperationEnum ) As RevolveFeature
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PartFeatureExtentDirectionEnum Enumerator
Description
Constants identifying the direction in which a feature extension needs to take place.
Methods
Name | Value | Description |
kNegativeExtentDirection | 20994 | Extension in the negative direction. |
kPositiveExtentDirection | 20993 | Extension in the positive direction. |
kSymmetricExtentDirection | 20995 | Extension in positive AND negative direction. |
Please kudo if this post was helpfull
Please accept as solution if your problem was solved
Inventor 2014 SP2