2027 Method
Changes 8
M

BoundaryConditions.CanCreateAreaBoundaryConditions

Description:
Checks if the provided host can host an area boundary conditions.
public static bool CanCreateAreaBoundaryConditions(
	Document doc,
	Reference reference,
	bool isConstrainedOnHost,
	IList<CurveLoop> loops
)
  • doc
    The document containing both the host and the boundary conditions.
  • reference
    A reference to an analytical element.
  • Boolean
    isConstrainedOnHost
    A value indicating if the area boundary conditions is constrained on host or not.
  • IList<CurveLoop>
    loops
    The loops that define geometry of the area boundary conditions. This is taken into account only if isConstrainedOnHost is false.
Return Value Boolean True if an area boundary conditions can be placed on the input host.