Softimage Forum (Read Only)
Welcome to Autodesk’s Softimage Forums. Share your knowledge, ask questions, and explore popular Softimage topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Finding Cloned Model and it's parent in C#

1 REPLY 1
Reply
Message 1 of 2
hossainiir
414 Views, 1 Reply

Finding Cloned Model and it's parent in C#

 Hi to all,

I wrote a simple plugin in C# and every thing works fine.

In my scene i have a cube and one cloned mesh from cube,the problem is that how can i find out witch Model is Cloned what is it's parent in my plugin???

 

Thanks.

1 REPLY 1
Message 2 of 2
hbahnassi
in reply to: hossainiir

If I understood your question correctly, you're trying to get the master object of a clone.

 

For this you need first to get the copy operator from the cloned object. This can be accessed through the operaters stack under its ActivePrimitive.

Once you have the copy operator, getting Input Port(0) of it will return the master object you're looking for.

 

Hope this helps,

Homam

Homam

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report