Template:APIFunction b

From FreeCAD Documentation
{{{1}}}({{{2}}})

This template is like Template:APIFunction but does not include the description, nor the return value. It's meant to show different arguments.

Usage:

{{APIFunction_b|function name|arguments with defaults}}
{{APIFunction  |function name|arguments with defaults|long description|return value}}

Example:

{{APIFunction_b|super_rotation|C, D}}
{{APIFunction  |super_rotation|Vector|uses the points ''C'' and ''D'', or a ''Vector''|new vector with the new rotation}}
super_rotation(C, D)
super_rotation(Vector)

Description: uses the points C and D, or a Vector

Returns: new Vector with the new rotation