Hide Table of Contents
FeatureRevolveThin Method (IFeatureManager)

Creates a revolved thin feature.

.NET Syntax

Visual Basic (Declaration) 
Function FeatureRevolveThin( _
   ByVal Angle As Double, _
   ByVal ReverseDir As Boolean, _
   ByVal Angle2 As Double, _
   ByVal RevType As Integer, _
   ByVal Thickness1 As Double, _
   ByVal Thickness2 As Double, _
   ByVal ReverseThinDir As Integer, _
   ByVal Merge As Boolean, _
   ByVal UseFeatScope As Boolean, _
   ByVal UseAutoSelect As Boolean _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim Angle As Double
Dim ReverseDir As Boolean
Dim Angle2 As Double
Dim RevType As Integer
Dim Thickness1 As Double
Dim Thickness2 As Double
Dim ReverseThinDir As Integer
Dim Merge As Boolean
Dim UseFeatScope As Boolean
Dim UseAutoSelect As Boolean
Dim value As Feature
 
value = instance.FeatureRevolveThin(Angle, ReverseDir, Angle2, RevType, Thickness1, Thickness2, ReverseThinDir, Merge, UseFeatScope, UseAutoSelect)
C# 
Feature FeatureRevolveThin( 
   double Angle,
   bool ReverseDir,
   double Angle2,
   int RevType,
   double Thickness1,
   double Thickness2,
   int ReverseThinDir,
   bool Merge,
   bool UseFeatScope,
   bool UseAutoSelect
)
C++/CLI 
Feature^ FeatureRevolveThin( 
&   double Angle,
&   bool ReverseDir,
&   double Angle2,
&   int RevType,
&   double Thickness1,
&   double Thickness2,
&   int ReverseThinDir,
&   bool Merge,
&   bool UseFeatScope,
&   bool 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 (see Remarks)
Thickness1
Wall thickness (ReverseThinType = 2 uses (Thickness1)/2 for each direction)
Thickness2
Wall thickness; use only ReverseThinType=2
ReverseThinDir
Type and direction as defined in swThinWallType_e
Merge
True to merge the results in a multibody part, false to not
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

Remarks

The ReverseDir argument has no effect if a mid-plane revolution is specified.

When UseAutoSelect is false, the user must select the bodies that the feature will affect.

 

See Also

Availability

SolidWorks 2003 FCS, Revision Number 11.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   FeatureRevolveThin Method (IFeatureManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2010 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.