Console API

From FreeCAD Documentation
Revision as of 20:55, 27 February 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(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.

このモジュールはFreeCADモジュール内部に含まれ、FreeCADの出力用コンソールとステータスバーにテキストを送信するためのメソッドが含まれています。メッセージ、警告、エラーの場合にはメッセージ文字列が異なる色になります。

例:

import FreeCAD
FreeCAD.Console.PrintMessage("Hello World!\n")


import FreeCAD

FreeCAD.PrintMessage("Hello World!\n")

Template:APIFunction/jp Template:APIFunction/jp Template:APIFunction/jp Template:APIFunction/jp Template:APIFunction/jp Template:APIFunction/jp