Solid Edge Part Type Library
AddFinite Method
Specifies the Profile object that represents the location where the transition tab meets the parent tab, as defined by MaterialSide. Must be a single linear element.
Specifies the extent of the feature, as measured from the profile plane, in the direction specified by JogDirection, to either the inside or outside face of the jog tab, depending on the value of DimensionType.
A member of the JogFeatureConstants constant set that specifies the location of the created transition tab and jogged tab with respect to the profile. Valid values are as follows: seJogMtlInside (the inside face of created transition tab lies on the profile), seJogMtlOutside (the outside face of the created transition lies on profile), or seJogMtlExtend (the plastic zone on the parent tab borders the profile).
A member of the JogFeatureConstants constant set that specifies the side of the parent tab (with respect to the profile) that will move to become the jogged tab. Valid values are seJogMoveRight or seJogMoveLeft.
A member of the JogFeatureConstants constant set that specifies the direction in which the MovingSide will move to create the new face. This direction is indicated as along (a convex bend, specified as seJogNormal) or opposite the profile plane normal (a concave bend, specified as seJogReverseNormal).
Specifies the inside radius of the bends. If omitted, the UseGlobalBendRadius property is set to True, and the global bend radius is associatively applied.
A member of the JogFeatureConstants constant set that specifies whether the Depth is measured from the profile plane to the inside of the material face of the dimple (seJogDimensionInside, the default) or to the outside of the material face of the dimple (seJogDimensionOutside).
Specifies the neutral factor to be applied to the bends. If omitted, the UseGlobalNeutralFactor property is set to True, and the global NeutralFactor value is associatively applied.
A member of the JogFeatureConstants constant set that specifies the method of specifying the bend neutral factor: seJogBendNFT (the default) or seJogBendEqn.
A member of the JogFeatureConstants constant set that specifies the bend relief type: seJogBRRectangular (the default) or seJogBRFillet.
Specifies the width of the bend relief applied to the bend. If omitted, the UseGlobalBendReliefWidth property is set to True, and the global BendReliefWidth is associatively applied.
Specifies the depth of the bend relief applied to the bends. If omitted, the UseGlobalBendReliefDepth property is set to True, and the global BendReliefDepth is associatively applied.
A member of the JogFeatureConstants constant set that specifies the corner relief type: seJogBendOnlyCR (the default) or seJogBendAndFaceCR.
A member of the JogFeatureConstants constant set that specifies whether or not to extend moldlines: seJogExtendMoldlines (the default) or seJogNoExtendMoldlines.
Description
Adds a 3-D feature object to an object collection.
Syntax
Visual Basic
Public Function AddFinite( _
   ByVal Profile As Profile, _
   ByVal Extent As Double, _
   ByVal MaterialSide As JogFeatureConstants, _
   ByVal MovingSide As JogFeatureConstants, _
   ByVal JogDirection As JogFeatureConstants, _
   Optional ByVal BendRadius As Variant, _
   Optional ByVal DimensionType As Variant, _
   Optional ByVal NeutralFactor As Variant, _
   Optional ByVal BendParameterType 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 _
) As Jog
Parameters
Profile
Specifies the Profile object that represents the location where the transition tab meets the parent tab, as defined by MaterialSide. Must be a single linear element.
Extent
Specifies the extent of the feature, as measured from the profile plane, in the direction specified by JogDirection, to either the inside or outside face of the jog tab, depending on the value of DimensionType.
MaterialSide
ValueDescription
seJogBendAndFaceCR
seJogBendEqn
seJogBendNFT
seJogBendOnlyCR
seJogBRFillet
seJogBRRectangular
seJogDimensionFull
seJogDimensionOffset
seJogExtendMoldlines
seJogExtentFinite
seJogExtentFiniteByKeypoint
seJogMaterialBendOutside
seJogMaterialInside
seJogMaterialOutside
seJogMoveLeft
seJogMoveRight
seJogNoExtendMoldines
seJogNormal
seJogReverseNormal
A member of the JogFeatureConstants constant set that specifies the location of the created transition tab and jogged tab with respect to the profile. Valid values are as follows: seJogMtlInside (the inside face of created transition tab lies on the profile), seJogMtlOutside (the outside face of the created transition lies on profile), or seJogMtlExtend (the plastic zone on the parent tab borders the profile).
MovingSide
ValueDescription
seJogBendAndFaceCR
seJogBendEqn
seJogBendNFT
seJogBendOnlyCR
seJogBRFillet
seJogBRRectangular
seJogDimensionFull
seJogDimensionOffset
seJogExtendMoldlines
seJogExtentFinite
seJogExtentFiniteByKeypoint
seJogMaterialBendOutside
seJogMaterialInside
seJogMaterialOutside
seJogMoveLeft
seJogMoveRight
seJogNoExtendMoldines
seJogNormal
seJogReverseNormal
A member of the JogFeatureConstants constant set that specifies the side of the parent tab (with respect to the profile) that will move to become the jogged tab. Valid values are seJogMoveRight or seJogMoveLeft.
JogDirection
ValueDescription
seJogBendAndFaceCR
seJogBendEqn
seJogBendNFT
seJogBendOnlyCR
seJogBRFillet
seJogBRRectangular
seJogDimensionFull
seJogDimensionOffset
seJogExtendMoldlines
seJogExtentFinite
seJogExtentFiniteByKeypoint
seJogMaterialBendOutside
seJogMaterialInside
seJogMaterialOutside
seJogMoveLeft
seJogMoveRight
seJogNoExtendMoldines
seJogNormal
seJogReverseNormal
A member of the JogFeatureConstants constant set that specifies the direction in which the MovingSide will move to create the new face. This direction is indicated as along (a convex bend, specified as seJogNormal) or opposite the profile plane normal (a concave bend, specified as seJogReverseNormal).
BendRadius
Specifies the inside radius of the bends. If omitted, the UseGlobalBendRadius property is set to True, and the global bend radius is associatively applied.
DimensionType
A member of the JogFeatureConstants constant set that specifies whether the Depth is measured from the profile plane to the inside of the material face of the dimple (seJogDimensionInside, the default) or to the outside of the material face of the dimple (seJogDimensionOutside).
NeutralFactor
Specifies the neutral factor to be applied to the bends. If omitted, the UseGlobalNeutralFactor property is set to True, and the global NeutralFactor value is associatively applied.
BendParameterType
A member of the JogFeatureConstants constant set that specifies the method of specifying the bend neutral factor: seJogBendNFT (the default) or seJogBendEqn.
BendReliefType
A member of the JogFeatureConstants constant set that specifies the bend relief type: seJogBRRectangular (the default) or seJogBRFillet.
BendReliefWidth
Specifies the width of the bend relief applied to the bend. If omitted, the UseGlobalBendReliefWidth property is set to True, and the global BendReliefWidth is associatively applied.
BendReliefDepth
Specifies the depth of the bend relief applied to the bends. If omitted, the UseGlobalBendReliefDepth property is set to True, and the global BendReliefDepth is associatively applied.
CornerReliefType
A member of the JogFeatureConstants constant set that specifies the corner relief type: seJogBendOnlyCR (the default) or seJogBendAndFaceCR.
ExtendMoldLines
A member of the JogFeatureConstants constant set that specifies whether or not to extend moldlines: seJogExtendMoldlines (the default) or seJogNoExtendMoldlines.
See Also

Jogs Collection  | Jogs Members