|
SolidWorks : How to extract a part from ToolBox with API
swPeter am 27.04.2005 um 08:13 Uhr (0)
Exactly, they do not have implemented this possibility. Your you have a page in Internet? I have seen that GIF in a Web or not? Equal I happen to me when I wanted to hide rows in BOM(EXCEL). Thanks
|
| In das Form SolidWorks wechseln |
|
SolidWorks : Bom to File .txt or Bom to File .xls(Excel)
swPeter am 28.07.2005 um 06:41 Uhr (0)
----------------------------------------------------------- Bom to File .txt or Bom to File .xls(Excel) Autor: Ing.Sup.Mec. Pedro Omar Sánchez Curbelo (swPeter) Sevilla. Spain. 28 July 2005 ----------------------------------------------------------- Option Explicit PasteSpecial of Excel Public Const xlPasteSpecialOperationAdd = 2 Public Const xlPasteAll = -4104 Used to be TYPE_DRAWING Public Const swDocDRAWING = 3 Public swViewBOM ...
|
| In das Form SolidWorks wechseln |
|
SolidWorks : How to extract a part from ToolBox with API
swPeter am 27.04.2005 um 08:23 Uhr (0)
Yes,http://swtools.cad.de/us_index.htm Man is an honor I frequently I visit you Web, for my you are a referring one of VB in SoLidWorks. Good, good to celebrate I put the code to you that I made to hide the rows. Code: ---------------------------------------------------- How to hide rows in a BOM(Excel). Autor: Ing.Sup.Mec. Pedro Omar Sánchez Curbelo Sevilla. Spain. 9 april 2005 Preconditions: (1) Drawing document is open. (2) Drawing contains one View with BOM(Excel). ...
|
| In das Form SolidWorks wechseln |