Functions | |
def | convertToPly |
def | fillPreamble |
Variables | |
list | in_file = sys.argv[1] |
list | out_file = sys.argv[2] |
def wg_objects_to_ply.convertToPly | ( | in_file, | |
out_file | |||
) |
Definition at line 9 of file wg_objects_to_ply.py.
def wg_objects_to_ply.fillPreamble | ( | num_ver, | |
num_faces | |||
) |
Definition at line 3 of file wg_objects_to_ply.py.
list wg_objects_to_ply::in_file = sys.argv[1] |
Definition at line 62 of file wg_objects_to_ply.py.
list wg_objects_to_ply::out_file = sys.argv[2] |
Definition at line 63 of file wg_objects_to_ply.py.