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


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:  
*   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) 2019 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.