PSI-CAD
Computer
- Feb 13, 2009
- 997
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
Regards
Didier Psaltopoulos
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