「Civil:point-set-number」の版間の差分
(ページの作成:「{{BCAD_LISP_CIVIL}} ; 構文 : (Civil:point-set-number ''ptEname'' ''number'' ) ; 機能 : ptEname C3D 点エンティティに新しい土木点番号を割り当てる。 ; 引数 :* ptEname : 新しい番号を割り当てる Civil点 のename ** number : ptEname に割り当てる新しい土木点番号の整数。 ; 戻り値 : 成功なら T、それ以外は nil === メモ === * 「点番号」は土木点の主な識別子である。 ; サン…」) |
編集の要約なし |
||
11行目: | 11行目: | ||
; 引数 | ; 引数 | ||
:* ptEname : 新しい番号を割り当てる Civil点 のename | :* ptEname : 新しい番号を割り当てる Civil点 のename | ||
:* number : ptEname に割り当てる新しい土木点番号の整数。 | |||
2024年11月22日 (金) 05:34時点における最新版
BricsCADのLISP - Tin+Civil関数 - AutoLISP Home - AutoLISP 目次 - CAD&CGブログ - オンラインショップ- GizmoTools ヘルプセンター
- 構文
- (Civil:point-set-number ptEname number )
- 機能
- ptEname C3D 点エンティティに新しい土木点番号を割り当てる。
- 引数
-
- ptEname : 新しい番号を割り当てる Civil点 のename
- number : ptEname に割り当てる新しい土木点番号の整数。
- 戻り値
- 成功なら T、それ以外は nil
メモ
- 「点番号」は土木点の主な識別子である。
- サンプル
(vl-load-civil) T (setq c3pt (car entsel)) <Entity name: 70180060> (Civil:point-get-number c3pt) 5 (Civil:point-set-number c3pt 12) T (Civil:point-get-name c3pt) 12
関連事項
- 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