Sample Code Revit Batch Processor 1.1.11 documentation

Contents:

This Page

duHast.Revit.Views.Geometry package

Submodules

duHast.Revit.Views.Geometry.view_geometry module

Revit view geometry helper functions

duHast.Revit.Views.Geometry.view_geometry.is_point_in_plan_view_crop_box(point, target_view)

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

Module contents