Acet-geom-m-trans

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(acet-geom-m-trans pointlst from to)


機能
pointlst から変換された点のリストを返す; (trans point from to) を pointlst の各点に適用する。


引数
  • pointlst … 角度
  • fromCS … 変換元座標系の数値
  • toCS … 変換先座標系
  • fromCS,toCS の値:0 = WCS(ワールド座標系), 1 = UCS(ユーザ座標系), 2 = DCS (ディスプレイ座標系), 3 = PDCS(ペーパー空間ディスプレイ座標系)


戻り値
変換された座標値リスト


サンプル
; ワールド座標系からユーザ座標系へ変換
(acet-geom-m-trans '((0 0) (10 10) (100 0)) 0 1)
((-353.336277010001 184.190482087007 0.0) (-339.19414138627 184.190482087007 0.0) (-282.625598891347 113.479803968352 0.0))



関連事項