Code snippets/ja: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

30 December 2018

  • curprev 15:5815:58, 30 December 2018Luc talk contribs 59,373 bytes +567 Created page with "=== シーングラフに対するオブジェクトの追加と削除 === シーングラフへの新しいノードの追加は以下のようにして行うことができ..."
  • curprev 15:5715:57, 30 December 2018Luc talk contribs 58,806 bytes +762 Created page with "=== Pythonでのシーングラフ操作 === Coin用のPythonバインディングである'pivy'モジュールを使ってPythonでシーングラフを取得して変更..."
  • curprev 15:5615:56, 30 December 2018Luc talk contribs 58,044 bytes +3,364 Created page with "=== Pythonから3Dビューアーのマウスイベントを監視 === Inventorフレームワークでは 複数のコールバック用ノードをビューアーへの..."
  • curprev 15:5515:55, 30 December 2018Luc talk contribs 54,680 bytes +614 Created page with "=== オブジェクト表現へのアクセスと変更 === FreeCADドキュメント内の各オブジェクトは関連付けられたビュー表現オブジェクトを..."
  • curprev 15:5515:55, 30 December 2018Luc talk contribs 54,066 bytes +284 Created page with "=== 円弧または円の追加 === import Part doc = App.activeDocument() c = Part.Circle() c.Radius=10.0 f = doc.addObject("Part::Feature", "Circle") # 円フィー..."
  • curprev 15:5415:54, 30 December 2018Luc talk contribs 53,782 bytes +941 Created page with "=== メッシュの追加 === import Mesh doc=App.activeDocument() # 新しい空のメッシュを作成 m = Mesh.Mesh() # 12のファセットからボックスを作..."
  • curprev 15:5415:54, 30 December 2018Luc talk contribs 52,841 bytes +383 Created page with "=== グループに対するオブジェクトの追加と削除 === doc=App.activeDocument() grp=doc.addObject("App::DocumentObjectGroup", "Group") lin=doc.addObject("P..."
  • curprev 15:5415:54, 30 December 2018Luc talk contribs 52,458 bytes +456 Created page with "=== ポリゴンの追加 === ポリゴンはつながった線分の集合(AutoCADでいうポリライン)です。線分の集合が閉じている必要はありま..."
  • curprev 15:5315:53, 30 December 2018Luc talk contribs 52,002 bytes +280 Created page with "=== ラインの追加 === ラインは2点を持ちます: import Part,PartGui doc=App.activeDocument() # ライン要素をドキュメントに追加し、その..."
  • curprev 15:5215:52, 30 December 2018Luc talk contribs 51,722 bytes +1,008 Created page with "=== 新しいファイルタイプをインポート === FreeCADでは簡単に新しいファイルタイプ用のインポート処理を作成することができます..."
  • curprev 15:5215:52, 30 December 2018Luc talk contribs 50,714 bytes +485 Created page with "=== 典型的なモジュールファイル === モジュールが行う処理の全てが記載されているメインモジュールファイルの例です。前の例で..."
  • curprev 15:5115:51, 30 December 2018Luc talk contribs 50,229 bytes +515 Created page with "=== 典型的なInitGui.pyファイル=== 全てのモジュールにはメインモジュールファイルに加えてメインGUIにモジュールを挿入するための..."
  • curprev 15:5115:51, 30 December 2018Luc talk contribs 49,714 bytes +49,714 Created page with "このページにはフォーラムでユーザーが作成したり議論した中から集めたFreeCAD用Pythonコードのサンプル、コード片、コードの一部..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)