Open wrnotc opened 3 months ago
The TypeDefinition of Object Types also seams to have a wrong namespace indices. They seem to only take the values 0 for UA (which will not be printed) or 1 for everything else.
Can you provide these nodesets?
I already deleted the old minimal example, so I created a new one. The names do not match to the description above 1:1 but you should understand the problem.
NodeDoc_MethodSignatureWrongNamespaceIndex_MinimalExample.zip
In the Method Signature the wrong Namespace Index is used.
I tried it with a minimal example where I created 2 different Nodesets. One is the base and on the dependent note set. In both I defined one structure (one named
StructureInBase
and one namedStructureInDependent
) .When I created a method using both structures as data type for the input/output arguments the tool output the following:
But the SturctureInBase and StructureInDependent are DataTypes of different Namespaces. And therefore 2:StructureInBase would be correct.
From the XML: