Skip to main content

Posts

Showing posts with the label Schedule

Scheduling | Managing Scheduling with Mass

1. Caculating Area per Occupant - Setting Type : Number - Input(typing) : Area per Occupant - Using the Table of '2009 Internationnal Building CODE' - View Setting in Table - Make another Parameter named : Number of Occupants " Calculated Value " : Use fomula 2. Setting Building Numbers - When Clicking the Mass floor, The 'Mass Family' on Properties dialog box will tell you the Mass name that is allocated - Change the default value to 'Mass1, Mass2, Mass3' to see how it works - Add another Parameter 'Building Number' - Type : 'Text' - Placing the location where the 'Building Number' row will occupy - Setting the 'Sort/Grouping'

Scheduling | Managing Schedule Setting Table

Scheduling Setting 1. Field 2. Filter 3. Sorting / Grouping : Ascending, Descending / Grand Totals on 4. Formatting : Calculate Totals / Field format : Uncheck 'use project setting', 'use digit grouping * Do not worry about filter. Sorting/Grouping Tap will manage it perfectly 1. Field - Can Input 'New Parametric Category' for_example : Programmed Area Type 2. Sorting / Grouping about the Schedule according how I want to see 3. Generated Schedule & Instance Parameter[Programmed Area Type] 4. Relation from Field to Project Model

Scheduling | Managing Schedule using Dynamo

Schedules on Sheets This node will query all schedules in your project and create two lists. One list will contain all schedules that are currently placed on sheet(s) and one list with schedules that have not yet been placed on sheet(s). Keep in mind that Revision Table built into a Titleblock is really a schedule and will display on the list of schedules on sheets. It might even create more than one instance of such. Schedule Appearance This node allows you to modify schedule appearance settings. Due to my limited Revit API knowledge for now you can only override Title, Header and Body Text type by feeding it an id of a Text Type that you want to use. Use, Get Text Note Type by Name from the archi-lab package to get the appropriate text style. Schedule Formatting This node will allow you to control schedule formatting. Just like in the Revit UI you can control some basic visibility settings per parameter (column) in a schedule. Parameter inputs are: Schedule – thi...