M

BoundaryConditions.SetLoops

Description:
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.
public bool SetLoops(
	IList<CurveLoop> newLoops
)
  • IList<CurveLoop>
    newLoops
    Loops that define new geometry of the area boundary conditions. The curve loop collection should contain only closed loops.
Return Value Boolean Returns true if successful, false otherwise.
  • 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.