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() |
Function Documentation
◆ buildPath()
def ArchFence.buildPath | ( | ) |
◆ buildPost()
def ArchFence.buildPost | ( | ) |
◆ buildSection()
def ArchFence.buildSection | ( | ) |
◆ colorizeFaces()
def ArchFence.colorizeFaces | ( | o, | |
color = (0.6, 0.0, 0.0, 0.0) , |
|||
faceIndizes = [2] |
|||
) |
◆ hide()
def ArchFence.hide | ( | obj | ) |
Referenced by makeFence().
◆ makeFence()
def ArchFence.makeFence | ( | section, | |
post, | |||
path | |||
) |
References hide().
Variable Documentation
◆ EAST
ArchFence.EAST = FreeCAD.Vector(1, 0, 0) |
◆ path
def ArchFence.path = buildPath() |
◆ post
def ArchFence.post = buildPost() |
◆ section
def ArchFence.section = buildSection() |