Adds the first segment to a variable pitch helix.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddVariablePitchHelixFirstPitchAndDiameter( _
ByVal FirstPitch As Double, _
ByVal FirstDiameter As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim FirstPitch As Double
Dim FirstDiameter As Double
Dim value As Boolean
value = instance.AddVariablePitchHelixFirstPitchAndDiameter(FirstPitch, FirstDiameter)
|
Parameters
- FirstPitch
- Pitch, which determines the width of one complete helix turn, measured parallel to the axis of the helix
- FirstDiameter
- Diameter, which determines how far the variable pitch helix segment extends
Return Value
True if the first segment of the helix is added, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0