Baseモジュール

From FreeCAD Documentation
Revision as of 21:16, 5 November 2021 by Roy 043 (talk | contribs)
(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でよく使われる様々なオブジェクトのためのコンストラクタが含まれています。

Template:APIClass/jp

Matrix( )

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

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

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

Template:APIClass/jp