Gizmonの投稿記録

投稿の検索開く折り畳む
⧼contribs-top⧽
⧼contribs-date⧽
(最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示

2023年6月9日 (金)

  • 08:052023年6月9日 (金) 08:05 差分 履歴 +47 Param:constraint-get-measurement編集の要約なし
  • 08:002023年6月9日 (金) 08:00 差分 履歴 +925 Param:constraint-get-measurementページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-measurement ''constraint'' ''argIndex'') ; 機能 : 指定された拘束の測定モードを返す。 ; 引数 :* constraint : 問い合わせる拘束の整数値 :* argIndex : 第1定義体=0、または第2定義体=1 ; 戻り値 : 3DConstraints MesurementMode値の整数、または NIL ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Enti…」
  • 07:562023年6月9日 (金) 07:56 差分 履歴 +829 Param:constraint-get-isenabledページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-isenabled ''constraint'' ) ; 機能 : 指定された拘束のが有効であるかどうかを返す。 ; 引数 :* constraint : 問い合わせる拘束の整数値 ; 戻り値 : 有効なら T、それ以外は nil ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech:get-constraintsgroup blkId)) 2684693328…」

2023年6月8日 (木)

  • 21:532023年6月8日 (木) 21:53 差分 履歴 −25 Param:constraint-get-arguments編集の要約なし
  • 21:532023年6月8日 (木) 21:53 差分 履歴 +961 Param:constraint-get-argumentsページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-arguments ''constraint'' ) ; 機能 : 指定された拘束の制約引数を返す(整数値)。 ; 引数 :* constraint : 問い合わせる拘束の整数値 ; 戻り値 : 1つまたは2つの定義項目のリスト、または nil ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech:get-constraintsgrou…」
  • 06:202023年6月8日 (木) 06:20 差分 履歴 +1,233 Param:constraint-get-placementページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-placement ''constraint'' ''argIndex'') ; 機能 : ; 引数 :* constraint : 取得する拘束の整数値 :* argIndex : 第1定義体または第2定義体を指す 0または1 ; 戻り値 : 3DConstraints Placement値の整数、または nil === memo === * すべての制約タイプがすべての配置モードをサポートするわけではない(または配置モードをまったくサポート…」
  • 06:192023年6月8日 (木) 06:19 差分 履歴 +1,303 Param:constraint-set-placementページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-set-placement ''constraint'' ''argIndex'' ''mode'') ; 機能 : ; 引数 :* constraint : 編集する拘束の整数値 :* argIndex : 第1定義体または第2定義体を指す 0または1 :* mode : 3DConstraints ディレクションの値 0〜3 のいずれか。 ; 戻り値 : 成功なら T、それ以外は nil ===memo=== * すべての制約タイプがすべての配置モードをサポートするわ…」
  • 06:132023年6月8日 (木) 06:13 差分 履歴 −3 Param:constraint-set-directions編集の要約なし

2023年6月7日 (水)

  • 08:502023年6月7日 (水) 08:50 差分 履歴 +1,066 Param:constraint-set-directionsページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-set-directions ''constraint'' ''mode'') ; 機能 : 指定された拘束の方向モードを定義します。 ; 引数 :* constraint : 編集する拘束の整数値 :* mode : 3DConstraintsディレクションの値0〜3のいずれか。 ; 戻り値 : 成功なら T、それ以外は nil ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name…」
  • 08:462023年6月7日 (水) 08:46 差分 履歴 +933 Param:constraint-get-directionsページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-directions ''constraint'' ) ; 機能 : 指定された拘束の方向モード値を返す。 ; 引数 :* constraint : 問い合わせる拘束の整数値 ; 戻り値 : 方向モード定数(3D Constraints Directions)の整数値 または nil ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech:get-constra…」 タグ: ビジュアルエディター: 中途切替
  • 07:472023年6月7日 (水) 07:47 差分 履歴 +220 Mechanical関数-BricsCAD→‎3D 拘束定数

2023年6月6日 (火)

  • 08:262023年6月6日 (火) 08:26 差分 履歴 +15 Param:constraint-get-dimension編集の要約なし タグ: ビジュアルエディター
  • 08:262023年6月6日 (火) 08:26 差分 履歴 +1,026 Param:constraint-get-isdimensionalページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-isdimensional ''constraint'' ) ; 機能 : 指定された拘束がディメンショナルであるかどうかを返す。 ; 引数 :* constraint : 問い合わせる拘束の整数値 ; 戻り値 : ディメンショナルであれば T、それ以外は NIL ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech…」
  • 08:242023年6月6日 (火) 08:24 差分 履歴 +943 Param:constraint-get-dimensionページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-dimension ''constraint'' ) ; 機能 : 指定された拘束がディメンショナルであるかどうかを返す。 ; 引数 :* constraint : 問い合わせる拘束の整数値 ; 戻り値 : 時限的であれば T、それ以外は NIL ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech:get-constraintsgro…」
  • 07:382023年6月6日 (火) 07:38 差分 履歴 +903 Param:constraint-get-typeページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-type ''constraint'' ) ; 機能 : 指定された拘束の3D拘束定数(タイプ)を返す。 ; 引数 :* constraint : 問い合わせる拘束の整数値 ; 戻り値 : 3D拘束定数の整数、またはNIL ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech:…」
  • 07:112023年6月6日 (火) 07:11 差分 履歴 +1,037 Param:constraint-set-nameページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-name ''constraint'' ''name'') ; 機能 : 指定された拘束 constraint に拘束名 name を割り当てる。 ; 引数 :* constraint : 名前を割り当てる拘束の整数値 :* name : 割り当てる拘束名 ; 戻り値 : 割り当て成功ならT 、それ以外は nil ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc…」
  • 07:072023年6月6日 (火) 07:07 差分 履歴 +959 Param:constraint-get-nameページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:constraint-get-name ''constraint'' ) ; 機能 : 指定された拘束の拘束名を返す。 ; 引数 :* constraint : 問い合わせる拘束の整数値 ; 戻り値 : 拘束の名前(文字列)、またはNIL ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq blkId (tblobjname "BLOCK" "*Model_Space")) <Entity name: a44cefc0> (setq grp (mech:get-constraintsgroup blkId)) 2684693328 (setq constraints (…」
  • 07:022023年6月6日 (火) 07:02 差分 履歴 +3 Param:constraint-get-blockid編集の要約なし
  • 07:002023年6月6日 (火) 07:00 差分 履歴 0 Param:set-entityguiname編集の要約なし
  • 07:002023年6月6日 (火) 07:00 差分 履歴 +679 Param:get-entityguinameページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:get-entityguinam ''entity'') ; 機能 : メカニカルブラウザに表示される拘束 entity の GUI名を取得する。 ; 引数 :* entity : 拘束エンティティの Ename ; 戻り値 : GUI名の文字列または nil ;サンプル <pre class="brush:autolisp;"> (vl-load-mech) 2 (setq ent (car (entsel))) <Entity name: a411e960> (mech:get-entityGuiName ent) "Entity_2" (mech:set-entityGuiName ent "ボデーA") T (m…」
  • 06:542023年6月6日 (火) 06:54 差分 履歴 +827 Param:set-entityguinameページの作成:「{{BCAD_LISP_MECH}} ; 構文 : (mech:set-entityguinam ''entity'' ''name'' ) ; 機能 : メカニカルブラウザに表示されるよう、拘束されたエンティティに新しいGUIエンティティ名を割り当てる。 ; 引数 :* entity : GUI名を割り当てる拘束されたエンティティの Ename :* name : 割り当てるGUI名 ; 戻り値 : 割り当て成功なら T それ以外は nil ;サンプル <pre class="brush:autolisp;"> (vl-l…」

2023年6月5日 (月)

2023年6月4日 (日)

2023年6月3日 (土)

2023年6月2日 (金)

2023年5月30日 (火)

2023年5月26日 (金)

2023年5月20日 (土)

2023年5月16日 (火)

(最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示