Draft WireToBSpline/jp

Draft WireToBSpline.png {{{Name/jp}}}

メニュー位置
Drafting -> Wire to BSpline
ワークベンチ
製図, 建築
デフォルトのショートカット
None
参照
None


説明

このツールはワイヤーB-スプラインを相互に変換します。

Draft Wire2BSpline example.jpg

使用方法

  1. ワイヤーまたはB-スプラインを選択します
  2. Draft WireToBSpline.png Draft WireToBSplineボタンを押します

オプション

スクリプト処理

利用できませんが、元のオブジェクトの点から新しいオブジェクトを作成するのは簡単です。 例:

# アクティブなオブジェクトがワイヤーの場合
import FreeCAD,Draft
points = FreeCAD.ActiveDocument.ActiveObject.Points
Draft.makeBSpline(points)
# アクティブなオブジェクトがB-スプラインの場合
import FreeCAD,Draft
points = FreeCAD.ActiveDocument.ActiveObject.Points
Draft.makeWire(points)
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_WireToBSpline/jp&oldid=14567"

Navigation menu