Hello,
I would like to create a assignment from a created ObjectOcc to a created model but I have no idea to achieve this? I have been looking for something like oObjOcc.setAssigment(oModel), but couldn't find anything like this?
Is there a way to implement this?
Best regards
Daniel
Amol Patil on
Hi Daniel,
You can use the following method
oObjOcc.ObjDef().CreateAssignment( Model model, boolean bPlaceOccAccordingToMethod );
Check the help page for more info.
Regards,
Amol Patil