Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
2.3.1.3. Attributmapping in AutoCAD
2.3.1.3.2. Block
[CadDocumentAttributes(is2d)] - Benutzerdefinierte Attribute
übergeben
|
|
---|---|
Zurück | Weiter |
Standardmäßig werden mittels Block [CadDocumentAttributes(is2d)] folgende Attribute übergeben:
[CadDocumentAttributes(is2d)] ARTICLENO=?_ATTR("NB") BOMINFO=?_ATTR("LINA") CREATOR=?GetObject("iface.calcnameservice").start(0).Format("CADENAS GmbH").value()
Um an AutoCAD Extra-Attribute zu übergeben, gehen Sie folgendermaßen vor:
Legen Sie beispielsweise einen Schlüssel "Extra" mit dem Attribut NT an.
[CadDocumentAttributes(is2d)] Extra=?GetObject("iface.calcnameservice").start(0).Format("<ATTR(NT)>").value()
Optional können Sie auch die Sprache des Attributes und ein Präfix bestimmen.
[CadDocumentAttributes(is2d)] Extra=?GetObject("iface.calcnameservice").start(0).Format ("CNS_<ATTR(english,NT)>").value()
Ergebnis in AutoCAD beispielsweise auf der Dialogseite "Blockattribut-Manager".
Zurück | Nach oben | Weiter |
2.3.1.3.1.1. Präfix für Standard-Attribute deklarieren | Zum Anfang | 2.3.1.3.3. Block [BomNormalAttributes] - Stücklistenattribute definieren |