「AutoLisp関数互換表」の版間の差分
3行目: | 3行目: | ||
== AutoCAD にあって IJCAD にない関数 == | == AutoCAD にあって IJCAD にない関数 == | ||
* vl | * vl で始まる177個の関数(当サイトでは便宜上、この177個をVisualLISP関数と呼んでいます。)* 一部は GZ-LIB で実装。 | ||
* [[acad-pop-dbmod]] | * [[acad-pop-dbmod]] | ||
* [[acad-push-dbmod]] | * [[acad-push-dbmod]] | ||
38行目: | 38行目: | ||
* [[initdia]] | * [[initdia]] | ||
* [[layoutlist]] * GZ-LIB で実装。 | * [[layoutlist]] * GZ-LIB で実装。 | ||
== IJCAD にあって AutoCAD にない関数 == | == IJCAD にあって AutoCAD にない関数 == |
2010年3月2日 (火) 19:20時点における版
このページでは、AutoCADとIJCADにおける、AutoLISP関数の互換について記述します。
多くの場合、AutoCAD と IntelliCAD との比較と一致するかと思いますが、あくまでもIJCADとの比較という事にご注意ください。
AutoCAD にあって IJCAD にない関数
- vl で始まる177個の関数(当サイトでは便宜上、この177個をVisualLISP関数と呼んでいます。)* 一部は GZ-LIB で実装。
- acad-pop-dbmod
- acad-push-dbmod
- acad_truecolordlg
- acad_truecolorcli
- acdimenableupdate * GZ-LIB で実装。
- acet-layerp-mode
- acet-layerp-mark
- acet-laytrans
- acet-ms-to-ps
- acet-ps-to-ms
- arx
- arxload
- arxunload
- autoarxload
- defun-q
- defun-q-list-ref
- defun-q-list-set
- function
- layerstate-addlayers
- layerstate-compare
- layerstate-delete
- layerstate-export
- layerstate-getlastrestored
- layerstate-getlayers
- layerstate-getnames
- layerstate-has
- layerstate-import
- layerstate-importfromdb
- layerstate-removelayers
- layerstate-rename
- layerstate-restore
- layerstate-save
- initdia
- layoutlist * GZ-LIB で実装。
IJCAD にあって AutoCAD にない関数