Solid Edge Part Type Library
Add Method
Specifies the reference plane on which the louver is to be constructed.
Specifies the depth of the louver.
Member of the FeaturePropertyConstants constant set that specifies the direction for the depth.
Specifies the height of the louver.
Member of the FeaturePropertyConstants constant set that specifies the direction for the height.
Member of the FeaturePropertyConstants constant set that specifies whether the louver is to be lanced-end or formed-end.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal Profile As Object, _
   ByVal Depth As Double, _
   ByVal DepthDirection As LouverFeatureConstants, _
   ByVal Height As Double, _
   ByVal HeightDirection As LouverFeatureConstants, _
   Optional ByVal Type As Variant, _
   Optional ByVal RoundType As Variant, _
   Optional ByVal DieRadius As Variant, _
   Optional ByVal DimensionType As Variant _
) As Louver
Parameters
Profile
Specifies the reference plane on which the louver is to be constructed.
Depth
Specifies the depth of the louver.
DepthDirection
ValueDescription
seLouverDepthDirectionLeft
seLouverDepthDirectionRight
seLouverDimensionFull
seLouverDimensionOffset
seLouverFormedEnd
seLouverHeightNormal
seLouverHeightReverseNormal
seLouverLancedEnd
seLouverNoRound
seLouverRound
Member of the FeaturePropertyConstants constant set that specifies the direction for the depth.
Height
Specifies the height of the louver.
HeightDirection
ValueDescription
seLouverDepthDirectionLeft
seLouverDepthDirectionRight
seLouverDimensionFull
seLouverDimensionOffset
seLouverFormedEnd
seLouverHeightNormal
seLouverHeightReverseNormal
seLouverLancedEnd
seLouverNoRound
seLouverRound
Member of the FeaturePropertyConstants constant set that specifies the direction for the height.
Type
Member of the FeaturePropertyConstants constant set that specifies whether the louver is to be lanced-end or formed-end.
RoundType
DieRadius
DimensionType
See Also

Louvers Collection  | Louvers Members