Solid Edge Part Type Library
Add Method
The profile to be used to construct the dimple.
Specifies the depth of the dimple.
Member of the DimpleFeatureConstants constant set that specifies to which side of the profile the dimple is to be constructed.
Member of the DimpleFeatureConstants constant set that specifies to which side of the sheet metal surface the dimple is to be constructed.
Specifies the punch radius of the dimple.
Specifies the die radius of the dimple.
Specifies in radians the taper angle of the dimple.
Member of the DimpleFeatureConstants constant set that specifies whether the dimple is to be constructed with the material inside or outside the profile.
Specifies the radius of the corners.
Member of the DimpleFeatureConstants constant set that specifies the type of dimension (inside or outside) to be applied to the dimple.
Member of the DimpleFeatureConstants that specifies whether or not the edges of the dimple are to be rounded.
Member of the DimpleFeatureConstants that specifies whether or not the corners of the dimple are to be rounded.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal Profile As Object, _
   ByVal Depth As Double, _
   ByVal ProfileSide As DimpleFeatureConstants, _
   ByVal DepthSide As DimpleFeatureConstants, _
   Optional ByVal PunchRadius As Variant, _
   Optional ByVal DieRadius As Variant, _
   Optional ByVal TaperAngle As Variant, _
   Optional ByVal MaterialSide As Variant, _
   Optional ByVal ProfileCornerRadius As Variant, _
   Optional ByVal DimensionType As Variant, _
   Optional ByVal Round As Variant, _
   Optional ByVal RoundCorners As Variant _
) As Dimple
Parameters
Profile
The profile to be used to construct the dimple.
Depth
Specifies the depth of the dimple.
ProfileSide
ValueDescription
seDimpleDepthLeft
seDimpleDepthRight
seDimpleDimensionFull
seDimpleDimensionOffset
seDimpleMaterialInside
seDimpleMaterialOutside
seDimpleNoRoundCorners
seDimpleNoRoundEdges
seDimpleProfileLeft
seDimpleProfileRight
seDimpleRoundCorners
seDimpleRoundEdges
Member of the DimpleFeatureConstants constant set that specifies to which side of the profile the dimple is to be constructed.
DepthSide
ValueDescription
seDimpleDepthLeft
seDimpleDepthRight
seDimpleDimensionFull
seDimpleDimensionOffset
seDimpleMaterialInside
seDimpleMaterialOutside
seDimpleNoRoundCorners
seDimpleNoRoundEdges
seDimpleProfileLeft
seDimpleProfileRight
seDimpleRoundCorners
seDimpleRoundEdges
Member of the DimpleFeatureConstants constant set that specifies to which side of the sheet metal surface the dimple is to be constructed.
PunchRadius
Specifies the punch radius of the dimple.
DieRadius
Specifies the die radius of the dimple.
TaperAngle
Specifies in radians the taper angle of the dimple.
MaterialSide
Member of the DimpleFeatureConstants constant set that specifies whether the dimple is to be constructed with the material inside or outside the profile.
ProfileCornerRadius
Specifies the radius of the corners.
DimensionType
Member of the DimpleFeatureConstants constant set that specifies the type of dimension (inside or outside) to be applied to the dimple.
Round
Member of the DimpleFeatureConstants that specifies whether or not the edges of the dimple are to be rounded.
RoundCorners
Member of the DimpleFeatureConstants that specifies whether or not the corners of the dimple are to be rounded.
See Also

Dimples Collection  | Dimples Members