BoundaryConditions.SetLoops
Description:
Sets the curve loops that define geometry of the area boundary conditions.
Sets the curve loops that define geometry of the area boundary conditions.
Remarks:
This method works for boundary conditions which are not constrained to their host. This method works with hosted area boundary conditions only. Curve Loop must be planar and not self-intersecting.
This method works for boundary conditions which are not constrained to their host. This method works with hosted area boundary conditions only. Curve Loop must be planar and not self-intersecting.
public bool SetLoops(
IList<CurveLoop> newLoops
)
-
One of the following requirements is not satisfied : - curve loops newLoops are not planar - curve loops newLoops are self-intersecting - curve loops newLoops contains zero length curves
-
A non-optional argument was null
-
Boundary condition is not a BoundaryConditionsType::Area type.
-
This BoundaryConditions is not a hosted object. -or- This BoundaryConditions is constrained on host.