Solid Edge Part Type Library
AddThroughNext Method
Specifies the number of curves that define the exterior boundary of the vent.
Specifies the curves that define the exterior boundary of the vent.
Member of the VentExtentSideConstants constant set that specifies the extent side.
Specifies the number of rib curves in the vent.
Specifies the rib curves in the vent.
Specifies the rib thickness.
Specifies the distance the ribs are offset from the vent entrance surface.
Specifies the depth of the ribs.
Specifies the distance the ribs extend past the vent exterior boundary.
Specifies the number of spar curves in the vent.
Specifies the spar curves in the vent.
Specifies the spar thickness.
Specifies the distance the spars are offset from the vent entrance surface.
Specifies the depth of the spars.
Specifies the distance the spars extend past the vent exterior boundary.
Specifies whether draft is enabled for the vent.
Specifies the draft angle.
When set to True, specifies that the draft angle is measured from the faces that are closest to the sketch that defines the vent feature. When set to False, specifies that the draft angle is measured from the faces that are farthest from the sketch that defines the vent feature.
Member of the VentDraftSideConstants constant set that specifies the side on which draft is applied.
Specifies whether rounding is enabled for the vent.
Specifies the radius for rounding.
Description
Adds or removes material from a feature starting at a specified surface and extending through the next closed intersection in the feature.
Syntax
Visual Basic
Public Function AddThroughNext( _
   ByVal NumberOfBoundaryCurves As Long, _
   ByRef BoundaryCurves() As Object, _
   ByVal ExtentSide As VentExtentSideConstants, _
   Optional ByVal NumberOfRibCurves As Variant, _
   Optional ByVal RibCurves As Variant, _
   Optional ByVal RibThickness As Variant, _
   Optional ByVal RibOffset As Variant, _
   Optional ByVal RibDepth As Variant, _
   Optional ByVal RibExtension As Variant, _
   Optional ByVal NumberOfSparCurves As Variant, _
   Optional ByVal SparCurves As Variant, _
   Optional ByVal SparThickness As Variant, _
   Optional ByVal SparOffset As Variant, _
   Optional ByVal SparDepth As Variant, _
   Optional ByVal SparExtension As Variant, _
   Optional ByVal DraftEnabled As Variant, _
   Optional ByVal DraftAngle As Variant, _
   Optional ByVal DraftFromOutsideEdges As Variant, _
   Optional ByVal DraftSide As Variant, _
   Optional ByVal RoundEnabled As Variant, _
   Optional ByVal RoundRadius As Variant _
) As Vent
Parameters
NumberOfBoundaryCurves
Specifies the number of curves that define the exterior boundary of the vent.
BoundaryCurves
Specifies the curves that define the exterior boundary of the vent.
ExtentSide
ValueDescription
seVentReverseSketchPlaneNormalSide
seVentSketchPlaneNormalSide
Member of the VentExtentSideConstants constant set that specifies the extent side.
NumberOfRibCurves
Specifies the number of rib curves in the vent.
RibCurves
Specifies the rib curves in the vent.
RibThickness
Specifies the rib thickness.
RibOffset
Specifies the distance the ribs are offset from the vent entrance surface.
RibDepth
Specifies the depth of the ribs.
RibExtension
Specifies the distance the ribs extend past the vent exterior boundary.
NumberOfSparCurves
Specifies the number of spar curves in the vent.
SparCurves
Specifies the spar curves in the vent.
SparThickness
Specifies the spar thickness.
SparOffset
Specifies the distance the spars are offset from the vent entrance surface.
SparDepth
Specifies the depth of the spars.
SparExtension
Specifies the distance the spars extend past the vent exterior boundary.
DraftEnabled
Specifies whether draft is enabled for the vent.
DraftAngle
Specifies the draft angle.
DraftFromOutsideEdges
When set to True, specifies that the draft angle is measured from the faces that are closest to the sketch that defines the vent feature. When set to False, specifies that the draft angle is measured from the faces that are farthest from the sketch that defines the vent feature.
DraftSide
Member of the VentDraftSideConstants constant set that specifies the side on which draft is applied.
RoundEnabled
Specifies whether rounding is enabled for the vent.
RoundRadius
Specifies the radius for rounding.
See Also

Vents Collection  | Vents Members