PlanesLine
line determined by the intersection of the 2 given planes
constructors:- PlanesLine (plane1,plane2 )
- Line (plane1,plane2 )
inherits
_Line
Methods defined in PlanesLine
Methods defined in _Line
f lengthSquared(self) ...
the square of the length of the segment of the line connecting the p1 and p2 attributes
Methods defined in Element
f _togglenull(self) ...
toggle the 'null' flag, indicating whether the current postion of the object's position is visible - e.g. is real when working in real space
Methods defined in drawLine
f get_extension(self, point) ...
extend the drawing of the line to the given point if it is exterior to the segment connecting the line's point attributes
Attributes
a __opts__
['color', 'initcolor', 'trace', 'level', 'texture', 'extend', 'povout', 'label', 'append', 'export', 'tracewidth', 'tracecolor', 'maxtrace', 'mintrace', 'fontsize', 'fontcolor', 'fontXofffset', 'fontYofffset', 'style', 'linewidth', 'label_ratio', 'show_normal', 'seg', 'drawlen']
a __doc_hints__
{'args': ['plane1,plane2'], 'conditions': ['planes not parallel'], 'factory': 'Line', 'otherwise': 'None'}
See the source for more information.