Solid Edge Part Type Library
Add Method
Specifies the reference plane on which the cutout is to be constructed.
Specifies the depth of the feature, as measured from the profile to either the inside or outside of the drawn cutout feature, as determined by DimensionType.
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutProfileLeft or seDrawnCutProfileRight. Specifies the side of the profile where the drawn cutout is created.
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutDepthLeft or seDrawnCutDepthRight. Specifies the side of the profile plane to which depth is added.
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutMaterialInside or seDrawnCutMaterialOutside. Specifies the side of the profile to which material thickness is added when forming the drawn cutout.
If Round Corners is set to seDrawnCutRoundCorners, you must specify the radius of the optional die-side round GUI users can specify in the Options dialog.
Specifies the angular dimension of the optional taper angle GUI users can specify in the Options dialog. Default is 0.0.
If RoundCorners is set to seDrawnCutRoundCorners, you must specify the round to apply to closed corners in the profile.
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutRoundEdges (default) or seDrawnCutNoRoundEdges. Specifies whether or not to apply the die-side round to the edges of the formed feature.
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutNoRoundCorners (default) or seDrawnCutRoundCorners. Specifies whether or not to fillet closed corners in the profile.
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 DrawnCutoutFeatureConstants, _
   ByVal DepthSide As DrawnCutoutFeatureConstants, _
   ByVal MaterialSide As DrawnCutoutFeatureConstants, _
   Optional ByVal DieRadius As Variant, _
   Optional ByVal TaperAngle As Variant, _
   Optional ByVal ProfileCornerRadius As Variant, _
   Optional ByVal RoundEdges As Variant, _
   Optional ByVal RoundCorners As Variant _
) As DrawnCutout
Parameters
Profile
Specifies the reference plane on which the cutout is to be constructed.
Depth
Specifies the depth of the feature, as measured from the profile to either the inside or outside of the drawn cutout feature, as determined by DimensionType.
ProfileSide
ValueDescription
seDrawnCutoutDepthLeft
seDrawnCutoutDepthRight
seDrawnCutoutMaterialInside
seDrawnCutoutMaterialOutside
seDrawnCutoutNoRoundCorners
seDrawnCutoutNoRoundEdges
seDrawnCutoutProfileLeft
seDrawnCutoutProfileRight
seDrawnCutoutRoundCorners
seDrawnCutoutRoundEdges
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutProfileLeft or seDrawnCutProfileRight. Specifies the side of the profile where the drawn cutout is created.
DepthSide
ValueDescription
seDrawnCutoutDepthLeft
seDrawnCutoutDepthRight
seDrawnCutoutMaterialInside
seDrawnCutoutMaterialOutside
seDrawnCutoutNoRoundCorners
seDrawnCutoutNoRoundEdges
seDrawnCutoutProfileLeft
seDrawnCutoutProfileRight
seDrawnCutoutRoundCorners
seDrawnCutoutRoundEdges
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutDepthLeft or seDrawnCutDepthRight. Specifies the side of the profile plane to which depth is added.
MaterialSide
ValueDescription
seDrawnCutoutDepthLeft
seDrawnCutoutDepthRight
seDrawnCutoutMaterialInside
seDrawnCutoutMaterialOutside
seDrawnCutoutNoRoundCorners
seDrawnCutoutNoRoundEdges
seDrawnCutoutProfileLeft
seDrawnCutoutProfileRight
seDrawnCutoutRoundCorners
seDrawnCutoutRoundEdges
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutMaterialInside or seDrawnCutMaterialOutside. Specifies the side of the profile to which material thickness is added when forming the drawn cutout.
DieRadius
If Round Corners is set to seDrawnCutRoundCorners, you must specify the radius of the optional die-side round GUI users can specify in the Options dialog.
TaperAngle
Specifies the angular dimension of the optional taper angle GUI users can specify in the Options dialog. Default is 0.0.
ProfileCornerRadius
If RoundCorners is set to seDrawnCutRoundCorners, you must specify the round to apply to closed corners in the profile.
RoundEdges
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutRoundEdges (default) or seDrawnCutNoRoundEdges. Specifies whether or not to apply the die-side round to the edges of the formed feature.
RoundCorners
Member of the DrawnCutoutFeatureConstants constant set, seDrawnCutNoRoundCorners (default) or seDrawnCutRoundCorners. Specifies whether or not to fillet closed corners in the profile.
See Also

DrawnCutouts Collection  | DrawnCutouts Members