Home
Reply
Regular Contributor
castillor
Posts: 74

Copy entity without copying attributes

Hi,

 

Does anyone know how to copy an entity/edge without the attributes being copied? I'm using api_edge right now but I do not want to copy the attributes of the edge. Thank you.

 

Regards,

Raymond

Contributor
pwang8097
Posts: 18

Re: Copy entity without copying attributes

Hello castillor

 

Weeks ago , I have handle the color attribute problem. So I can give you some suggestion.

 

you can use this funtion  set_copy_owner_action(copylose)  to acheive this goal.

 

 

 

Regular Contributor
castillor
Posts: 74

Re: Copy entity without copying attributes

Thanks pwang8097! :smileywink: