Hello all,
I am a newbie to Solidwork's add-in development. I have created asketch comprising 3 line connecting (p1, p2), (p2, p3) and (p3,p1). Now what I want is to create a filled surface using thissketch. As this 3 lines makes a triangle so surface creation shouldbe possible. To do this I was trying to use InsertFillSurface2, butits not working.
Can anyone tell me how to do it (example in C++ would be veryhelpful) and also explain the parameters of InsertFillSurface2. Ican understand what is vPatchBoundaries (which is the sketch in mycase), vCurvatureControlType, but what about vFaces andvConstraintCurves.
Thanks in advance.SolidworksApi macros
I am a newbie to Solidwork's add-in development. I have created asketch comprising 3 line connecting (p1, p2), (p2, p3) and (p3,p1). Now what I want is to create a filled surface using thissketch. As this 3 lines makes a triangle so surface creation shouldbe possible. To do this I was trying to use InsertFillSurface2, butits not working.
Can anyone tell me how to do it (example in C++ would be veryhelpful) and also explain the parameters of InsertFillSurface2. Ican understand what is vPatchBoundaries (which is the sketch in mycase), vCurvatureControlType, but what about vFaces andvConstraintCurves.
Thanks in advance.SolidworksApi macros