Closed
Description
Description:
Currently there is no protection against a case where no curves are returned from boolean difference which can lead to a crash in the TrimWithBoundaryAndOpenings method.
Also, the method should always be calling the Create method for planar surface to ensure that the planar surfaces are created with BoundaryCurves in possible. With current implementation this is only done for cases where the curve is intersecting an opening leading to a difference in behaviour.