文件2:
#! UG/KF 17.0
DefClass: a_evaluate_operation(ug_base_part);
(string parameter modifiable) L: "10";
(string parameter modifiable) W: "10";
(string parameter modifiable) H: "10";
(child) into_1:
{
class, ug_component;
file_name, "into";
};
(string) into_rule: "{ class, into" + ", L," + L: + ", W," + W: + ", H," + H: + " }";
(string) component_rule: ug_evaluateInPart("into", "insto_rule", into_rule;
(list uncached modifiable) DemandValue: if into?: then {component_rule:} else {}; |