Exemplo n.º 1
0
def clipPlane(obj, enable, placement = None, offset = 0, tv = None):
    if tv is None:
        from Show.TempoVis import TempoVis
        tv = TempoVis(obj.Document)
    tv.modify(ClipPlane(obj, enable, placement, offset))
    return tv