M

BoundaryConditions.IsValidReference

Description:
Checks if the provided reference can host a boundary conditions.
public static bool IsValidReference(
	Document doc,
	Reference reference,
	BoundaryConditionsType type,
	bool isConstrainedOnHost
)
  • doc
    The document containing both the host and the boundary conditions.
  • reference
    A reference to an analytical element.
  • type
    The type of the boundary conditions that is about to be hosted.
  • Boolean
    isConstrainedOnHost
    A value indicating if the boundary conditions is constrained on host or not.
Return Value Boolean True if a boundary conditions can be placed on the input host.