Baseモジュール

From FreeCAD Documentation
Revision as of 12:27, 21 January 2019 by Luc (talk | contribs) (Created page with "{{APIClass/jp|Matrix| |行列を作成します。行列はオブジェクトに対する変換の適用に使用できます。}}")

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


Template:APIClass/jp

Template:APIClass/jp

Vector( )
Vector(x, y, z)

Description: Creates a FreeCAD 3D Vector, representing a 3D point or a direction.

Placement( )

Description: Creates a Placement.