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
Number indicating which control point to get
- Location
Location of the control point
- Radius
Value of the radius for the control point
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0