Template:APIProperty

From FreeCAD Documentation
{{{1}}}

Returns: {{{2}}}


This template is used to describe the property of an object in Python.

Usage:

{{APIProperty|property name|return value}}

Example:

{{APIProperty|Placement|Gets/sets the Placement of an object. A placement defines an orientation (rotation) and a position (base) in 3D space. It is used when no scaling or other distortion is needed.}}
Placement

Returns: Gets/sets the Placement of an object. A placement defines an orientation (rotation) and a position (base) in 3D space. It is used when no scaling or other distortion is needed.