No, you are wright..!! It is ok! I don't know what I did wrong but now I think that it works... I'll kill myself!! All day I'm trying it and now it works!!I'll see it again tomorrow, thanks for now..Any idea how I can insert it to a part or assembly? Many many thanks!!!
I change the part to a feature( with .sldlfp extension), as you advice me, but then when you insert the new feature a message telling you that the "Feature Library is empty" appeared on the screen. What I should do?
I have made a part and I'm trying to save it as a library feature using a macro command. There is a sample in the SolidWorks API help, how to make the macro but it didn't help me. Any idea,please?
Sketch a spline and exit the sketch.Then run the code:
Option Explicit
Dim swApp As SldWorks.SldWorks
Dim swModel As SldWorks.ModelDoc2
Dim swSelMgr As SldWorks.SelectionMgr
Dim swModelDocExt As SldWorks.ModelDocExtension
Dim swSpline As SldWorks.SketchSpline
Dim boolstatus As Boolean
Sub...
I need to print the minimum radius of a spline. I ran a macro so as the minimum radius of a spline to be shown but i want to print that value also. Has anybody any idea? Thanks!!
I'm trying to add a specific part into a new assembly document and I cannot. I have readen an other thread with the same problem but the reply was for SolidWosks 2008 so it didn't help me. Any help,please?