Uses of Interface
com.solibri.geometry.primitive2d.Polygon2d
Packages that use Polygon2d
Package
Description
-
Uses of Polygon2d in com.solibri.geometry.algorithms
Methods in com.solibri.geometry.algorithms with parameters of type Polygon2dModifier and TypeMethodDescriptionstatic MPolygon2dReturns the convex hull of the given polygon. -
Uses of Polygon2d in com.solibri.geometry.primitive2d
Subinterfaces of Polygon2d in com.solibri.geometry.primitive2dModifier and TypeInterfaceDescriptioninterfaceInterface for handling simple polygons without holes in the XY-plane.interfaceInterface for handling rectangles in the XY-plane.interfaceInterface that represents a triangle in the XY-plane.interfaceRead-only interface for handling rectangles in the XY-plane.interfaceRead-only interface for 2-dimensional triangles.Methods in com.solibri.geometry.primitive2d that return Polygon2dModifier and TypeMethodDescriptionstatic Polygon2dCreates a 2-dimensional polygon with the contents deep copied from the given polygon.static Polygon2dCreates a 2-dimensional polygon with the given vertices.Methods in com.solibri.geometry.primitive2d with parameters of type Polygon2dModifier and TypeMethodDescriptionbooleanReturns true if the given polygon is inside this polygon.static AreaCreates an area with the given polygon and resize value.static MAreaCreates an area with the given polygon and resize value.static MPolygon2dCreates a 2-dimensional polygon with the contents deep copied from the given polygon.static Polygon2dCreates a 2-dimensional polygon with the contents deep copied from the given polygon.default doubleReturns the minimum distance between this polygon and the given polygon.doublePolygon2d.distanceSquared(Polygon2d polygon)Returns the square of the distance between this polygon and the given polygon.booleanPolygon2d.intersects(Polygon2d polygon)Returns true if this polygon intersects the given polygon.Polygon2d.shortestSegmentTo(Polygon2d polygon)Returns the shortest segment between this polygon and the given polygon. -
Uses of Polygon2d in com.solibri.smc.api.footprints
Methods in com.solibri.smc.api.footprints that return Polygon2dModifier and TypeMethodDescriptionFootprint.getOutline()Returns a simple one-polygon footprint of the component.