API Documentation > Interface Classes > Class wfcDevelopedLengthCalcInfo
Class wfcDevelopedLengthCalcInfo

# include <wfcSMTPart.h>

class
wfcDevelopedLengthCalcInfo
: public virtual
xobject
{
xdeclare(wfcDevelopedLengthCalcInfo)
...
};
This is a
COMPACT class.

Description
Provides information about developed length calculation for sheet metal bends.
Method Summary
Create (wfcDevelopedLengthMethod Method, pfcModel_ptr RuleModel, xreal YFactorValue, xrstring BendTableName, xrstring Formula, xreal Allowance, pfcDimension_ptr Dimension, xbool DrivenByPartSettings)
Creates the DevelopedLengthCalcInfo object.
Bend allowance (A) from bend table.
The dimension that defines developed length.
Whether driven by part settings.
Formula that is used to calculate developed length.
The method used to calculate developed length.
The Y-factor value used in calculation.
Method Detail
The method used to calculate developed length.
GetRuleModel
()
GetYFactorValue
()
The Y-factor value used in calculation.
GetBendTableName
()
GetFormula
()
Formula that is used to calculate developed length.
GetAllowance
()
Bend allowance (A) from bend table.
GetDimension
()
The dimension that defines developed length.
GetDrivenByPartSettings
()
Whether driven by part settings.
Create
(wfcDevelopedLengthMethod Method, pfcModel_ptr RuleModel, xreal YFactorValue, xrstring BendTableName, xrstring Formula, xreal Allowance, pfcDimension_ptr Dimension, xbool DrivenByPartSettings)
Creates the DevelopedLengthCalcInfo object.
Parameters:
Method
The calculation method.
RuleModel
YFactorValue
The Y-factor value.
BendTableName
Formula
The formula string.
Allowance
The allowance value.
Dimension
The dimension.
DrivenByPartSettings
Whether driven by part settings.
Returns:
Was this helpful?