Struggling to set attribute values and units in part usages #1693
-
|
Hi there, Im having trouble figuring out how to set attribute values in part usages. I've tried different approaches and each approach sets the value but throws an error for the units. Any suggestions? part def Arm{ part arm:Arm{ I've also tried variants such as: attribute redefines length = 50[ISQBase::LengthUnit::m]; Error: Unable to resolve name 'cm' for reference 'memberElement' on element |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Turns out I had imported the SI unit library in the wrong package. |
Beta Was this translation helpful? Give feedback.
Turns out I had imported the SI unit library in the wrong package.