Obsolete. Superseded by IFeatureManager::FeatureRevolveCut2.  
             
            .NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function FeatureRevolveCut( _
   ByVal Angle As System.Double, _
   ByVal ReverseDir As System.Boolean, _
   ByVal Angle2 As System.Double, _
   ByVal RevType As System.Integer, _
   ByVal Options As System.Integer, _
   ByVal UseFeatScope As System.Boolean, _
   ByVal UseAutoSelect As System.Boolean _
) As Feature | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IFeatureManager
Dim Angle As System.Double
Dim ReverseDir As System.Boolean
Dim Angle2 As System.Double
Dim RevType As System.Integer
Dim Options As System.Integer
Dim UseFeatScope As System.Boolean
Dim UseAutoSelect As System.Boolean
Dim value As Feature
 
value = instance.FeatureRevolveCut(Angle, ReverseDir, Angle2, RevType, Options, UseFeatScope, UseAutoSelect) | 
Parameters
- Angle
- Angle of revolution in radians 
- ReverseDir
- True reverses the angle direction, false does not 
- Angle2
- Angle of revolution in radians 
- RevType
- Type of revolution as defined in swRevolveType_e(can be either mid-plane or two-direction) 
- Options
- Additional control (see Remarks) 
- UseFeatScope
- True if the feature only affects selected bodies, false if the feature affects all bodies 
- UseAutoSelect
- True to automatically select all bodies and have the feature affect those bodies, false to select the bodies the feature affects (see Remarks) 
Return Value
Pointer to the IFeature object
Example
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0