Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
FDFatih Doğan04/04/2024
Hello,
I'm trying to check if bodies are merged or not in source profile files. I'm having trouble getting the corner connection points (swFeatData.GetConnectionPointsCount). When I try to get the corner type via sketchsegments (swFeatData.ConnectionType), it always returns -1.
Is there anyone who can help me with this issue?
Example:
Dim swSels As SldWorks.SelectionMgr Dim swFeat As SldWorks.Feature