Solid Edge Part Type Library
AddFiniteByKeyPoint 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.
Specifies the keypoint or tangent face relative to which the vent is constructed.
Specifies the extent of the keypoint.
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.
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 to a specified keypoint.
Syntax
Visual Basic
Public Function AddFiniteByKeyPoint( _
   ByVal NumberOfBoundaryCurves As Long, _
   ByRef BoundaryCurves() As Object, _
   ByVal KeyPointOrTangentFace As Object, _
   ByVal KeyPointFlags As KeyPointExtentConstants, _
   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.
KeyPointOrTangentFace
Specifies the keypoint or tangent face relative to which the vent is constructed.
KeyPointFlags
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 extent of the keypoint.
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
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