ostk.mathematics.geometry.d3.Intersection

class Intersection

Bases: pybind11_object

Methods

access_composite

as_composite

as_ellipsoid

as_line

as_line_string

as_plane

as_point

as_point_set

as_polygon

as_pyramid

as_ray

as_segment

as_sphere

empty

get_type

is_complex

is_composite

is_defined

is_ellipsoid

is_empty

is_line

is_line_string

is_plane

is_point

is_point_set

is_polygon

is_pyramid

is_ray

is_segment

is_sphere

line

point

point_set

ray

segment

string_from_type

undefined

class Type(self: ostk.mathematics.geometry.d3.Intersection.Type, value: int)

Bases: pybind11_object

Members:

Undefined

Empty

Point

PointSet

Line

Ray

Segment

Plane

Sphere

Ellipsoid

Complex

property name
__add__(
self: ostk.mathematics.geometry.d3.Intersection,
arg0: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.Intersection
access_composite(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Composite
as_composite(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Composite
as_ellipsoid(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Ellipsoid
as_line(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Line
as_line_string(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.LineString
as_plane(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Plane
as_point(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Point
as_point_set(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.PointSet
as_polygon(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Polygon
as_pyramid(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Pyramid
as_ray(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Ray
as_segment(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Segment
as_sphere(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk.mathematics.geometry.d3.object.Sphere
static empty() ostk.mathematics.geometry.d3.Intersection
get_type(
self: ostk.mathematics.geometry.d3.Intersection,
) ostk::mathematics::geometry::d3::Intersection::Type
is_complex(self: ostk.mathematics.geometry.d3.Intersection) bool
is_composite(self: ostk.mathematics.geometry.d3.Intersection) bool
is_defined(self: ostk.mathematics.geometry.d3.Intersection) bool
is_ellipsoid(self: ostk.mathematics.geometry.d3.Intersection) bool
is_empty(self: ostk.mathematics.geometry.d3.Intersection) bool
is_line(self: ostk.mathematics.geometry.d3.Intersection) bool
is_line_string(self: ostk.mathematics.geometry.d3.Intersection) bool
is_plane(self: ostk.mathematics.geometry.d3.Intersection) bool
is_point(self: ostk.mathematics.geometry.d3.Intersection) bool
is_point_set(self: ostk.mathematics.geometry.d3.Intersection) bool
is_polygon(self: ostk.mathematics.geometry.d3.Intersection) bool
is_pyramid(self: ostk.mathematics.geometry.d3.Intersection) bool
is_ray(self: ostk.mathematics.geometry.d3.Intersection) bool
is_segment(self: ostk.mathematics.geometry.d3.Intersection) bool
is_sphere(self: ostk.mathematics.geometry.d3.Intersection) bool
static line(
line: ostk.mathematics.geometry.d3.object.Line,
) ostk.mathematics.geometry.d3.Intersection
static point(
point: ostk.mathematics.geometry.d3.object.Point,
) ostk.mathematics.geometry.d3.Intersection
static point_set(
point_set: ostk.mathematics.geometry.d3.object.PointSet,
) ostk.mathematics.geometry.d3.Intersection
static ray(
ray: ostk.mathematics.geometry.d3.object.Ray,
) ostk.mathematics.geometry.d3.Intersection
static segment(
segment: ostk.mathematics.geometry.d3.object.Segment,
) ostk.mathematics.geometry.d3.Intersection
static string_from_type(
type: ostk::mathematics::geometry::d3::Intersection::Type,
) ostk.core.type.String
static undefined() ostk.mathematics.geometry.d3.Intersection