<Code Lib>
2025 Method
Changes 0
M

SpatialElementFromToCalculationPoints.IsAcceptableToPosition

Description:
Checks whether a given "to" position is valid.
Remarks:
The "from" position and the "to" position must be on opposite sides of the family's host. Flipping the calculation point will reverse the direction.

public bool IsAcceptableToPosition(
	XYZ toPosition
)

  • toPosition
Return Value Boolean True if the input is an acceptable "to" position and False otherwise.

Loading…