Solid Edge Part Type Library
Add Method
Specifies the number of profiles in the Profile input array.
Specifies the profiles that define the shape of the Web Network feature.
Specifies the thickness of the Web Network feature.
Member of the WebNetworkFeatureConstants constant set that specifies the direction, in relation to the profile plane, that the Web Network feature extends. Valid values are seWebNormal or seWebReverseNormal.
Member of the WebNetworkFeatureConstants constant set that specifies whether the profile is projected (in the direction specified by WebDirection) a finite distance or to adjacent topology to create the depth of the web network. Valid values are seWebExtendToNext (default) or seWebExtendFinite.
Member of the WebNetworkFeatureConstants constant set that specifies whether or not profile elements are extended (in the plane of the profile) to adjacent topology. Valid values are seWebProfileExtend (default) or seWebProfileNoExtend.
Specifies the extent of the web network in the direction specified by WebDirection. If the ExtentType argument is set to seWebExtendFinite and a value is not provided for this parameter, the feature should fail in the automation layer.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumProfiles As Long, _
   ByRef Profile() As Object, _
   ByVal Thickness As Double, _
   ByVal WebDirection As WebNetworkFeatureConstants, _
   Optional ByVal ExtentType As Variant, _
   Optional ByVal ProfileExtensionType As Variant, _
   Optional ByVal FiniteDepth As Variant _
) As WebNetwork
Parameters
NumProfiles
Specifies the number of profiles in the Profile input array.
Profile
Specifies the profiles that define the shape of the Web Network feature.
Thickness
Specifies the thickness of the Web Network feature.
WebDirection
ValueDescription
seWebExtendFinite
seWebExtendToNext
seWebNormal
seWebProfileExtend
seWebProfileNoExtend
seWebReverseNormal
Member of the WebNetworkFeatureConstants constant set that specifies the direction, in relation to the profile plane, that the Web Network feature extends. Valid values are seWebNormal or seWebReverseNormal.
ExtentType
Member of the WebNetworkFeatureConstants constant set that specifies whether the profile is projected (in the direction specified by WebDirection) a finite distance or to adjacent topology to create the depth of the web network. Valid values are seWebExtendToNext (default) or seWebExtendFinite.
ProfileExtensionType
Member of the WebNetworkFeatureConstants constant set that specifies whether or not profile elements are extended (in the plane of the profile) to adjacent topology. Valid values are seWebProfileExtend (default) or seWebProfileNoExtend.
FiniteDepth
Specifies the extent of the web network in the direction specified by WebDirection. If the ExtentType argument is set to seWebExtendFinite and a value is not provided for this parameter, the feature should fail in the automation layer.
See Also

WebNetworks Collection  | WebNetworks Members

Send comments on this topic.