How to mirror a feature using Pro/Toolkit?
Hi everyone,
I'm working on a Creo Toolkit (Pro/Toolkit) application and need to create a mirror feature programmatically.
According to the official PTC documentation, the element `PRO_E_MIRROR_REF_ITEMS` expects references of the following types:
- PRO_CURVE
- PRO_COMP_CRV
- PRO_AXIS
- PRO_QUILT
- PRO_PART
Notably, `PRO_FEATURE` is NOT included in this list.
My questions:
1. Is there a way to mirror a feature directly via `PRO_E_MIRROR_REF_ITEMS` (i.e., passing a `PRO_FEATURE` reference)?
2. If not, what is the correct/best practice for mirroring a feature through Toolkit?
Thank you in advance for any insights or code examples.
