- class neso_fame.mesh.EndShape(LazilyOffsetable)
Represents a polygon in an x3 plane.
It is either the near or far end of a
neso_fame.mesh.Prism
. It is in the x1-x2 plane and can have three or more curved edges. However, it is always flat.Public members¶
Constructors¶
- EndShape(edges: tuple[NormalisedCurve, ...])
Initialize self. See help(type(self)) for accurate signature.
Special methods¶
- __repr__()
Return repr(self).
- __eq__(other)
Return self==value.
- __hash__()
Return hash(self).
Methods¶
- corners() Coords
Return the points corresponding to the vertices of the polygon.
Properties¶
Last update:
Nov 07, 2024