「属性セット-bricscad bim」の版間の差分
(ページの作成:「BIM属性セットを扱う関数 <div class="mcol2"> * bim:list-attributesets V24.2で追加 * bim:has-attributeset V24.2で追加 * bim:create-attributeset V24.2で追加 * bim:delete-attributeset V24.2で追加 * bim:delete-attributesets V24.2で追加 * bim:attributeset-create-property V24.2で追加 * bim:attributeset-remove-property V24.2で追加 * bim:attributeset-get-property-name V24.2で追加 * bim:attributeset-get-pro…」) |
編集の要約なし |
||
(同じ利用者による、間の3版が非表示) | |||
1行目: | 1行目: | ||
{{BCAD_LISP_BIM}} | |||
BIM属性セットを扱う関数。 V24.2から追加され始めた関数群 | |||
<div class="mcol2"> | <div class="mcol2"> | ||
* [[bim:list-attributesets]] | * [[bim:list-attributesets]] | ||
* [[bim:has-attributeset]] | * [[bim:has-attributeset]] | ||
* [[bim:create-attributeset]] | * [[bim:create-attributeset]] | ||
* [[bim:delete-attributeset]] | * [[bim:delete-attributeset]] | ||
* [[bim:delete-attributesets]] | * [[bim:delete-attributesets]] | ||
* [[bim:attributeset-create-property]] | * [[bim:attributeset-create-property]] | ||
* [[bim:attributeset-remove-property]] | * [[bim:attributeset-delete-property]] | ||
* [[bim:attributeset-get-property-name]] | * [[bim:attributeset-remove-property]] | ||
* [[bim:attributeset-get-property-label]] | * [[bim:attributeset-get-property-name]] | ||
* [[bim:attributeset-get-property-description]] | * [[bim:attributeset-get-property-label]] | ||
* [[bim:attributeset-get-property-visible]] | * [[bim:attributeset-get-property-description]] | ||
* [[bim:attributeset-set-property-name]] | * [[bim:attributeset-get-property-visible]] | ||
* [[bim:attributeset-set-property-label]] | * [[bim:attributeset-set-property-name]] | ||
* [[bim:attributeset-set-property-description]] | * [[bim:attributeset-set-property-label]] | ||
* [[bim:attributeset-set-property-visible]] | * [[bim:attributeset-set-property-description]] | ||
* [[bim:attributeset-list-properties]] | * [[bim:attributeset-set-property-visible]] | ||
* [[bim:attributeset-has-property]] | * [[bim:attributeset-list-properties]] | ||
* [[bim:attributeset-delete-property]] | * [[bim:attributeset-has-property]] | ||
* [[bim:attributeset-get-name]] | * [[bim:attributeset-delete-property]] | ||
* [[bim:attributeset-get-label]] | * [[bim:attributeset-get-name]] | ||
* [[bim:attributeset-get-visible]] | * [[bim:attributeset-get-label]] | ||
* [[bim:attributeset-get-property]] | * [[bim:attributeset-get-visible]] | ||
* [[bim:attributeset-set-name]] | * [[bim:attributeset-get-property]] | ||
* [[bim:attributeset-set-label]] | * [[bim:attributeset-set-name]] | ||
* [[bim:attributeset-set-visible]] | * [[bim:attributeset-set-label]] | ||
* [[bim:attributeset-set-property]] | * [[bim:attributeset-set-visible]] | ||
* [[bim:attributeset-bimtypes-list-all]] | * [[bim:attributeset-set-property]] | ||
* [[bim:attributeset-bimtypes-list]] | * [[bim:attributeset-bimtypes-list-all]] | ||
* [[bim:attributeset-bimtypes-has]] | * [[bim:attributeset-bimtypes-list]] | ||
* [[bim:attributeset-bimtypes-add]] | * [[bim:attributeset-bimtypes-has]] | ||
* [[bim:attributeset-bimtypes-del]] | * [[bim:attributeset-bimtypes-add]] | ||
* [[bim:attributeset-bimtypes-del]] | |||
</div> | </div> | ||
[[Category:BricsCADのLISP]] |
2024年5月11日 (土) 06:57時点における最新版
BricsCAD LISP BIM関数 Home - BricsCAD LISP Home - AutoLISP 目次 - CAD&CGブログ - オンラインショップ- GizmoTools ヘルプセンター
BIM属性セットを扱う関数。 V24.2から追加され始めた関数群
- bim:list-attributesets
- bim:has-attributeset
- bim:create-attributeset
- bim:delete-attributeset
- bim:delete-attributesets
- bim:attributeset-create-property
- bim:attributeset-delete-property
- bim:attributeset-remove-property
- bim:attributeset-get-property-name
- bim:attributeset-get-property-label
- bim:attributeset-get-property-description
- bim:attributeset-get-property-visible
- bim:attributeset-set-property-name
- bim:attributeset-set-property-label
- bim:attributeset-set-property-description
- bim:attributeset-set-property-visible
- bim:attributeset-list-properties
- bim:attributeset-has-property
- bim:attributeset-delete-property
- bim:attributeset-get-name
- bim:attributeset-get-label
- bim:attributeset-get-visible
- bim:attributeset-get-property
- bim:attributeset-set-name
- bim:attributeset-set-label
- bim:attributeset-set-visible
- bim:attributeset-set-property
- bim:attributeset-bimtypes-list-all
- bim:attributeset-bimtypes-list
- bim:attributeset-bimtypes-has
- bim:attributeset-bimtypes-add
- bim:attributeset-bimtypes-del