M

BoundaryConditions.AreCurveLoopsValid

Description:
Checks if curve loops are valid for creating an area boundary conditions.
public static bool AreCurveLoopsValid(
	IList<CurveLoop> loops
)
  • IList<CurveLoop>
    loops
    The curve loops to be checked.
Return Value Boolean Returns true if curve loops are ok, false otherwise.