HI,
How can I see the code of this compoenent (RUnion)?
I want to copy it into C# component to export it into other tool.
HI,
How can I see the code of this compoenent (RUnion)?
I want to copy it into C# component to export it into other tool.
You can’t. Components are part of compiled plug-in assemblies. The only way is to disassemble the gha (i.e. dll) file using a .NET compliant disassembler, which is a violation of the license agreement.
Ok understand thanks