Edge Bend Feature
The Edge Bend feature allows you to round sharp edges of a sheet metal.
The element tree for the Edge Bend feature is documented in the header file ProSmtEdgeBend.h and is shown in the following figure:
Figure 132. Feature Element Tree for Edge Bend Feature
The elements in this tree are described as follows:
Element ID
Data Type
Description
PRO_E_FEATURE_TYPE
PRO_VALUE_TYPE_INT
Specifies the type of feature. The value of this feature must be PRO_FEAT_EDGE_BEND.
PRO_E_STD_FEATURE_NAME
PRO_VALUE_TYPE_WSTRING
Specifies the name of the feature. The default value is Edge_Bend_1.
PRO_E_SMT_EDGE_BEND_ARRAY
Array
An array element of single or multiple Edge Bend sets.
PRO_E_SMT_EDGE_BEND_SET
Compound
This compound element contains a single edge bend set.
PRO_E_SMT_EDGE_BEND_REFERENCES
Array
An array element of surface edges, that form an edge bend set.
PRO_E_SMT_EDGE_REFERENCES
Compound
This compound element defines the collection of surface edge or a curve.
PRO_E_STD_CURVE_COLLECTION_APPL
PRO_VALUE_TYPE_POINTER
Specifies the sharp edges to be rounded.
PRO_E_SMT_FILLET_SELECT
Compound
This compound element defines the bend properties and the value of the bend radius.
PRO_E_SMT_FILLET_RADIUS_SIDE
PRO_VALUE_TYPE_INT
Specifies the fillet side using the enumerated data type ProSmdRadType. The valid values for this element are as follows:
PRO_BEND_RAD_OUTSIDE—Applies the bend radius to the outer surface of the bend.
PRO_BEND_RAD_INSIDE—Applies the bend radius to the inner surface of the bend.
PRO_BEND_RAD_PARAMETER—Applies the bend radius at the dimension location set by the SMT_DFLT_RADIUS_SIDE parameter in .
PRO_E_SMT_FILLET_RADIUS_VALUE
PRO_VALUE_TYPE_DOUBLE
Specifies the value of the bend radius.
PRO_E_SMT_BEND_RELIEF
Compound
This compound element defines the bend relief at the edges. Refer to the section Bend Relief Elements for more information.
PRO_E_SMT_DEV_LEN_CALCULATION
Compound
This compound element defines the method used to calculate the Developed Length dimensions for bends. For more information see the section The Element Subtree for Length Calculation.
¿Fue esto útil?