Solid Edge Part Type Library
Add Method
Specifies the profile reference plane.
A constant that specifies the type of extent (Finite, To End, or Chain) to be applied to the feature.
A constant that specifies to which side of the profile the contour flange is to be constructed.
Specifies the distance the contour flange is to be projected from the profile.
Specifies the radius to be applied to the bend.
A constant that specifies the type of bend relief (square or round) to be applied to the bend.
Specifies the width of the bend relief.
Specifies the length of the bend relief.
A constant that specifies the type of the corner relief (bend only or bend and face) to be applied to the bend.
Specifies the neutral factor to be applied to the bends of the feature.
A constant that specifies whether the flange is to be positioned with the material inside, the material outside, or the bend outside.
A constant that specifies the miter treatment (Normal to Thickness Face or Normal to Source Face) is to be applied to the start end of the contour flange.
A constant that specifies the miter treatment (Normal to Thickness Face or Normal to SourceFace) is to be applied to the finish end of the contour flange.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal pProfile As Object, _
   ByVal varExtentType As Variant, _
   ByVal varProjectionSide As Variant, _
   ByVal varProjectionDistance As Variant, _
   ByVal varBendRadius As Variant, _
   ByVal vtBRType As Variant, _
   ByVal vtBRWidth As Variant, _
   ByVal vtBRLength As Variant, _
   ByVal vtCRType As Variant, _
   Optional ByVal NeutralFactor As Variant, _
   Optional ByVal BnParamType As Variant, _
   Optional ByVal vtMitrePosition As Variant, _
   Optional ByVal vtMitreTypeAtStart As Variant, _
   Optional ByVal vtMitreTypeAtEnd As Variant, _
   Optional ByVal vtMitreSideAtStart As Variant, _
   Optional ByVal vtMitreSideAtEnd As Variant, _
   Optional ByVal vtMitreByDistOrAngleAtStart As Variant, _
   Optional ByVal vtMitreByDistOrAngleAtEnd As Variant, _
   Optional ByVal vtMitreDistOrAngleAtStart As Variant, _
   Optional ByVal vtMitreDistOrAngleAtEnd As Variant, _
   Optional ByVal vtMitreCutType As Variant, _
   Optional ByVal ChainedEdgeSet As Variant _
) As ContourFlange
Parameters
pProfile
Specifies the profile reference plane.
varExtentType
A constant that specifies the type of extent (Finite, To End, or Chain) to be applied to the feature.
varProjectionSide
A constant that specifies to which side of the profile the contour flange is to be constructed.
varProjectionDistance
Specifies the distance the contour flange is to be projected from the profile.
varBendRadius
Specifies the radius to be applied to the bend.
vtBRType
A constant that specifies the type of bend relief (square or round) to be applied to the bend.
vtBRWidth
Specifies the width of the bend relief.
vtBRLength
Specifies the length of the bend relief.
vtCRType
A constant that specifies the type of the corner relief (bend only or bend and face) to be applied to the bend.
NeutralFactor
Specifies the neutral factor to be applied to the bends of the feature.
BnParamType
A constant that specifies whether the flange is to be positioned with the material inside, the material outside, or the bend outside.
vtMitrePosition
vtMitreTypeAtStart
A constant that specifies the miter treatment (Normal to Thickness Face or Normal to Source Face) is to be applied to the start end of the contour flange.
vtMitreTypeAtEnd
A constant that specifies the miter treatment (Normal to Thickness Face or Normal to SourceFace) is to be applied to the finish end of the contour flange.
vtMitreSideAtStart
vtMitreSideAtEnd
vtMitreByDistOrAngleAtStart
vtMitreByDistOrAngleAtEnd
vtMitreDistOrAngleAtStart
vtMitreDistOrAngleAtEnd
vtMitreCutType
ChainedEdgeSet
See Also

ContourFlanges Collection  | ContourFlanges Members

Send comments on this topic.