FreeCAD Python
|
Axis system for the Arch workbench.
This module provides tools to build axis systems An axis system is a collection of planar axes with a number/tag
Classes | |
class | _AxisTaskPanel |
class | ArchGridTaskPanel |
class | AxisSystemTaskPanel |
Functions | |
def | makeAxis (num=5, size=1000, name="Axes") |
def | makeAxisSystem (axes, name="Axis System") |
def | makeGrid (name="Grid") |
def ArchAxis.makeAxis | ( | num = 5 , |
|
size = 1000 , |
|||
name = "Axes" |
|||
) |
makeAxis(num,size): makes an Axis set based on the given number of axes and interval distances
def ArchAxis.makeAxisSystem | ( | axes, | |
name = "Axis System" |
|||
) |
makeAxisSystem(axes): makes a system from the given list of axes
def ArchAxis.makeGrid | ( | name = "Grid" | ) |
makeGrid(): makes a grid object