Print at Dec 22, 2025, 2:30:45 AM

Posted by Byron at Apr 18, 2011, 5:09:19 PM
Re: Plugin - Creating Objects with other Properties
Update:
I have figured how to use my plugin to create new Catalog-Elements.

When I drag and drop a new item on my plan,
how can I control it without changing the SH3D code?
It will be added as HomePieceOfFurniture,
but I want it to be added e.g. as a selfmade class
*** extends HomePieceOfFurniture.

Also I want to modify its properties window.

How can I access the HomeController and its View
from my plugin workspace?