Base API/ja: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 10: Line 10:
{{APIClass|Vector|) または ( x,y,z|FreeCADの3次元[[Vector_API/jp|ベクトル]]を作成します。ベクトルは3次元上の点または方向を表します。}}
{{APIClass|Vector|) または ( x,y,z|FreeCADの3次元[[Vector_API/jp|ベクトル]]を作成します。ベクトルは3次元上の点または方向を表します。}}


{{APIClass/jp|Placement| |[[Placement_API/jp|配置]]を作成します。}}
{{APIClass|Placement| |[[Placement_API/jp|配置]]を作成します。}}


{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 21:16, 5 November 2021

(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次元上の点または方向を表します。

Placement( )

Description: 配置を作成します。