Getting complete Feature information
Hey guys,
I'm trying to get a complete information about a feature(say extrude).
I've already got section(sketch) information. It wasn't hard at all.
Now I'm about to get properties of Extrude feature itself.
I mean these:

Is it extrusion from sketch to some distance, or extrusion between planes, or sketch is a center plane for extrusion, and so on and so forth.
I did read user Guide for Object Toolkit and it seems, necessary information is stored in a Future Element Tree(14. Feature Element Tree, 18. Features).
Now I got features elements and their values:
element id: PRO_E_FEATURE_TYPE
element value: 917
element id: PRO_E_EXT_SURF_CUT_SOLID_TYPE
element value: 917
The question is, am I correct? If I do need information about feature, should I use Feature Element Tree for that?
If yes, where can I find description for this element IDs? Cause it's not clear for me what is PRO_E_FEATURE_TYPE and what means 917 for this element. I parsed the User guide, headers and couldn't find any description 
Thank you in advance,
Artem
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

