Hello everybody,
I was wondering if the sides of a SolidWorks part had an assigned name or not? Is it the user who even got the name of the face or does SolidWorks do it himself? I try to create a macro to extract the Entitiestype and the names of Entitiestypes. For example, if we have a mates parallel between two faces I try to extract the names of Entitiestype and the name of face constraint.
If you have any ideas do not hesitate to contact me.
Paul kerouanton
Hi Paul
I know you can manually name a face, by right clicking and selecting Face Properties
Then in your macro you can use GetEntityName Method (IPartDoc)
I notice there is also SetEntityName Method (IPartDoc)