Solid Edge Part Type Library
AddBlend Method
Specifies the number of selection sets in the SelectSetArray. Only two edges are currently supported.
Contains the two faces to be blended.
Specifies the radius of the blend.
Contains any edges that you want the blend to roll along.
Contains IntersectionCurve or ProjectionCurve objects that define curves to which the Blend is to be tangent.
Forces the blend to use whatever radius is necessary to make the Round tangent to the TangentHoldLine array. If this argument is True, the default radius is ignored.
Description
Creates a blend between edges, faces, or a combination of the two.
Syntax
Visual Basic
Public Function AddBlend( _
   ByVal NumberOfSelectSets As Long, _
   ByVal SelectSetArray As Variant, _
   ByVal RadiusArray As Variant, _
   Optional ByVal RollOnSetArray As Variant, _
   Optional ByVal TangentHoldLineArray As Variant, _
   Optional ByVal UseFullRadius As Variant _
) As Round
Parameters
NumberOfSelectSets
Specifies the number of selection sets in the SelectSetArray. Only two edges are currently supported.
SelectSetArray
Contains the two faces to be blended.
RadiusArray
Specifies the radius of the blend.
RollOnSetArray
Contains any edges that you want the blend to roll along.
TangentHoldLineArray
Contains IntersectionCurve or ProjectionCurve objects that define curves to which the Blend is to be tangent.
UseFullRadius
Forces the blend to use whatever radius is necessary to make the Round tangent to the TangentHoldLine array. If this argument is True, the default radius is ignored.
See Also

Rounds Collection  | Rounds Members