「Civil:point-get-groupnames」の版間の差分
(ページの作成:「{{BCAD_LISP_CIVIL}} ; 構文 : (Civil:point-get-groupids ''ptEname'') ; 機能 : ptEname C3D 点エンティティを含む、すべてのC3D 点グループ名リストを返す。 ; 引数 :* ptEname : 名前を取得する Civil点 のename ; 戻り値 : 成功なら点グループ名の文字列リスト、それ以外は nil ===メモ=== * C3D 点は複数の点グループのメンバーになる事ができる。 ; サンプル <pre class="brush:…」) |
編集の要約なし |
||
2行目: | 2行目: | ||
; 構文 | ; 構文 | ||
: (Civil:point-get- | : (Civil:point-get-groupnames ''ptEname'' ) | ||
2024年11月23日 (土) 10:47時点における最新版
BricsCADのLISP - Tin+Civil関数 - AutoLISP Home - AutoLISP 目次 - CAD&CGブログ - オンラインショップ- GizmoTools ヘルプセンター
- 構文
- (Civil:point-get-groupnames ptEname )
- 機能
- ptEname C3D 点エンティティを含む、すべてのC3D 点グループ名リストを返す。
- 引数
-
- ptEname : 名前を取得する Civil点 のename
- 戻り値
- 成功なら点グループ名の文字列リスト、それ以外は nil
メモ
- C3D 点は複数の点グループのメンバーになる事ができる。
- サンプル
(vl-load-civil) T (setq points (civil:pgroup-get-allpoints "_All points")) (<Entity name: 6db79ca0> <Entity name: 6db79aa0> <Entity name: 6db79be0> <Entity name: 6db7a060> <Entity name: 6db798e0> <Entity name: 6db79460> <Entity name: 6db794a0> <Entity name: 6db79520> <Entity name: 6db79560> <Entity name: 6db792a0>) (setq pointename (nth 0 points)) <Entity name: 6db79ca0> (setq res (civil:point-get-groupnames pointename)) ("Default") (setq pointename (nth 7 points)) <Entity name: 6db79520> (setq res (civil:point-get-groupnames pointename)) ("Default" "吉田くんち" "ポチの境界")
関連事項
- civil:point-get-groupids
- civil:point-get-groupnames
- civil:point-get-name
- civil:point-get-number
- civil:point-get-rawdesc
- civil:point-get-fulldesc
- civil:point-get-description
- civil:point-get-position
- civil:point-get-easting
- civil:point-get-northing
- civil:point-get-elevation
- civil:point-get-haselevation
- civil:point-get-labelid
- civil:point-get-labelposition
- civil:point-get-labelrotation
- civil:point-get-labeldragged
- civil:point-get-labelpinned
- civil:point-get-labelleaderverts
- civil:point-get-symbolid
- civil:point-get-symbolrotation
- civil:point-set-name
- civil:point-set-number
- civil:point-set-rawdesc
- civil:point-set-fulldesc
- civil:point-set-description
- civil:point-set-position
- civil:point-set-easting
- civil:point-set-northing
- civil:point-set-elevation
- civil:point-set-haselevation
- civil:point-set-labelid
- civil:point-set-labelposition
- civil:point-set-labelrotation
- civil:point-set-labelpinned
- civil:point-set-labelleaderverts
- civil:point-set-symbolid
- civil:point-set-symbolrotation
- civil:point-reset-label
- civil:point-group-update