Solid Edge Part Type Library
AddFiniteByKeyPoint Method
Specifies the Profile on which the Jog feature is to be based. This must be a single linear element that represents the location where the transition tab meets the parent tab as defined by MaterialSide.
Specifies the keypoint or tangent face.
Specifies the keypoint on the KeyPointOrTangentFace object that will determine the extent of the feature. Valid values are igInteriorReverseTangentNormal, igInteriorTangentNormal, igReverseTangentNormal, or igTangentNormal.
Specifies the location of the created transition tab and jogged tab with respect to the profile. If set to seJogMtlInside, the inside face of the created transition tab lies on the profile; if set to seJogMtlOutside, the outside face of the created transition lies on profile; if set to seJogMtlExtend, the plastic zone on the parent tab borders the profile.
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.
Specifies the direction (seJogNormal or seJogReverseNormal) of the jog.
Specifies the inside radius of the bend. If omitted, the UseGlobalBendRadius property is set to True, and the global bend radius is associatively applied.
Specifies whether the Depth is measured from the profile plane to the inside or outside material face of the dimple. Valid values are seJogDimensionInside (the default) or seJogDimensionOutside.
Specifies the neutral factor to be applied to the bend. If omitted, the UseGlobalNeutralFactor property is set to True, and the global NeutralFactor value is associatively applied.
Specifies the method of specifying the bend neutral factor. Valid values are seJogBendNFT (the default) or seJogBendEqn.
Specifies the bend relief type. Valid values are 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 bend. If omitted, the UseGlobalBendReliefDepth property is set to True, and the global BendReliefDepth is associatively applied.
Specifies the corner relief type. Valid values are seJogBendOnlyCR (the default) or seJogBendAndFaceCR.
Specifies whether or not to extend moldlines. Valid values are seJogExtendMoldlines (the default) or seJogNoExtendMoldines.
Description
Adds or removes material from a feature starting at a specified surface and extending to a specified keypoint.
Syntax
Visual Basic
Public Function AddFiniteByKeyPoint( _
   ByVal Profile As Profile, _
   ByVal KeyPointOrTangentFace As Object, _
   ByVal KeyPointFlag As KeyPointExtentConstants, _
   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 on which the Jog feature is to be based. This must be a single linear element that represents the location where the transition tab meets the parent tab as defined by MaterialSide.
KeyPointOrTangentFace
Specifies the keypoint or tangent face.
KeyPointFlag
ValueDescription
igInteriorReverseTangentNormalKey-point Extent - Interior Reverse Tangent Normal
igInteriorTangentNormalKey-point Extent - Interior Tangent Normal
igReverseTangentNormalKey-point Extent - Reverse Tangent Normal
igTangentNormalKey-point Extent - Tangent Normal
Specifies the keypoint on the KeyPointOrTangentFace object that will determine the extent of the feature. Valid values are igInteriorReverseTangentNormal, igInteriorTangentNormal, igReverseTangentNormal, or igTangentNormal.
MaterialSide
ValueDescription
seJogBendAndFaceCR
seJogBendEqn
seJogBendNFT
seJogBendOnlyCR
seJogBRFillet
seJogBRRectangular
seJogDimensionFull
seJogDimensionOffset
seJogExtendMoldlines
seJogExtentFinite
seJogExtentFiniteByKeypoint
seJogMaterialBendOutside
seJogMaterialInside
seJogMaterialOutside
seJogMoveLeft
seJogMoveRight
seJogNoExtendMoldines
seJogNormal
seJogReverseNormal
Specifies the location of the created transition tab and jogged tab with respect to the profile. If set to seJogMtlInside, the inside face of the created transition tab lies on the profile; if set to seJogMtlOutside, the outside face of the created transition lies on profile; if set to 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
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
Specifies the direction (seJogNormal or seJogReverseNormal) of the jog.
BendRadius
Specifies the inside radius of the bend. If omitted, the UseGlobalBendRadius property is set to True, and the global bend radius is associatively applied.
DimensionType
Specifies whether the Depth is measured from the profile plane to the inside or outside material face of the dimple. Valid values are seJogDimensionInside (the default) or seJogDimensionOutside.
NeutralFactor
Specifies the neutral factor to be applied to the bend. If omitted, the UseGlobalNeutralFactor property is set to True, and the global NeutralFactor value is associatively applied.
BendParameterType
Specifies the method of specifying the bend neutral factor. Valid values are seJogBendNFT (the default) or seJogBendEqn.
BendReliefType
Specifies the bend relief type. Valid values are 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 bend. If omitted, the UseGlobalBendReliefDepth property is set to True, and the global BendReliefDepth is associatively applied.
CornerReliefType
Specifies the corner relief type. Valid values are seJogBendOnlyCR (the default) or seJogBendAndFaceCR.
ExtendMoldLines
Specifies whether or not to extend moldlines. Valid values are seJogExtendMoldlines (the default) or seJogNoExtendMoldines.
See Also

Jogs Collection  | Jogs Members