Hi,
I am trying to set Property weight to the child part which is in PART BOM relationship.
when I alert the name of childPart and classification it gives me correct result, but when I going to set new property value like this,
childPart.setProperty("_rm_weight", weight);
var res = childPart.apply();
this property will get set to parent Part.
How Do I set "_rm_weight" property.
Hi,
If childPart is really your childPArt and not just the relationship ("Part BOM") this should work (also if it is in edit mode) can you show the full code of your method?
Hi,
If childPart is really your childPArt and not just the relationship ("Part BOM") this should work (also if it is in edit mode) can you show the full code of your method?