Category Sheetmetal, Object ProSmt

Function ProSmtFeatureDevldimsGet


Description
Outputs the DEV.L dimensions for the specified sheet metal feature, and the corresponding surfaces whose developed lengths they define.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtFeatureDevldimsGet(
ProFeature* feature
/* (In)
The sheet metal feature (must be a Bend or Wall)
*/
ProDimension** devl_dims
/* (Out)
The DEV.L dimensions. This is a ProArray allocated by the function. Free it using ProArrayFree().
*/
ProGeomitem** surfaces
/* (Out)
The surfaces referenced by the DEV.L dimensions. This is also a ProArray allocated by the function.
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_CONTEXT

Manual References:

  1. Production Applications: Sheetmetal: Bend Tables and Dimensions
  2. Production Applications: Sheetmetal: Bend Tables and Dimensions