Baseモジュール

From FreeCAD Documentation
This page is a translated version of the page Base API and the translation is 86% complete.
(October 2019) Do not edit this page. The information is incomplete and outdated. For the latest API, see the autogenerated API documentation, or generate the documentation yourself, see Source documentation.

BaseモジュールはFreeCADモジュール内部に含まれ、FreeCADでよく使われる様々なオブジェクトのためのコンストラクタが含まれています。

BoundBox([Xmin,Ymin,Zmin,Xmax,Ymax,Zmax] ) または ( Tuple, Tuple ) または ( Vector, Vector)

Description: バウンディングボックスを作成します。バウンディングボックスとは外部との境界を表現するための直方体です。様々な3D型からバウンディングボックスを取得することができます。バウンディングボックスは3D構成要素が他のオブジェクトの占める領域と重なっているかどうか判定するために使われることが多いです。最初に境界の干渉チェックを行うと計算時間を大幅に節約することができるのです!

Matrix( )

Description: 行列を作成します。行列はオブジェクトに対する変換の適用に使用できます。

Vector() または ( x,y,z)

Description: FreeCADの3次元ベクトルを作成します。ベクトルは3次元上の点または方向を表します。

Placement( )

Description: 配置を作成します。