Functions | |
def | buildPath () |
def | buildPost () |
def | buildSection () |
def | colorizeFaces (o, color=(0.6, 0.0, 0.0, 0.0), faceIndizes=[2]) |
def | hide (obj) |
def | makeFence (section, post, path) |
Variables | |
EAST = FreeCAD.Vector(1, 0, 0) | |
def | path = buildPath() |
def | post = buildPost() |
def | section = buildSection() |
def ArchFence.buildPath | ( | ) |
def ArchFence.buildPost | ( | ) |
def ArchFence.buildSection | ( | ) |
def ArchFence.colorizeFaces | ( | o, | |
color = (0.6, 0.0, 0.0, 0.0) , |
|||
faceIndizes = [2] |
|||
) |
def ArchFence.hide | ( | obj | ) |
Referenced by makeFence().
def ArchFence.makeFence | ( | section, | |
post, | |||
path | |||
) |
References hide().
ArchFence.EAST = FreeCAD.Vector(1, 0, 0) |
def ArchFence.path = buildPath() |
def ArchFence.post = buildPost() |
def ArchFence.section = buildSection() |