Solid Edge Part Type Library
AddByDraft Method
Specifies the number of profiles in Profile.
Specifies the profiles that define the feature.
Specifies the thickness of the feature.
A member of the WebNetworkFeatureConstants constant set that specfies the extent and direction of the web network.
A member of the DraftSideConstants constant side that specifies the draft side.
Specifies the draft angle.
A member of the FeaturePropertyConstants constant set that specifies the extent type. Valid values are igFinite, igThroughAll, igToNext, igToKeyPoint, and igFromTo.
A member of the WebNetworkFeatureConstants constant set that specifies whether or not profile elements are extended (in the plane of the profile) to adjacent topology.
Specifies the finite depth (when ExtentType is igFinite).
Description
Adds a WebNetwork object using draft data.
Syntax
Visual Basic
Public Function AddByDraft( _
   ByVal NumProfiles As Long, _
   ByRef Profile() As Object, _
   ByVal Thickness As Double, _
   ByVal WebDirection As WebNetworkFeatureConstants, _
   ByVal DraftSide As DraftSideConstants, _
   ByVal DraftAngle As Double, _
   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 Profile.
Profile
Specifies the profiles that define the feature.
Thickness
Specifies the thickness of the feature.
WebDirection
ValueDescription
seWebExtendFinite
seWebExtendToNext
seWebNormal
seWebProfileExtend
seWebProfileNoExtend
seWebReverseNormal
A member of the WebNetworkFeatureConstants constant set that specfies the extent and direction of the web network.
DraftSide
ValueDescription
seDraftInside
seDraftNone
seDraftOutside
A member of the DraftSideConstants constant side that specifies the draft side.
DraftAngle
Specifies the draft angle.
ExtentType
A member of the FeaturePropertyConstants constant set that specifies the extent type. Valid values are igFinite, igThroughAll, igToNext, igToKeyPoint, and igFromTo.
ProfileExtensionType
A member of the WebNetworkFeatureConstants constant set that specifies whether or not profile elements are extended (in the plane of the profile) to adjacent topology.
FiniteDepth
Specifies the finite depth (when ExtentType is igFinite).
See Also

WebNetworks Collection  | WebNetworks Members

Send comments on this topic.