Sample Code Revit Batch Processor 1.1.11 documentation

Contents:

This Page

duHast.Data.Objects.BluePrints package

Submodules

duHast.Data.Objects.BluePrints.blueprint_property_names module

Blueprint property names enum class.

class duHast.Data.Objects.BluePrints.blueprint_property_names.BlueprintPropertyNames

Bases: object

Contains property names used in blueprint classes

ROOM_SIZE = 'room_size'
ROOM_PROPORTIONS = 'room_proportions'
ROOM_NUMBER_OF_ITEMS = 'room_number_of_items'
SHEETS = 'sheets'

duHast.Data.Objects.BluePrints.room_layout_sheets module

Data bljueprint class for Room Layout sheets.

This class has the following properties:

  • room size

  • room proportion

  • number of items in room

  • sheets

class duHast.Data.Objects.BluePrints.room_layout_sheets.RoomLayoutSheet(j=None, **kwargs)

Bases: Base

Class constructor

Module contents