Sets the conic rho or radius at the specified control point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetControlPointConicRhoOrRadiusAtIndex( _
ByVal Index As System.Integer, _
ByVal ConicRhoVal As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IVariableFilletFeatureData2
Dim Index As System.Integer
Dim ConicRhoVal As System.Double
instance.SetControlPointConicRhoOrRadiusAtIndex(Index, ConicRhoVal) |
C# | |
---|
void SetControlPointConicRhoOrRadiusAtIndex(
System.int Index,
System.double ConicRhoVal
) |
C++/CLI | |
---|
void SetControlPointConicRhoOrRadiusAtIndex(
& System.int Index,
& System.double ConicRhoVal
) |
Parameters
- Index
- Zero-based index of the control point for which to set ConicRhoVal (see Remarks)
- ConicRhoVal
- Conic rho or radius (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2014 FCS, Revision Number 22.0