Tingr:convertslopetorad

提供:GizmoLabs - だいたい CAD LISP なサイト
2023年4月3日 (月) 06:56時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成:「{{BCAD_LISP_CIVIL}} ; 構文 : (Tingr:convertslopetorad ''format'' ''slope'' ) ; 機能 : TinSurface エンティティ,refEntity を輪郭,cutSlope 角度,fil…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(Tingr:convertslopetorad format slope )


機能
TinSurface エンティティ,refEntity を輪郭,cutSlope 角度,fillSlope 角度を使用してグレーディング TinGrading エンティティを定義する。


引数
  • format : 傾斜値の形式を指定する整数。(bcTinSlopeRiseRun = 0, bcTinSlopeDegrees = 1, bcTinSlopePercent = 2, bcTinSlopeRadians = 3)
  • slope : ラジアンに変換される勾配値


戻り値
ラジアン値 or NIL


  • メモ


サンプル
(vl-load-tin)
(Tingr:convertslopetorad 0 1)
0.785398163397448

(gz:rad->deg (Tingr:convertslopetorad 0 1))
45.0

(Tingr:convertslopetorad  1 45 )
0.785398163397448

(Tingr:convertslopetorad  2 30 )
1.53747533091665

関連事項