|
Dateien von:
Beschreibung Example code on how to add and delete drawing sheets from within a macro with descriptions of each function.
Hinzugefügt am 28 Mrz, 2008 Durchschnittliche Bewertung  (5 Bewertungen)
Beschreibung Will delete properties and then add custom properties with your info you type in example: This will delete propertie name "ENGINEER" code: retval = swModel.DeleteCustomInfo("ENGINEER") --end code This will add propertie name "ENGINEER" with your info code: retval = swModel.AddCustomInfo3("" "ENGINEER" swCustomInfoText "ALBERT VENTURA") --end code
Etiketten add,
albert,
and,
code,
custom,
delete,
engineer,
propert,
properties,
swcustominfotext,
then,
venturaend,
will Hinzugefügt am 1 Mai, 2012 Durchschnittliche Bewertung  (4 Bewertungen)
Beschreibung Gives the user advanced control over the addition of new revisions to SolidWorks Revision Tables in one easy to use form. It includes a Preview of changes several settings to support many different types of revision tables and comprehensive Help.
Hinzugefügt am 28 Mrz, 2008 Durchschnittliche Bewertung  (8 Bewertungen)
|