> InsertRevolvedRefSurface Method (IFeatureManager)
Welcome
Getting Started
SolidWorks API Help
FeatureWorks API Help
SolidWorks Document Manager API Help
eDrawings API Help
SolidWorks Routing API Help
SolidWorks Simulation API Help
SolidWorks Utilities API Help
SolidWorks Workgroup PDM API Help
Hide Table of Contents Show Table of Contents
InsertRevolvedRefSurface Method (IFeatureManager)

Creates a revolved reference surface by revolving a profile around a centerline.

.NET Syntax

Visual Basic (Declaration) 
Function InsertRevolvedRefSurface( _
   ByVal Angle As Double, _
   ByVal ReverseDir As Boolean, _
   ByVal Angle2 As Double, _
   ByVal RevType As Integer _
) 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 value As Feature
 
value = instance.InsertRevolvedRefSurface(Angle, ReverseDir, Angle2, RevType)
C# 
Feature InsertRevolvedRefSurface( 
   double Angle,
   bool ReverseDir,
   double Angle2,
   int RevType
)
C++/CLI 
Feature^ InsertRevolvedRefSurface( 
&   double Angle,
&   bool ReverseDir,
&   double Angle2,
&   int RevType
) 

Parameters

Angle
Angle of revolution in radians
ReverseDir

Angle is positive or negative (True or false)

Angle2

Angle of revolution in radians

RevType

Type of revolution (see Remarks)

Return Value

Pointer to IFeature object

Remarks

Make the selections using IModelDocExtension::SelectByID2 before calling this method. See the SolidWorks Help for information about what entities are valid for selection.

 

The RevType argument can be one of these values:

  • 0 = One direction revolution. 

  • 1 = MidPlane revolution. For this type of revolve, the angle specification specifies the full revolution. The angle to revolve is (angle/2) on either side of the sketch. The ReverseDir argument has no effect. 

  • 2 = Two direction revolution. For a two direction revolve, Angle is the angle to revolve in Direction1 and Angle2 is the angle to revolve in Direction2.

This method does not support 3D sketches.

 

See Also

Availability

SolidWorks 2007 FCS, Revision Number 15.0


Related SolidWorks Forum Content

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:   InsertRevolvedRefSurface Method (IFeatureManager)
*Comment:  
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) 2012 SP05

The search functionality within the web help is in a beta test phase and you may experience periodic delays or interruptions in its performance. These are the normal and ordinary features of a beta test and shall not under any circumstances give rise to any liability on the part of DS SolidWorks or its licensors. The topics within the Web-based help are not beta topics; they document API Help (English only) 2012 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.