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_surfaceentity_kwargs – Additional keyword arguments to pass to the
IGESEntityconstructor
Methods
Attributes