ostk.mathematics.geometry.d3.object.Composite

class Composite(
self: ostk.mathematics.geometry.d3.object.Composite,
object: ostk.mathematics.geometry.d3.Object,
)

Bases: Object

Methods

access_object_at

apply_transformation

as_composite

as_cone

as_ellipsoid

as_line

as_line_string

as_plane

as_point

as_point_set

as_polygon

as_pyramid

as_ray

as_segment

as_sphere

contains

Overloaded function.

empty

get_object_count

intersection_with

Overloaded function.

intersects

Overloaded function.

is_composite

is_cone

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

undefined

__add__(
self: ostk.mathematics.geometry.d3.object.Composite,
arg0: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Composite
access_object_at(
self: ostk.mathematics.geometry.d3.object.Composite,
index: int,
) ostk.mathematics.geometry.d3.Object
apply_transformation(
self: ostk.mathematics.geometry.d3.object.Composite,
transformation: ostk::mathematics::geometry::d3::Transformation,
) None
as_composite(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Composite
as_cone(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Cone
as_ellipsoid(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Ellipsoid
as_line(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Line
as_line_string(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.LineString
as_plane(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Plane
as_point(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Point
as_point_set(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.PointSet
as_polygon(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Polygon
as_pyramid(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Pyramid
as_ray(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Ray
as_segment(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Segment
as_sphere(
self: ostk.mathematics.geometry.d3.object.Composite,
) ostk.mathematics.geometry.d3.object.Sphere
contains(*args, **kwargs)

Overloaded function.

  1. contains(self: ostk.mathematics.geometry.d3.object.Composite, object: ostk.mathematics.geometry.d3.Object) -> bool

  2. contains(self: ostk.mathematics.geometry.d3.object.Composite, composite: ostk.mathematics.geometry.d3.object.Composite) -> bool

static empty() ostk.mathematics.geometry.d3.object.Composite
get_object_count(self: ostk.mathematics.geometry.d3.object.Composite) int
intersection_with(*args, **kwargs)

Overloaded function.

  1. intersection_with(self: ostk.mathematics.geometry.d3.object.Composite, object: ostk.mathematics.geometry.d3.Object) -> ostk::mathematics::geometry::d3::Intersection

  2. intersection_with(self: ostk.mathematics.geometry.d3.object.Composite, composite: ostk.mathematics.geometry.d3.object.Composite) -> ostk::mathematics::geometry::d3::Intersection

intersects(*args, **kwargs)

Overloaded function.

  1. intersects(self: ostk.mathematics.geometry.d3.object.Composite, object: ostk.mathematics.geometry.d3.Object) -> bool

  2. intersects(self: ostk.mathematics.geometry.d3.object.Composite, composite: ostk.mathematics.geometry.d3.object.Composite) -> bool

is_composite(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_cone(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_defined(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_ellipsoid(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_empty(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_line(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_line_string(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_plane(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_point(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_point_set(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_polygon(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_pyramid(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_ray(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_segment(self: ostk.mathematics.geometry.d3.object.Composite) bool
is_sphere(self: ostk.mathematics.geometry.d3.object.Composite) bool
static undefined() ostk.mathematics.geometry.d3.object.Composite