2027 Method
Changes 8
M

BoundaryConditions.CanCreatePointBoundaryConditions

Description:
Checks if the provided host can host a point boundary conditions.
public static bool CanCreatePointBoundaryConditions(
	Document doc,
	Reference reference,
	bool isConstrainedOnHost,
	XYZ point
)
  • 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 point boundary conditions is constrained on host or not.
  • point
    Position of the boundary conditions. This is taken into account only if isConstrainedOnHost is false.
Return Value Boolean True if a point boundary conditions can be placed on the input host.