Sets the radius at the specified intermediate control point index for this fillet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetControlPointRadiusAtIndex( _
ByVal Index As System.Integer, _
ByVal Location As System.Double, _
ByVal Radius As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IVariableFilletFeatureData2
Dim Index As System.Integer
Dim Location As System.Double
Dim Radius As System.Double
instance.SetControlPointRadiusAtIndex(Index, Location, Radius) |
C# | |
---|
void SetControlPointRadiusAtIndex(
System.int Index,
System.double Location,
System.double Radius
) |
C++/CLI | |
---|
void SetControlPointRadiusAtIndex(
& System.int Index,
& System.double Location,
& System.double Radius
) |
Parameters
- Index
- Index of control point whose radius to set
- Location
- Location of the control point
- Radius
- Value of the radius for the control point of this symmetric fillet; Distance 1 radius for the control point of this asymmetric fillet
Remarks
See Also
Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0