Hide Table of Contents
InsertHelix Method (IModelDoc2)

Creates a constant-pitch helix or spiral.

.NET Syntax

Visual Basic (Declaration) 
Sub InsertHelix( _
   ByVal Reversed As System.Boolean, _
   ByVal Clockwised As System.Boolean, _
   ByVal Tapered As System.Boolean, _
   ByVal Outward As System.Boolean, _
   ByVal Helixdef As System.Integer, _
   ByVal Height As System.Double, _
   ByVal Pitch As System.Double, _
   ByVal Revolution As System.Double, _
   ByVal TaperAngle As System.Double, _
   ByVal Startangle As System.Double _
) 
Visual Basic (Usage) 
Dim instance As IModelDoc2
Dim Reversed As System.Boolean
Dim Clockwised As System.Boolean
Dim Tapered As System.Boolean
Dim Outward As System.Boolean
Dim Helixdef As System.Integer
Dim Height As System.Double
Dim Pitch As System.Double
Dim Revolution As System.Double
Dim TaperAngle As System.Double
Dim Startangle As System.Double
 
instance.InsertHelix(Reversed, Clockwised, Tapered, Outward, Helixdef, Height, Pitch, Revolution, TaperAngle, Startangle)
C# 
void InsertHelix( 
   System.bool Reversed,
   System.bool Clockwised,
   System.bool Tapered,
   System.bool Outward,
   System.int Helixdef,
   System.double Height,
   System.double Pitch,
   System.double Revolution,
   System.double TaperAngle,
   System.double Startangle
)
C++/CLI 
void InsertHelix( 
&   System.bool Reversed,
&   System.bool Clockwised,
&   System.bool Tapered,
&   System.bool Outward,
&   System.int Helixdef,
&   System.double Height,
&   System.double Pitch,
&   System.double Revolution,
&   System.double TaperAngle,
&   System.double Startangle
) 

Parameters

Reversed
True creates a constant-pitch helix or spiral in the opposite direction of the circle used to define the diameter, false creates a constant-pitch helix or spiral in the direction of the circle's normal vector; the normal vector of a circle, for example, would be off the screen if the circle were drawn in a counter-clockwise direction
Clockwised
True for clockwise, false for counter-clockwise
Tapered
True to taper the constant-pitch helix, false for no taper
Outward
True to taper the constant-pitch helix outward, false for inward
Helixdef

Constant-pitch helix or spiral definition as defined by swHelixDefinedBy_e

Height
Height of constant-pitch helix in meters
Pitch
Constant-pitch helix or spiral pitch
Revolution
Number of revolutions
TaperAngle
Taper angle of constant-pitch helix
Startangle
Start angle rotation from base axis in radians

Example

Remarks

When creating a a spiral, you must specify the pitch and number of revolutions.
 

See Also

Availability

SOLIDWORKS 2001Plus FCS, Revision Number 10.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:   InsertHelix Method (IModelDoc2)
*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) 2016 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.