Baseモジュール

From FreeCAD Documentation
Revision as of 12:26, 21 January 2019 by Luc (talk | contribs) (Created page with "BaseモジュールはFreeCADモジュール内部に含まれ、FreeCADでよく使われる様々なオブジェクトのためのコンストラクタが含まれていま...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Base module is contained inside the FreeCAD module and contains constructors for different types of objects heavily used in FreeCAD.


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

Template:APIClass/jp

Template:APIClass/jp

Template:APIClass/jp

Template:APIClass/jp

Matrix( )

Description: Creates a 4x4 Matrix, that can be used to apply transformations to objects.

Vector( )
Vector(x, y, z)

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

Placement( )

Description: Creates a Placement.