Adds a segment to a variable pitch helix.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddVariablePitchHelixSegment( _
ByVal Height As Double, _
ByVal Diameter As Double, _
ByVal Pitch As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Height As Double
Dim Diameter As Double
Dim Pitch As Double
Dim value As Boolean
value = instance.AddVariablePitchHelixSegment(Height, Diameter, Pitch)
|
C++/CLI | |
---|
bool AddVariablePitchHelixSegment(
& double Height,
& double Diameter,
& double Pitch
) |
Parameters
- Height
- Height, which corresponds to fractions of one (1) revolution; e.g., .25 = 90
- Diameter
- Diameter, which determines how far the variable pitch helix segment extends
- Pitch
- Pitch, which determines the width of one complete helix turn, measured parallel to the axis of the helix
Return Value
True if the variable pitch helix segment is added, false if not
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0