API ドキュメンテーション > Sheetmetal > Object ProSmt > Function ProSmtFeatureDevldimsGet
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>
ProSmtFeatureDevldimsGet
(
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
User Guide References
これは役に立ちましたか?