Point#
- class planestress.pre.geometry.Point(x: float, y: float, tol: int)[source]#
Bases:
objectClass describing a point in 2D space.
- Parameters:
- Variables:
Methods
Rounds the point to
toldigits.Converts the point to a
shapelyPointobject.Converts the point to a tuple.
Attributes
xytolidxpoly_idxs- to_shapely_point() Point[source]#
Converts the point to a
shapelyPointobject.- Returns:
Pointas ashapely.Point.- Return type: