ostk.mathematics.geometry.d2.object.MultiPolygon¶
- class MultiPolygon(
- self: ostk.mathematics.geometry.d2.object.MultiPolygon,
- polygons: list[ostk.mathematics.geometry.d2.object.Polygon],
Bases:
Object
Methods
Overloaded function.
- class Format(self: ostk.mathematics.geometry.d2.Object.Format, value: int)¶
Bases:
pybind11_object
Members:
Undefined
Standard
WKT
- property name¶
- apply_transformation(
- self: ostk.mathematics.geometry.d2.object.MultiPolygon,
- transformation: ostk::mathematics::geometry::d2::Transformation,
- contains(*args, **kwargs)¶
Overloaded function.
contains(self: ostk.mathematics.geometry.d2.object.MultiPolygon, point: ostk.mathematics.geometry.d2.object.Point) -> bool
contains(self: ostk.mathematics.geometry.d2.object.MultiPolygon, point_set: ostk.mathematics.geometry.d2.object.PointSet) -> bool
- get_convex_hull( ) ostk.mathematics.geometry.d2.object.Polygon ¶
- get_polygons( ) list[ostk.mathematics.geometry.d2.object.Polygon] ¶
- is_defined(self: ostk.mathematics.geometry.d2.object.MultiPolygon) bool ¶
- static polygon( ) ostk.mathematics.geometry.d2.object.MultiPolygon ¶
- to_string(
- self: ostk.mathematics.geometry.d2.object.MultiPolygon,
- format: ostk.mathematics.geometry.d2.Object.Format = <Format.Standard: 1>,
- precision: ostk.core.type.Integer = Undefined,
- format: ostk.mathematics.geometry.d2.Object.Format = <Format.Standard: 1>,
- static undefined() ostk.mathematics.geometry.d2.object.MultiPolygon ¶
- union_with(
- self: ostk.mathematics.geometry.d2.object.MultiPolygon,
- multipolygon: ostk.mathematics.geometry.d2.object.MultiPolygon,