Hello guys,
I want to create an Intersection feature with Pro/Toolkit. I can create the feature programaticaly with the featuretree, if the feature references to surfaces and quilts. That works very fine.
But i want to refer to the solid geometry (i think it is logical surface or surface intersect named too).
So there is my problem. If i refer to surfaces, i have over 90 references, but i want only two.
Now my question:
Is it possible to create a Selection or Reference like this, with the type PRO_LOG_SRF?
<pro_e_crv_ip_ref1_multi type="selection">
<pro_xml_reference type="reference">
<pro_xml_reference_owner type="owner">IMPLANT.prt</pro_xml_reference_owner>
<pro_xml_reference_id type="id">87231</pro_xml_reference_id>
<pro_xml_reference_type type="protype">PRO_LOG_SRF</pro_xml_reference_type>
</pro_xml_reference>
</pro_e_crv_ip_ref1_multi>
I hope somebody in the toolkit-universe can help me.
robert