Creates a fillet feature for selected edges and control point references.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FeatureFillet3( _
ByVal Options As System.Integer, _
ByVal R1 As System.Double, _
ByVal R2 As System.Double, _
ByVal Rho As System.Double, _
ByVal Ftyp As System.Integer, _
ByVal OverflowType As System.Integer, _
ByVal ConicRhoType As System.Integer, _
ByVal Radii As System.Object, _
ByVal Dist2Arr As System.Object, _
ByVal RhoArr As System.Object, _
ByVal SetBackDistances As System.Object, _
ByVal PointRadiusArray As System.Object, _
ByVal PointDist2Array As System.Object, _
ByVal PointRhoArray As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Options As System.Integer
Dim R1 As System.Double
Dim R2 As System.Double
Dim Rho As System.Double
Dim Ftyp As System.Integer
Dim OverflowType As System.Integer
Dim ConicRhoType As System.Integer
Dim Radii As System.Object
Dim Dist2Arr As System.Object
Dim RhoArr As System.Object
Dim SetBackDistances As System.Object
Dim PointRadiusArray As System.Object
Dim PointDist2Array As System.Object
Dim PointRhoArray As System.Object
Dim value As System.Object
value = instance.FeatureFillet3(Options, R1, R2, Rho, Ftyp, OverflowType, ConicRhoType, Radii, Dist2Arr, RhoArr, SetBackDistances, PointRadiusArray, PointDist2Array, PointRhoArray) |
C# | |
---|
System.object FeatureFillet3(
System.int Options,
System.double R1,
System.double R2,
System.double Rho,
System.int Ftyp,
System.int OverflowType,
System.int ConicRhoType,
System.object Radii,
System.object Dist2Arr,
System.object RhoArr,
System.object SetBackDistances,
System.object PointRadiusArray,
System.object PointDist2Array,
System.object PointRhoArray
) |
C++/CLI | |
---|
System.Object^ FeatureFillet3(
& System.int Options,
& System.double R1,
& System.double R2,
& System.double Rho,
& System.int Ftyp,
& System.int OverflowType,
& System.int ConicRhoType,
& System.Object^ Radii,
& System.Object^ Dist2Arr,
& System.Object^ RhoArr,
& System.Object^ SetBackDistances,
& System.Object^ PointRadiusArray,
& System.Object^ PointDist2Array,
& System.Object^ PointRhoArray
) |
Parameters
- Options
- Feature fillet options as defined in swFeatureFilletOptions_e (see Remarks)
- R1
Uniform radius of the symmetric fillet; valid only if:
- Ftyp != swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Options include swFeatureFilletOptions_e.swFeatureFilletUniformRadius
- or -
Distance 1 radius of the asymmetric fillet; valid only if:
- Options include swFeatureFilletOptions_e.swFeatureFilletAsymmetric
- R2
Distance 2 radius of the asymmetric fillet; valid only if:
- Ftyp != swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Options include swFeatureFilletOptions_e.swFeatureFilletAsymmetric
- Rho
Value that determines the conic rho or radius of the fillet:
- Ftyp != swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Conic rho value [0.05, 0.95], if ConicRhoType = swFeatureFilletProfileType_e.swFeatureFilletConicRho
- Conic radius value, if ConicRhoType = swFeatureFilletProfileType_e.swFeatureFilletConicRadius
(see Remarks)
- Ftyp
- Type of fillet as defined in swFeatureFilletType_e (see Remarks)
- OverflowType
- Control of fillet overflowing onto adjacent surfaces as defined in swFilletOverFlowType_e (see Remarks)
- ConicRhoType
- Fillet cross-section profile as defined in swFeatureFilletProfileType_e; valid only if Options does not include swFeatureFilletOptions_e.swFeatureFilletCurvatureContinuous (see Remarks)
- Radii
Array containing the radii for selected edges for the symmetric variable radius fillet; valid only if:
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- or -
Array containing the Distance 1 radii for selected edges for the asymmetric variable radius fillet; valid only if:
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Options include swFeatureFilletOptions_e.swFeatureFilletAsymmetric
(see Remarks)
- Dist2Arr
Array containing the Distance 2 radii for selected edges for the asymmetric variable radius fillet; valid only if:
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Options include swFeatureFilletOptions_e.swFeatureFilletAsymmetric
(see Remarks)
- RhoArr
Array of conic rho or radius values for the specified ConicRhoType for selected edges for the variable radius fillet; valid only if:
- Conic rho value [0.05, 0.95], if ConicRhoType = swFeatureFilletProfileType_e.swFeatureFilletConicRho
- Conic radius value, if ConicRhoType = swFeatureFilletProfileType_e.swFeatureFilletConicRadius
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
(see Remarks)
- SetBackDistances
- Array assigning setback distances on edges meeting at a selected fillet corner (see Remarks)
- PointRadiusArray
Array containing control point radii along the lengths of the selected edges for the symmetric variable radius fillet; valid only if:
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Options include swFeatureFilletOptions_e.swFeatureFilletVarRadiusType
- or -
Array containing Distance 1 control point radii along the lengths of the selected edges for the asymmetric variable radius fillet; valid only if:
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Options include swFeatureFilletOptions_e.swFeatureFilletAsymmetric
(see Remarks)
- PointDist2Array
Array containing Distance 2 control point radii along the lengths of the selected edges for the asymmetric variable radius fillet; valid only if:
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
- Options include swFeatureFilletOptions_e.swFeatureFilletAsymmetric
(see Remarks)
- PointRhoArray
Array of conic rho or radius values for the specified ConicRhoType at various control points along the lengths of the selected edges for the variable radius fillet; valid only if:
- Conic rho value [0.05, 0.95], if ConicRhoType = swFeatureFilletProfileType_e.swFeatureFilletConicRho
- Conic radius value, if ConicRhoType = swFeatureFilletProfileType_e.swFeatureFilletConicRadius
- Ftyp = swFeatureFilletType_e.swFeatureFilletType_VariableRadius
(see Remarks)
Return Value
IFeature
Example
Remarks
See Also
Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0