How to find the parent of the linked_face in VB ?
How to find the parent of the linked_face in VB ?
(OP)
Hi,
Withe the following lines, I am able to find all "LINKED_FACE' in part
For Each primitive As Features.Feature In maquette.Features
If primitive.FeatureType.ToString = "LINKED_FACE" Then
echo(primitive.FeatureType)
End If
Next
Now, I would like to find the parent of the linked_face
Thanks in advance
Regards
Didier
Withe the following lines, I am able to find all "LINKED_FACE' in part
For Each primitive As Features.Feature In maquette.Features
If primitive.FeatureType.ToString = "LINKED_FACE" Then
echo(primitive.FeatureType)
End If
Next
Now, I would like to find the parent of the linked_face
Thanks in advance
Regards
Didier
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
RE: How to find the parent of the linked_face in VB ?
CODE
www.nxjournaling.com
RE: How to find the parent of the linked_face in VB ?
Thanks but where is the full code ?
Regards
Didier
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
RE: How to find the parent of the linked_face in VB ?
Forget my previous post, I succeed with your explanation, thanks a lot
Regards
Didier Psaltopoulos
http://www.psi-cad.fr