Sample Code Revit Batch Processor 1.1.11 documentation
Checks if the X,Y of a given point are in the crop box of a given plan view. Assumes the CropBoxActive for the view is True. :param point: XYZ point :param type: XYZ :param target_view: Plan view :param type: ViewPlan :return: True if point is in crop box, False otherwise :rtype: bool