Solid Edge Part Type Library
AddUnequalSetback Method
Specifies the face to which the setbacks are referenced.
Specifies the number of edges in the array to replace with chamfers.
Contains the edges to be replaced with chamfers.
Specifies the distance of the first setback. This value must be greater than zero. Setback 1 is the distance measured from the common edge along the reference face to determine where the chamfer start point is to be located.
Specifies the distance of the first setback. This value must be greater than zero. Setback 1 is the distance measured from the common edge along the reference face to determine where the chamfer start point is to be located.
Specifies the distance of the second setback. This value must be greater than zero. Setback 2 is the distance measured from the common edge along the face adjacent to the reference face to determine end point of the chamfer.
Description
Creates one or more Chamfer objects of unequal setback distances.
Syntax
Visual Basic
Public Function AddUnequalSetback( _
   ByVal NumberOfReferenceFaces As Long, _
   ByVal ReferenceFaceSetArray As Variant, _
   ByVal NumberOfEdgeSets As Long, _
   ByVal EdgeSetArray As Variant, _
   ByVal SetbackDistance1 As Double, _
   ByVal SetbackDistance2 As Double _
) As WeldChamfer
Parameters
NumberOfReferenceFaces
Specifies the face to which the setbacks are referenced.
ReferenceFaceSetArray
Specifies the number of edges in the array to replace with chamfers.
NumberOfEdgeSets
Contains the edges to be replaced with chamfers.
EdgeSetArray
Specifies the distance of the first setback. This value must be greater than zero. Setback 1 is the distance measured from the common edge along the reference face to determine where the chamfer start point is to be located.
SetbackDistance1
Specifies the distance of the first setback. This value must be greater than zero. Setback 1 is the distance measured from the common edge along the reference face to determine where the chamfer start point is to be located.
SetbackDistance2
Specifies the distance of the second setback. This value must be greater than zero. Setback 2 is the distance measured from the common edge along the face adjacent to the reference face to determine end point of the chamfer.
Remarks
This method requires a reference face, an array of edges to process, and setback distances as inputs. All chamfers created replace the specified edges with Chamfer objects. The Chamfer objects will all use the specified setback distances. Even though the distance of setback 1 is not equal to setback 2, all chamfers generated in a single iteration of this method will have the same setback 1 and the same setback 2 distances.
See Also

WeldChamfers Collection  | WeldChamfers Members

Send comments on this topic.