Solid Edge Part Type Library
Add Method
The reference plane on which the bend is to be constructed.
A member of the BendFeatureConstants that specifies the location of the created bend and face with respect to the profile. Valid values are seBendPZLSymmetric (center the bend about the profile), seBendPZLInside (create the bend such that the inside of the created face lies on the profile), seBendPZLLeft (create the bend such that the plastic zone and the created face lie to the left of the profile), and seBendPZLRight (create the bend such that the plastic zone and the created face lie to the right of the profile).
A member of the BendFeatureConstants constant set that specifies the side of the base part (with respect to the profile) that will move to become the created face. Valid values are seBendMoveRight or seBendMoveLeft.
A member of the BendFeatureConstants constant set that specifies the direction in which the MovingSide will move to create the new face. This direction is indicated as either along or opposite the profile plane normal (convex/concave bend). Valid values are seBendNormal or seBendReverseNormal.
Specifies the inside of the radius of the bend. If omitted, the UseGlobalBendRadius property is set to True, and the global bend radius is associatively applied.
Specifies the neutral factor applied to the bend. If omitted, the UseGlobalNeutralFactor property is set to True, and the global NeutralFactor value is associatively applied.
A member of the BendFeatureConstants constant set that specifies the bend neutral factor. Valid values are seBendParamNFT (the default) or seBendParamEqn.
A member of the BendFeatureConstants constant set that specifies the type of bend relief (square or round) to be applied to the bend. Valid values are seBendReliefRectangular (the default) or seBendReliefFillet.
Specifies the width of the bend relief applied to the bend. If omitted, the UseGlobalReliefWidth property is set to True, and the global BendReliefWidth is associatively applied.
Specifies the depth of the bend relief applied to the bend. If omitted, the UseGlobalReliefDepth property is set to True, and the global BendReliefDepth is associatively applied.
A member of the BendFeatureConstants constant set that specifies the type of corner relief to be applied to the bend. Valid values are seBendOnlyCornerRelief (the default) or seBendAndFaceCornerRelief.
A member of the BendFeatureConstants constant set that specifies whether or not to extend mold lines. Valid values are seBendExtendMoldlines (the default) or seBendNoExtendMoldLines.
A member of the BendFeatureConstants constant set that specifies whether the feature is created in the bent state (seBendState Bent, the default) or in the flattened state (seBendStateFlat).
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal Profile As Object, _
   ByVal BendAngle As Double, _
   ByVal BendPZLSide As BendFeatureConstants, _
   ByVal MovingSide As BendFeatureConstants, _
   ByVal BendDirection As BendFeatureConstants, _
   Optional ByVal BendRadius As Variant, _
   Optional ByVal NeutralFactor As Variant, _
   Optional ByVal BendParamType As Variant, _
   Optional ByVal BendReliefType As Variant, _
   Optional ByVal BendReliefWidth As Variant, _
   Optional ByVal BendReliefDepth As Variant, _
   Optional ByVal CornerReliefType As Variant, _
   Optional ByVal ExtendMoldLines As Variant, _
   Optional ByVal BendState As Variant _
) As Bend
Parameters
Profile
The reference plane on which the bend is to be constructed.
BendAngle
A member of the BendFeatureConstants that specifies the location of the created bend and face with respect to the profile. Valid values are seBendPZLSymmetric (center the bend about the profile), seBendPZLInside (create the bend such that the inside of the created face lies on the profile), seBendPZLLeft (create the bend such that the plastic zone and the created face lie to the left of the profile), and seBendPZLRight (create the bend such that the plastic zone and the created face lie to the right of the profile).
BendPZLSide
ValueDescription
seBendAndFaceChainRelief
seBendAndFaceCornerRelief
seBendExtendMoldlines
seBendMoveLeft
seBendMoveRight
seBendNoExtendMoldines
seBendNormal
seBendOnlyCornerRelief
seBendParamEqn
seBendParamNFT
seBendPZLInside
seBendPZLLeft
seBendPZLOutside
seBendPZLRight
seBendPZLSymmetric
seBendReliefFillet
seBendReliefRectangular
seBendReverseNormal
seBendStateBent
seBendStateFlat
MovingSide
ValueDescription
seBendAndFaceChainRelief
seBendAndFaceCornerRelief
seBendExtendMoldlines
seBendMoveLeft
seBendMoveRight
seBendNoExtendMoldines
seBendNormal
seBendOnlyCornerRelief
seBendParamEqn
seBendParamNFT
seBendPZLInside
seBendPZLLeft
seBendPZLOutside
seBendPZLRight
seBendPZLSymmetric
seBendReliefFillet
seBendReliefRectangular
seBendReverseNormal
seBendStateBent
seBendStateFlat
A member of the BendFeatureConstants constant set that specifies the side of the base part (with respect to the profile) that will move to become the created face. Valid values are seBendMoveRight or seBendMoveLeft.
BendDirection
ValueDescription
seBendAndFaceChainRelief
seBendAndFaceCornerRelief
seBendExtendMoldlines
seBendMoveLeft
seBendMoveRight
seBendNoExtendMoldines
seBendNormal
seBendOnlyCornerRelief
seBendParamEqn
seBendParamNFT
seBendPZLInside
seBendPZLLeft
seBendPZLOutside
seBendPZLRight
seBendPZLSymmetric
seBendReliefFillet
seBendReliefRectangular
seBendReverseNormal
seBendStateBent
seBendStateFlat
A member of the BendFeatureConstants constant set that specifies the direction in which the MovingSide will move to create the new face. This direction is indicated as either along or opposite the profile plane normal (convex/concave bend). Valid values are seBendNormal or seBendReverseNormal.
BendRadius
Specifies the inside of the radius of the bend. If omitted, the UseGlobalBendRadius property is set to True, and the global bend radius is associatively applied.
NeutralFactor
Specifies the neutral factor applied to the bend. If omitted, the UseGlobalNeutralFactor property is set to True, and the global NeutralFactor value is associatively applied.
BendParamType
A member of the BendFeatureConstants constant set that specifies the bend neutral factor. Valid values are seBendParamNFT (the default) or seBendParamEqn.
BendReliefType
A member of the BendFeatureConstants constant set that specifies the type of bend relief (square or round) to be applied to the bend. Valid values are seBendReliefRectangular (the default) or seBendReliefFillet.
BendReliefWidth
Specifies the width of the bend relief applied to the bend. If omitted, the UseGlobalReliefWidth property is set to True, and the global BendReliefWidth is associatively applied.
BendReliefDepth
Specifies the depth of the bend relief applied to the bend. If omitted, the UseGlobalReliefDepth property is set to True, and the global BendReliefDepth is associatively applied.
CornerReliefType
A member of the BendFeatureConstants constant set that specifies the type of corner relief to be applied to the bend. Valid values are seBendOnlyCornerRelief (the default) or seBendAndFaceCornerRelief.
ExtendMoldLines
A member of the BendFeatureConstants constant set that specifies whether or not to extend mold lines. Valid values are seBendExtendMoldlines (the default) or seBendNoExtendMoldLines.
BendState
A member of the BendFeatureConstants constant set that specifies whether the feature is created in the bent state (seBendState Bent, the default) or in the flattened state (seBendStateFlat).
See Also

Bends Collection  | Bends Members

Send comments on this topic.