This module provides an interface to construction lines.
More...
Detailed Description
This module provides an interface to construction lines.
Usage: from cons_line import * cl1 = ConsLine()
Function Documentation
def cons_line.ConsLine |
( |
|
args | ) |
|
ConsLine() returns a construction line
def cons_line.GetAllConstructionLines |
( |
|
args | ) |
|
Return a list of tuples composed of a global to camera materix and a list of construction lines for the matrix
def cons_line.GetConstructionLinesInCurrentView |
( |
|
args | ) |
|
Return a list of construction lines in the current view.
def cons_line.GetSelection |
( |
|
args | ) |
|
Return a list of construction lines in the current selection.
def cons_line.LocateConstructionLineMultiple |
( |
|
args | ) |
|
Prompt the user to locate multiple construction lines. Return False iff the user canceled. Use GetSelection() to access the selection.
def cons_line.LocateConstructionLineSingle |
( |
|
args | ) |
|
Prompt the user to locate a construction line. Return False iff the user canceled. Use GetSelection() to access the selection.