BoundaryConditions.GetLoops
Description:
Returns curve loops that define geometry of the area boundary conditions.
Returns curve loops that define geometry of the area boundary conditions.
Remarks:
Boundary conditions should be BoundaryConditionsType::Area type. Otherwise exception is thrown.
Boundary conditions should be BoundaryConditionsType::Area type. Otherwise exception is thrown.
public IList<CurveLoop> GetLoops()
IList<CurveLoop>
The curve loop collection.
-
Boundary condition is not a BoundaryConditionsType::Area type.