ostk.mathematics.geometry.d2.Intersection

class Intersection

Bases: pybind11_object

Methods

access_composite

as_composite

as_line

as_line_string

as_point

as_point_set

as_polygon

as_segment

empty

get_type

is_complex

is_composite

is_defined

is_empty

is_line

is_line_string

is_point

is_point_set

is_polygon

is_segment

line

point

point_set

segment

string_from_type

undefined

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

Bases: pybind11_object

Members:

Undefined

Empty

Point

PointSet

Line

LineString

Segment

Polygon

Complex

property name
__add__(
self: ostk.mathematics.geometry.d2.Intersection,
arg0: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.Intersection
access_composite(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.Composite
as_composite(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.Composite
as_line(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.Line
as_line_string(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.LineString
as_point(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.Point
as_point_set(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.PointSet
as_polygon(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.Polygon
as_segment(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk.mathematics.geometry.d2.object.Segment
static empty() ostk.mathematics.geometry.d2.Intersection
get_type(
self: ostk.mathematics.geometry.d2.Intersection,
) ostk::mathematics::geometry::d2::Intersection::Type
is_complex(self: ostk.mathematics.geometry.d2.Intersection) bool
is_composite(self: ostk.mathematics.geometry.d2.Intersection) bool
is_defined(self: ostk.mathematics.geometry.d2.Intersection) bool
is_empty(self: ostk.mathematics.geometry.d2.Intersection) bool
is_line(self: ostk.mathematics.geometry.d2.Intersection) bool
is_line_string(self: ostk.mathematics.geometry.d2.Intersection) bool
is_point(self: ostk.mathematics.geometry.d2.Intersection) bool
is_point_set(self: ostk.mathematics.geometry.d2.Intersection) bool
is_polygon(self: ostk.mathematics.geometry.d2.Intersection) bool
is_segment(self: ostk.mathematics.geometry.d2.Intersection) bool
static line(
line: ostk.mathematics.geometry.d2.object.Line,
) ostk.mathematics.geometry.d2.Intersection
static point(
point: ostk.mathematics.geometry.d2.object.Point,
) ostk.mathematics.geometry.d2.Intersection
static point_set(
point_set: ostk.mathematics.geometry.d2.object.PointSet,
) ostk.mathematics.geometry.d2.Intersection
static segment(
segment: ostk.mathematics.geometry.d2.object.Segment,
) ostk.mathematics.geometry.d2.Intersection
static string_from_type(
arg0: ostk::mathematics::geometry::d2::Intersection::Type,
) ostk.core.type.String
static undefined() ostk.mathematics.geometry.d2.Intersection