-
Define SW Engine Assembly and related types.
SW Engine Assembly is a major type. Derive it from "MCAD Assembly".
-
Connect these related types using property:
Run mql and execute following statements:
modify type "SW Engine Assembly" add property RelatedType to type "SW Engine Assembly";
-
Add the new types to governing policies:
"Engine Major Policy" governs the major type . "Engine Minor Policy" governs the minor type
Define these two policies ensuring that minor policy does not have sequence)
In "Engine Major Policy", add "SW Engine Assembly" to the governed types. Add formats asm and image (for preview).
To "Engine Minor Policy", add "SW Engine Assembly" to the governed types. Add formats asm and image (for preview).
Note that the new types can either be added to the existing policies being used, or new policies can be defined to govern these types.
-
Add them in MCADInteg-TypeFormatMapping:
assembly|SW Engine Assembly,asm
-
Add it in MCADInteg-BusTypemapping:
assembly|SW Assembly,SW Engine Assembly
-
Add it in MCADInteg-TypePolicyMapping:
SW Engine Assembly|Engine Major Policy
SW Engine Assembly|Engine Minor Policy