Hello,
I'm looking for solution of logo icon placement in model. I used createComObjOcc function of model. Are there other ways to do it within script?
Thanks.
Hello,
I'm looking for solution of logo icon placement in model. I used createComObjOcc function of model. Are there other ways to do it within script?
Thanks.
Hi Albina,
You can create a model and maintain logo in it and then,
source= model_whereonlyLOGOexists_already.ComObjOccs()[0];
width = 100;
height =100;
You can use model_where_logotobecreated.createComObjOcc ( 0,0, width, height, source,false)