NirVidP
Industrial
- May 10, 2010
- 45
Hello,
I have a part with a Pad.
I interactively select an edge / a face in the graphics screen.
1. Using a VBA macro I find the parent of the selected edge / face. As expected, the Pad object is the output of the Parent property
When I add a Hole feature on a face of Pad, the Hole object becomes the output of Parent property even when that Face / Edge is not part of the Hole.
In general, I have found that, the last feature added to the Pad becomes the Parent of all the edges and the faces.
Is this a standard behavior or am I missing something>
I expected Pad to be returned as Parent when I select an edge / a face which belongs to Pad or multiple features if that edge / face is shared by them.
2. This I think is a related question, hence adding here (If not, I will start a new thread).
How can I get (using VBA) the face that a particular edge belongs to?
All help is appreciated.
I have a part with a Pad.
I interactively select an edge / a face in the graphics screen.
1. Using a VBA macro I find the parent of the selected edge / face. As expected, the Pad object is the output of the Parent property
When I add a Hole feature on a face of Pad, the Hole object becomes the output of Parent property even when that Face / Edge is not part of the Hole.
In general, I have found that, the last feature added to the Pad becomes the Parent of all the edges and the faces.
Is this a standard behavior or am I missing something>
I expected Pad to be returned as Parent when I select an edge / a face which belongs to Pad or multiple features if that edge / face is shared by them.
2. This I think is a related question, hence adding here (If not, I will start a new thread).
How can I get (using VBA) the face that a particular edge belongs to?
All help is appreciated.