- 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¶
Special methods¶
- __iter__() Iterator[TypeAliasForwardRef('neso_fame.mesh.NormalisedCurve')]
Iterate over the edges of the polygon.
- __repr__()
Return repr(self).
- __hash__()
Return hash(self).
Methods¶
Properties¶