aerocaps.iges.surfaces.BoundedSurfaceIGES#

class BoundedSurfaceIGES(untrimmed_surface: IGESEntity, boundary_curves: List[BoundaryCurveIGES], **entity_kwargs)[source]#

Bases: IGESEntity

__init__(untrimmed_surface: IGESEntity, boundary_curves: List[BoundaryCurveIGES], **entity_kwargs)[source]#

IGES Type 143

Parameters:
  • untrimmed_surface (IGESEntity) – Surface in which the boundary curves reside

  • boundary_curves (List[BoundaryCurveIGES]) – Closed loop of boundary curves that lie on the surface specified by untrimmed_surface

  • entity_kwargs – Additional keyword arguments to pass to the IGESEntity constructor

Methods

Attributes