Adds a segment to a variable pitch helix.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddVariablePitchHelixSegment( _
ByVal Height As System.Double, _
ByVal Diameter As System.Double, _
ByVal Pitch As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Height As System.Double
Dim Diameter As System.Double
Dim Pitch As System.Double
Dim value As System.Boolean
value = instance.AddVariablePitchHelixSegment(Height, Diameter, Pitch) |
C# | |
---|
System.bool AddVariablePitchHelixSegment(
System.double Height,
System.double Diameter,
System.double Pitch
) |
C++/CLI | |
---|
System.bool AddVariablePitchHelixSegment(
& System.double Height,
& System.double Diameter,
& System.double Pitch
) |
Parameters
- Height
- Helix segment revolution; 1.0 = 360 degrees
- 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