Can anyone explain to me why the bend allowance, bend deducation from the custombendallowance interface are in meters while the measurement system is MMGS?
Can anyone explain to me why the bend allowance, bend deducation from the custombendallowance interface are in meters while the measurement system is MMGS?
Hi Amen,
Pretty much all dimension values in SolidWorks API are in meters (except of some method like IDimension::GetValue) regardless the currently selected user units. You can use IUserUnits interface to transform the values to the user units if needed: #CODE|Units Conversion
Thanks,
Artem