Chord(...)
Objects derived from the _Line abstract class, representing a line segment enclosed within a given geometric object.
def Chord
constructors: |
|
---|---|
returns: | An instance of an object derived from the _Line abstract class, representing a line in space with its 'p1' and 'p2' attributes on a given circle or sphere |
class CircleChord
constructors: |
|
---|---|
returns: | the secant line joining the points of intersection of the circle and line |
conditions: | circle and line are coplanar; circle and line intersection is real |
else returns: | None; None |
site ref: |
class SphereChord
constructors: |
|
---|---|
returns: | the secant line joining the points of intersection of the sphere and line |
condition: | |
else returns: | None |
site ref: |
class BiChord
constructors: |
|
---|---|
returns: | the secant line joining the points of intersection of the circles, with the p1 and p2 attributes at the points of intersection |
conditions: | the circles are coplanar; the circles intersection is real |
else returns: | None; None |
site ref: |