Gets the radius at the intermediate control point at the given index for this variable radius fillet feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetControlPointRadiusAtIndex( _
ByVal Index As System.Integer, _
ByRef Location As System.Double, _
ByRef PEdge As Edge _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IVariableFilletFeatureData2
Dim Index As System.Integer
Dim Location As System.Double
Dim PEdge As Edge
Dim value As System.Double
value = instance.GetControlPointRadiusAtIndex(Index, Location, PEdge) |
C# | |
---|
System.double GetControlPointRadiusAtIndex(
System.int Index,
out System.double Location,
out Edge PEdge
) |
C++/CLI | |
---|
System.double GetControlPointRadiusAtIndex(
& System.int Index,
& [Out] System.double Location,
& [Out] Edge^ PEdge
) |
Parameters
- Index
Number indicating the control point to get
- Location
Location of the control point
- PEdge
- Edge
Return Value
Value of the radius of the control point
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0