In Openings Studio, go to the Forum.X project and click "Openings"
Create the door panel type in the "Door Types" section - name it F.Door Panel Type
Choose the correct door panel type
Set vendor to "Other"
Do not worry about any other parameter values for the "Door Types" category
The standard frame is already created called F.Butt Frame. Choose this frame in the "Door & Frame Schedule" when creating the door.
Navigate to the "Door & Frame Schedule"
Create a "Family Type" name (overwritten using the type catalogue), set the "Configuration", "Width" and "Height" (overwritten using the type catalogue), Handing (overwritten in Revit using flip arrow), fire rating (overwritten using the type catalogue), Door Type, and Frame Type
Click export in the "Door & Frame Schedule and a green checkmark should pop up.
With the green checkbox on, click the up arrow on the left toolbar. Click "Export to Revit".
Check "Create ADA Clearance Lines" and "Export to Revit"
Make sure the Revit project you are exporting to has a "Project Name" located in "Project Information"
Dynamo File Location: T:\WIP\DT\Doors\Dynamo
Use this link here
F.ADA Clearance Lines = Instance, Yes/No, Graphics - Controls visibility of ADA clearance line families
F.ADA Pull Side Approach<Generic Models>= Instance, Generic Models, Graphics - Controls which ADA clearance line family to display on the pull side of the door
F.ADA Push Side Approach<Generic Models> = Instance, Generic Models, Graphics - Controls which ADA clearance line family to display on the push side of the door
F.Aligned Center = Instance, Yes/No, Graphics - Moves position of door frame to the center of the wall using the formula in the 'F.Frame Offset' parameter
F.Aligned Exterior = Instance, Yes/No, Graphics - Moves position of door frame to the exterior side of the wall using the formula in the 'F.Frame Offset' parameter
F.Aligned Interior = Instance, Yes/No, Graphics - Moves position of door frame to the interior side of the wall using the formula in the 'F.Frame Offset' parameter
F.Aligned Other = Instance, Yes/No, Graphics - Moves position of door frame to a custom position in the wall using the formula in the F.Frame Offset parameter. The formula is written to have 'F.Frame Offset' default to 'F.Aligned Other' if F.Aligned Center, Exterior, or Interior is checked off. See formula below
F.Show Door = Type, Yes/No, Graphics - Controls visibility of the door
F.Show Frame = Type, Yes/No, Graphics - Controls visibility of the frame
F.Swing Angle = Instance, Angle, Graphics - Controls angle of the door swing through the 'F.SingleDoorPlanLines' family. The 'F.Swing Angle' parameter in the door family is linked to the 'F.Swing Angle parameter in the F.SingleDoorPlanLines family.
F.Symbol Lines Hinge Side = Type, Yes/No, Graphics - Controls the symbolic lines shown on the door for the hinge side. This parameter is connected to the 'F.Symbol Lines Lock Side' family formula
F.Symbol Lines Lock Side = Type, Yes/No, Graphics - Controls the symbolic lines shown on the door for the lock side though a formula
Formula - if(F.Show Door, if(F.Show Frame, not(F.Symbol Lines Hinge Side), F.Show Frame), F.Show Door)
To understand Revit conditional statements, click here
In our door families, we will implement seven material parameters to streamline both scheduling and rendering processes. To minimize the number of door types required in the type catalog, we will have two parameters dedicated to scheduling purposes and three parameters tied to the door geometry for rendering purposes. This approach will allow for flexibility without overloading the type catalog.
The parameters are as follows:
F.Schedule.Door Material = Shared Parameter - Type, Material, Materials and Finishes (for scheduling purposes)
F.Schedule.Frame Material = Shared Parameter - Type, Material, Materials and Finishes (for scheduling purposes)
F.Render.Door Material = Family Parameter - Type, Material, Materials and Finishes (for rendering and tied to the door panel geometry)
F.Render.Frame Material = Family Parameter - Type, Material, Materials and Finishes (for rendering and tied to the frame geometry)
F.Render.Door Handle Material = Family Parameter - Type, Material, Materials and Finishes (for rendering and tied to the frame geometry)
F.Render.Glass Material = Family Parameter - Type, Material, Materials and Finishes (for rendering and tied to the glass geometry)
The materials associated with these parameters will be created at a later stage, but for now, these five parameters will be integrated into all door families (unless glass is not present in door geometry).
F.Door Panel Type = Type, Text, Dimensions - Used for schedule reporting only
F.Frame Depth = Shared Parameter - Instance, Length, Dimensions - Controls the depth of the frame using a dimension label.
Note - The growth direction of the frame depends on the selected 'F.Aligned' (Center, Exterior, Interior, Other) family
F.Frame Offset = Shared Parameter - Instance, Length, Dimensions - Controls the dimension value of the door frame offset depending on which 'F.Aligned' (Center, Exterior, Interior, Other) family is selected
Formula - if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
To understand Revit conditional statements, click here
F.Wall Thickness - Family Parameter - Instance (Reporting Parameter), Length, Dimensions - Measures the thickness of the wall through a dimension label for the 'F.Frame Offset' parameter
F.HW Set = Shared Parameter - Instance, Text, Dimensions - Used for schedule reporting only
F.RO Spacing = Shared Parameter - Type, Length, Dimensions - Provides additional space for the width and height of the rough opening. This parameter is connected to the formula located in the 'Rough Width' and 'Rough Height' parameters.
Height = Built-in Parameter - Type, Length, Dimensions - 'HEIGHT' IS MANUALLY CHANGED BY THE USER. 'Height' represents the vertical measurement from the bottom of the frame to the base of the header. This represents the nominal door panel height.
'F.R1 Height', 'F.Frame Height', and 'Rough Height' are all influenced by the 'Height' parameter
F.R1 Height = Family Parameter - Type, Length, Dimensions - Used in the process of determining the rough height of the door.
Formula - Height + (0' 0 3/8")
'Height' is the measurement from the bottom of the frame to the base of the header. This represents the nominal door panel height.
Since the 'F.R1 Height' dimension is measured from the base frame reference plane to the midpoint of the header reference plane, an additional 3/8" is needed to be added to 'Height'. For a 3/4" header, this 3/8" marks the midpoint.
F.Frame Height = Family Parameter - Type, Length, Dimensions - Used in the process of determining the rough height of the door.
Formula - F.Frame Height = F.R1 Height + 0' 0 3/8"
An additional 3/8" is required because 'F.R1 Height' is measured from the base frame reference plane to the middle of the header reference plane. 'F.Frame Height measures the total height of the frame. Adding 3/8" will extend the measurement to the top of the header.
Rough Height = Built-in Parameter - Type, Length, Dimensions - Takes the value from the 'F.Frame Height' parameter and adds the value of the 'F.RO' Spacing parameter to get the overall rough height of the door.
Formula - F.Frame Height - 0' + F.RO Spacing
Width = Built-in Parameter - Type, Length, Dimensions - 'WIDTH' IS MANUALLY CHANGED BY THE USER. 'WIDTH' represents the horizontal measurement from the left edge to the right edge of the frame. This represents the nominal door panel width.
'F.P1 Width', F.Frame Width', and 'Rough Width' are all influenced by the 'Width' parameter
F.P1 Width = Family Parameter - Type, Length, Dimensions - Used in the process of determining the rough width of the door.
Formula - Width + 0' 0 3/4"
Width is the measurement from the interior of the left side of the frame to the interior of the right side of the frame. This represents the nominal door panel width.
Since the 'F.P1 Width' dimension is measured from the midpoint of the left side of the frame to the midpoint of the right side of the frame, an additional 3/4" is needed to be added to 'Width'. For a 3/4" frame, 3/8" marks the midpoint. Because there are left and right sides, 3/8" + 3/8" = 3/4".
F.Frame Width = Family Parameter - Type, Length, Dimensions - Used in the process of determining the rough width of the door.
Formula - F.P1 Width + 0' 0 3/4"
An additional 3/4" is required because the 'F.P1 Width' is measured from the midpoint of the left side of the frame to the midpoint of the right side of the frame. 'F.Frame Width' measures the total width of the frame. For a 3/4" frame, 3/8" marks the midpoint. Because there are left and right sides, 3/8" + 3/8" = 3/4".
Rough Width = Built-in Parameter - Type, Length, Dimensions - Takes the value from the 'F.Frame Width' parameter and adds the value of the 'F.RO' Spacing parameter to get the overall rough width of the door.
Formula - F.Frame Width - 0' + 2 * F.RO Spacing
F.Leaf Width = Family Parameter - Type, Length, Dimensions - Used to calculate the actual width of the door panel for ADA Clearance Line family parameter 'F.Width' to be linked to. This ensures when the door family flexes, the clearance lines are flexing accurately.
Formula - F.P1 Width - 0' 0 15/16"
The 'F.P1 Width' dimension is measured from the midpoint of the left side of the frame to the midpoint of the right side of the frame. Measuring from the left midpoint of the frame to the door panel is 15/32". Measuring from the right midpoint of the frame to the door panel is 15/32". 15/32" + 15/32" = 15/16".
Thickness = Built-in Parameter - Type, Length, Dimensions - Used for determining the door panel thickness in the F.SingleDoorPlanLines family.
The parameter F.Thickness in the F.SingleDoorPlanLines family is linked to the Thickness parameter in the door family.
F.Area = Shared Parameter - Type, Length, Identity Data - Uses formula to calculate the area of the door
Formula - Height * Width / 1'
The formula is divided by 1' to avoid the 'inconsistent units' error
Keynote = Built-in Parameter - Type, Text, Identity Data - Used to store keynote number in family
Fire Rating = Built-in Parameter - Type, Text, Identity Data - Used for scheduling fire ratings
URL = = Built-in Parameter - Type, URL, Identity Data
F.URL = Type, URL - Default present and is used in combination with the Lookup tool on the Forum Ribbon to link to this page and section
Turn 'Room Calculation' Point on for all doors
PullSideFrontApproach
F.Clearance = Type, Length, Dimensions - Calculates the clearance perpendicular to doorway
Formula = 5'
F.Latch Clearance = Type, Length, Dimensions - Calculates the clearance parallel to doorway (beyond latch side unless noted)
Forumla = 1' 6"
F.Width = Type, Length, Dimensions - Linked to F.Leaf Width in the door family for correct calculations of the ADA clerance lines
PushSideFrontApproach
F.Clearance = Type, Length, Dimensions - Calculates the clearance perpendicular to doorway
Formula = 4'
F.Latch Clearance = Type, Length, Dimensions - Calculates the clearance parallel to doorway (beyond latch side unless noted)
Forumla = F.Width
F.Width = Type, Length, Dimensions - Linked to F.Leaf Width in the door family for correct calculations of the ADA clerance lines
PullSideHingeApproach
F.Clearance = Type, Length, Dimensions - Calculates the clearance perpendicular to doorway
Formula = 4' 6"
F.Latch Clearance = Type, Length, Dimensions - Calculates the clearance parallel to doorway (beyond latch side unless noted)
Forumla = 3'
F.Width = Type, Length, Dimensions - Linked to F.Leaf Width in the door family for correct calculations of the ADA clerance lines
PushSideHingeApproach
F.Clearance = Type, Length, Dimensions - Calculates the clearance perpendicular to doorway
Formula = 3' 6"
F.Latch Clearance = Type, Length, Dimensions - Calculates the clearance parallel to doorway (beyond latch side unless noted)
Forumla = F.Width + 1' 10"
F.Width = Type, Length, Dimensions - Linked to F.Leaf Width in the door family for correct calculations of the ADA clerance lines
PullSideLatchApproach
F.Clearance = Type, Length, Dimensions - Calculates the clearance perpendicular to doorway
Formula = 4'
F.Latch Clearance = Type, Length, Dimensions - Calculates the clearance parallel to doorway (beyond latch side unless noted)
Forumla = F.Width + 2'
F.Width = Type, Length, Dimensions - Linked to F.Leaf Width in the door family for correct calculations of the ADA clerance lines
PushSideLatchApproach
F.Clearance = Type, Length, Dimensions - Calculates the clearance perpendicular to doorway
Formula = 3' 6"
F.Latch Clearance = Type, Length, Dimensions - Calculates the clearance parallel to doorway (beyond latch side unless noted)
Forumla = 2'
F.Width = Type, Length, Dimensions - Linked to F.Leaf Width in the door family for correct calculations of the ADA clerance lines
F.SingleDoorPlanLines
F.SwingAngle = Type, Angle, Graphics - Controls the angle of the door swing lines and door panel lines through an angular dimension
Width = Built-in Parameter - Type, Length, Dimensions - Controls the width of the door panel through a linear dimension on the vertical reference plane and a linear dimension on the horizontal reference plane.
Linked to the F.Leaf Width parameter in the door.
Thickness = Built-in Parameter - Type, Length, Dimensions - Controls the thickness of the door panel though a linear dimension
Linked to the Thickness parameter in the door
WHAT IS THE 0.5 degree angular dimension for?
The formulas in the ADA clearance line families are determined by FBC - Chapter 4 - Section 404. TABLE 404.2.4.1 MANEUVERING CLEARANCE AT MANUAL SWINGING DOORS AND GATES
The exceptions mentioned in the table are implemented within the ADA clearance line families by placing a dimension from the end of the original line to the new line. This ensures that as the ADA clearance lines flex, the exceptions stay consistent.
Ex - For PushSideHingeApproach, perpendicular to doorway, if the closer and latch are provided, then an additional 6" must be added.
Must complete documentation of ADA clearance line families for double doors
PullSideFrontApproachPair (nested family) (has different formulas for different door types)
PushSideFrontApproachPair (nested family) (has different formulas for different door types)
PushSideFrontApproachPairDE (nested family) (has different formulas for different door types)
Parameters in clearance lines families will be linked to parameters in door family to ensure the clearance lines are flexing accurately with the door family.
General Door ADA clearance lines can be referenced on FBC - Chapter 4 - Section 404. TABLE 404.2.4.1 MANEUVERING CLEARANCE AT MANUAL SWINGING DOORS AND GATES
In Openings Studio, for door configurations, select "SG" for single and "AA for double.
For Function[-1001006]##OTHER## in the type catalogue, 0 = Interior, 1 = Exterior, 2 = None
[-1001006]##OTHER## will be set to 2 = None so that the doors will not be incorrect. At some point, we need to acquire data on where each door is uses to set Interior/Exterior Function correctly.
Andrew's fire rating comments for excel: green means no rating available (0MIN), orange is up to 20 minutes (0 MIN, 20MIN), and red means it can provide ratings up to 3 hours (0MIN, 20MIN, 45MIN, 60MIN, 90MIN, and 180MIN).
FL Doors must be 6" along top and sides and 12" along bottom (to exceed the 10" requirement of accessible doors).
Question from Blane - I just want to clarify, is G/L supposed to be G (half glass) and L (louvered) doors separate? Or is this supposed to be the GL door (Glass Louvered). Same question goes for the V,N/L.
Answer from Andrew - half glass with and without louvers, vision lite doors with and without louvers, etc
Question from Blane - Ok that makes sense. I assume to use the same sizes here for doors with only louvers (L) correct?
Answer from Andrew - got it. go with the same for (F), since it's essentially a flush door with a louver
ADA Lite Placement
Full louver doors – A minimum 5˝ rail occurs at the top and at the vertical stiles and an 8˝ minimum rail occurs at the bottom of these doors (Consult door manufacturer for exact stile/rail dimensions). Click here for link
The frame (butt or cap) determines the door panel width and door panel height equations
For doors with surface patterns, (louvers, grills, etc) the surface pattern will not show up in 'Consistent Colors', 'Textures', or 'Realistic' model display styles.
For materials located in the type catalogue, they must also be added to the project template (automation)
What does the 'DE' mean in 'PushSideFontApproachPairDE'?
Need to fix bi-fold door lines when width and or the frame location changes.
Set correct Keynote number - Come back to this once the keynote numbers are decided.
Need to create GL, VL, NL, and FG3 doors
Need to create all louvered doors - FL Doors must be 6" along top and sides and 12" along bottom (to exceed the 10" requirement of accessible doors).
Need to create a 1 Panel Arched door.
Need to create a 2 Panel Arched door.
Need to create a 2 Panel Louvered door.
Need to create a 4 Panel Horizontal door.
Need to create a Craftsman Panel door.
Need to create a Craftsman Panel w/ Glass door.
Need to create XXO, XOOX, etc sliding glass doors.
Need to create a 15 glass lite door.
Need to create G#'s in pocket door configuration.
Need to add Bi-Fold Single and Bi-Fold Double Door in F, FL, P1, P2/A/L, P3.
Need to create Bi-passing doors in FL, P1/A, P2/visA/L, P3/H, P4/H, and P5H styles.
Need to create single, bi-parting pair, and bypass configurations for barn doors in FL, P1/A, P2/A/L, P3/H, P4/H, and P5H styles.
Andrew's fire rating comments for excel: green means no rating available (0MIN), orange is up to 20 minutes (0 MIN, 20MIN), and red means it can provide ratings up to 3 hours (0MIN, 20MIN, 45MIN, 60MIN, 90MIN, and 180MIN).
Need to go back and make Narrow Vision 7"x22" and Vision Lite 12"x12" per Andrew
FL Doors must be 6" along top and sides and 12" along bottom (to exceed the 10" requirement of accessible doors).
Need to add ADA Clearance Lines to Pocket Door families per Andrew's reference image
Question from Blane - I just want to clarify, is G/L supposed to be G (half glass) and L (louvered) doors separate? Or is this supposed to be the GL door (Glass Louvered). Same question goes for the V,N/L.
Answer from Andrew - half glass with and without louvers, vision lite doors with and without louvers, etc
Question from Blane - Ok that makes sense. I assume to use the same sizes here for doors with only louvers (L) correct?
Answer from Andrew - got it. go with the same for (F), since it's essentially a flush door with a louver.
For Fully Louvered doors, I will be using the sizes for the (F) flush doors.
Question from Blane - which of the clearance lines in the image are applicable to bifold/bypassing/barn/pocket/sliding
F.1 Panel.Bi-Fold.Single, F.1 Panel.Bi-Fold.Double, F.2 Panel.Bi-Fold.Double, F.2 Panel.Bi-Fold.Single, F.3 Panel.Horizontal.Bi-Fold.Double, F.3 Panel.Horizontal.Bi-Fold.Single, F.Flush.Bi-Fold.Single, F.Flush.Bi-Fold.Double, F.Glass.Bi-Fold.Double
(9 doors total)
Width – Not Shared | Formula: None
Height – Not Shared | Formula: None
Thickness – Not Shared | Formula: None
Rough Width – Not Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
Rough Height – Not Shared | Formula: F.Frame Height - 0' + F.RO Spacing
F.P1 Width – Not Shared | Formula: Width + 0' 0 3/4"
F.Frame Width – Not Shared | Formula: F.P1 Width + 0' 0 3/4"
F.Frame Height – Not Shared | Formula: F.R1 Height + 0' 0 3/8"
F.Frame Depth – Shared | Formula: None
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.Wall Thickness – Not Shared | Formula: None
F.Door Stile Width – Shared | Formula: None
F.Door Bottom Rail Width – Shared | Formula: None
F.Door Top Rail Width – Shared | Formula: None
F.Door Cross Rail Width – Shared | Formula: None
F.Leaf Width – Not Shared | Formula: F.P1 Width - 0' 0 15/16"
F.RO Spacing – Shared | Formula: None
F.R1 Height – Not Shared | Formula: Height + 0' 0 3/8"
F.HW Set – Shared | Formula: None
F.Pocket 1 Depth – Not Shared | Formula: 1.5 * Rough Width
F.Pocket 2 Depth – Not Shared | Formula: None
F.Pocket 1 Thickness – Not Shared | Formula: Thickness + 0' 0 1/2"
F.Pocket 2 Thickness – Not Shared | Formula: Thickness + 0' 0 1/2"
F.Show Door – Not Shared | Formula: None
F.Show Frame – Not Shared | Formula: None
F.Aligned Interior – Not Shared | Formula: None
F.Aligned Exterior – Not Shared | Formula: None
F.Aligned Center – Not Shared | Formula: None
F.Aligned Other – Not Shared | Formula: None
F.Stop Or Latch Approach – Not Shared | Formula: None
F.Pocket Or Hinge Approach – Not Shared | Formula: None
F.ADA.Pocket Or Hinge Approach – Not Shared | Formula: None
F.ADA.Stop Or Latch Approach – Not Shared | Formula: None
F.Area – Shared | Formula: Height * Width / 1'
Keynote – Not Shared | Formula: None
Fire Rating – Not Shared | Formula: None
Assembly Code – Not Shared | Formula: None
Type Image – Not Shared | Formula: None
Manufacturer – Not Shared | Formula: None
Model – Not Shared | Formula: None
Type Comments – Not Shared | Formula: None
URL – Not Shared | Formula: None
Description – Not Shared | Formula: None
Cost – Not Shared | Formula: None
F.Schedule.Frame Material – Shared | Formula: None
F.Schedule.Door Material – Shared | Formula: None
F.Render.Frame Material – Not Shared | Formula: None
F.Render.Door Material – Not Shared | Formula: None
F.Render.Glass Material – Not Shared | Formula: None
(These parameters appear in only one door type, not just with different values.)
Exclusive to F.Glass Bi-Fold Double
F.Render.Glass Material – <None> (Not Shared)
F.Door Stile Width – 0' - 3" instead of 0' - 6"
F.Door Top Rail Width – 0' - 4" instead of 0' - 6"
F.Door Bottom Rail Width – 0' - 4" instead of 0' - 10"
F.Door Panel Width Formula – F.P1 Width - 0' 2"
Exclusive to F.2 Panel Bi-Fold Double & Single
F.Door Cross Rail Width – 0' - 7 3/4" (Shared)
F.Narrow Vision Lite.Double, F.Narrow Vision Lite.Single, F.Vision Lite.Double, F.Vision Lite.Single
(4 doors total)
Width – Not Shared | Formula: None
Height – Not Shared | Formula: None
Thickness – Not Shared | Formula: None
Rough Width – Not Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
Rough Height – Not Shared | Formula: F.Frame Height - 0' + F.RO Spacing
F.P1 Width – Not Shared | Formula: Width + 0' 0 3/4"
F.Frame Width – Not Shared | Formula: F.P1 Width + 0' 0 3/4"
F.Frame Height – Not Shared | Formula: F.R1 Height + 0' 0 3/8"
F.Frame Depth – Shared | Formula: None
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.Wall Thickness – Not Shared | Formula: None
F.Door Stile Width – Shared | Formula: None
F.Door Bottom Rail Width – Shared | Formula: None
F.Door Top Rail Width – Shared | Formula: None
F.RO Spacing – Shared | Formula: None
F.R1 Height – Not Shared | Formula: Height + 0' 0 3/8"
F.HW Set – Shared | Formula: None
F.Leaf Width – Not Shared | Formula: F.P1 Width - 0' 0 15/16"
F.Leaf 2 Width – Not Shared | Formula: (Width - 0' 0 3/8") / 2
F.Panel 2 Width – Shared | Formula: F.Leaf 2 Width + 0' 0 3/16"
F.Show Door – Not Shared | Formula: None
F.Show Frame – Not Shared | Formula: None
F.Aligned Interior – Not Shared | Formula: None
F.Aligned Exterior – Not Shared | Formula: None
F.Aligned Center – Not Shared | Formula: None
F.Aligned Other – Not Shared | Formula: None
F.Swing Angle – Not Shared | Formula: None
F.Symbol Lines Lock Side – Not Shared | Formula: if(F.Show Door, if(F.Show Frame, not(F.Symbol Lines Hinge Side), F.Show Frame), F.Show Door)
F.Symbol Lines Hinge Side – Not Shared | Formula: None
F.ADA Clearance Lines – Not Shared | Formula: None
F.ADA Push Side Approach – Not Shared | Formula: None
F.ADA Pull Side Approach – Not Shared | Formula: None
F.Area – Shared | Formula: Height * Width / 1'
Keynote – Not Shared | Formula: None
Fire Rating – Not Shared | Formula: None
Assembly Code – Not Shared | Formula: None
Type Image – Not Shared | Formula: None
Manufacturer – Not Shared | Formula: None
Model – Not Shared | Formula: None
Type Comments – Not Shared | Formula: None
URL – Not Shared | Formula: None
Description – Not Shared | Formula: None
Cost – Not Shared | Formula: None
F.Schedule.Frame Material – Shared | Formula: None
F.Schedule.Door Material – Shared | Formula: None
F.Render.Frame Material – Not Shared | Formula: None
F.Render.Door Material – Not Shared | Formula: None
F.Render.Glass Material – Not Shared | Formula: None
(These parameters appear in only one door type, not just with different values.)
Exclusive to F.Narrow Vision Lite Doors
F.Swing Angle 1 – 90.00° (Not Shared)
F.Swing Angle 2 – 90.00° (Not Shared)
Exclusive to F.Vision Lite Doors
F.Door Stile Width – 1' - 0" (Not Shared)
F.Sliding.Single
(1 door total)
Width – Not Shared | Formula: None
Height – Not Shared | Formula: None
Thickness – Not Shared | Formula: None
Nominal Width – Shared | Formula: None
Nominal Height – Shared | Formula: None
Rough Width – Not Shared | Formula: Width + 0' 0 1/2"
Rough Height – Not Shared | Formula: Height + 0' 0 1/2"
F.Panel Width – Not Shared | Formula: (Rough Width / 2) - 0' 0 19/32"
F.DLO Width – Not Shared | Formula: (Rough Width / 2) - 0' 5"
F.DLO Height – Not Shared | Formula: Rough Height - 0' 7 1/2"
F.Operator Arrow Visibility – Not Shared | Formula: None
Label Visibility – Not Shared | Formula: None
F.Pocket Or Hinge Approach – Not Shared | Formula: None
F.Stop Or Latch Approach – Not Shared | Formula: None
F.Jamb Extension Visibility – Not Shared | Formula: None
F.Casing Visibility – Not Shared | Formula: None
F.Muntins (GBG) Visibility – Not Shared | Formula: None
F.Flat Casing Option 2 – Not Shared | Formula: F.Option Choice Constraint = 2
F.Ranch Style Option 3 – Not Shared | Formula: F.Option Choice Constraint = 3
F.BMC Option 1 – Not Shared | Formula: F.Option Choice Constraint = 1
F.Option Choice Constraint – Not Shared | Formula: if(F.Option Choice > 3, 3, if(F.Option Choice < 1, 1, F.Option Choice))
F.Note to User – Not Shared | Formula: "Enter Option Choice 1-3"
Keynote – Not Shared | Formula: None
Fire Rating – Not Shared | Formula: None
Type Image – Not Shared | Formula: None
Type Comments – Not Shared | Formula: None
Description – Not Shared | Formula: None
Manufacturer – Not Shared | Formula: None
Model – Not Shared | Formula: None
URL – Not Shared | Formula: None
Cost – Not Shared | Formula: None
Assembly Code – Not Shared | Formula: None
F.Schedule.Frame Material – Shared | Formula: None
F.Schedule.Door Material – Shared | Formula: None
F.Render.Frame Material – Not Shared | Formula: None
F.Render.Door Material – Not Shared | Formula: None
F.Ranch Style Visibility – Not Shared | Formula: and(F.Casing Visibility, F.Ranch Style Option 3)
F.Flat_Ranch Visibility – Not Shared | Formula: or(F.Ranch Style Visibility, F.Flat Casing Visibility)
F.Flat Casing Visibility – Not Shared | Formula: and(F.Casing Visibility, F.Flat Casing Option 2)
F.BMC Visibility – Not Shared | Formula: and(F.Casing Visibility, F.BMC Option 1)
F.Void Offset – Not Shared | Formula: if(and(F.Casing Visibility, F.BMC Option 1), 0' 1 11/16", if(and(F.Casing Visibility, F.Flat Casing Option 2), 0' 3 3/16", if(and(F.Casing Visibility, F.Ranch Style Option 3), 0' 3 3/16", 0')))
F.Void Offset 2 – Not Shared | Formula: if(F.Ranch Style Visibility, 0', 1' 5")
F.Casing Width – Not Shared | Formula: if(F.BMC Option 1, 0' 1 11/16", 0' 3 3/16")
(These parameters appear in only this door type.)
Exclusive to F.Sliding Single Door
F.Operator Arrow Visibility – <None> (Not Shared)
F.Option Choice Constraint – if(F.Option Choice > 3, 3, if(F.Option Choice < 1, 1, F.Option Choice)) (Not Shared)
F.Note to User – "Enter Option Choice 1-3" (Not Shared)
F.Overhead Coiling, F.Overhead Sectional, F.Overhead Security Grille
(3 doors total)
Width – Not Shared | Formula: None
Height – Not Shared | Formula: None
Thickness – Not Shared | Formula: None
Rough Width – Not Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
Rough Height – Not Shared | Formula: F.Frame Height - 0' + F.RO Spacing
F.P1 Width – Not Shared | Formula: Width + 0' 3 1/2"
F.Frame Width – Not Shared | Formula: F.P1 Width + 0'
F.Frame Height – Not Shared | Formula: F.R1 Height + 0'
F.Frame Depth – Shared | Formula: None
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.Wall Thickness – Not Shared | Formula: None
F.R1 Height – Not Shared | Formula: Height + 0' 0 3/4"
F.RO Spacing – Shared | Formula: None
F.HW Set – Shared | Formula: None
F.Show Door – Not Shared | Formula: None
F.Show Frame – Not Shared | Formula: None
F.Aligned Interior – Not Shared | Formula: None
F.Aligned Exterior – Not Shared | Formula: None
F.Aligned Center – Not Shared | Formula: None
F.Aligned Other – Not Shared | Formula: None
F.Area – Shared | Formula: Height * Width / 1'
Keynote – Not Shared | Formula: None
Fire Rating – Not Shared | Formula: None
Assembly Code – Not Shared | Formula: None
Type Image – Not Shared | Formula: None
Manufacturer – Not Shared | Formula: None
Model – Not Shared | Formula: None
Type Comments – Not Shared | Formula: None
URL – Not Shared | Formula: None
Description – Not Shared | Formula: None
Cost – Not Shared | Formula: None
F.Schedule.Frame Material – Shared | Formula: None
F.Schedule.Door Material – Shared | Formula: None
F.Render.Frame Material – Not Shared | Formula: None
F.Render.Door Material – Not Shared | Formula: None
None
F.Flush.Barn.Bi-Parting, F.Flush.Barn.Single, F.Flush.Bypass
(3 doors total)
Width – Shared | Formula: <None>
Height – Shared | Formula: <None>
Thickness – Shared | Formula: <None>
F.P1 Width – Shared | Formula: Width + 0'
F.Frame Width – Shared | Formula: F.P1 Width + 0'
F.Frame Height – Shared | Formula: F.R1 Height + 0'
F.Frame Depth – Shared | Formula: <None>
F.RO Spacing – Shared | Formula: <None>
Rough Width – Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
Rough Height – Shared | Formula: F.Frame Height - 0' + F.RO Spacing
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.R1 Height – Shared | Formula: Height + 0' 0 3/8"
F.HW Set – Shared | Formula: <None>
F.Show Door – Shared | Formula: <None>
F.Show Frame – Shared | Formula: <None>
F.Aligned Other – Shared | Formula: <None>
F.Aligned Center – Shared | Formula: <None>
F.Aligned Interior – Shared | Formula: <None>
F.Aligned Exterior – Shared | Formula: <None>
F.Pocket Or Hinge Approach – Shared | Formula: <None>
F.Stop Or Latch Approach – Shared | Formula: <None>
Keynote – Shared | Formula: <None>
Type Comments – Shared | Formula: <None>
Fire Rating – Shared | Formula: <None>
Cost – Shared | Formula: <None>
Description – Shared | Formula: <None>
Type Image – Shared | Formula: <None>
Manufacturer – Shared | Formula: <None>
F.Area – Shared | Formula: Height * Width / 1'
URL – Shared | Formula: <None>
Assembly Code – Shared | Formula: <None>
Model – Shared | Formula: <None>
F.Schedule.Door Material – Shared | Formula: <None>
F.Render.Frame Material – Shared | Formula: <None>
F.Render.Door Material – Shared | Formula: <None>
F.Schedule.Frame Material – Shared | Formula: <None>
These parameters appear in only one specific door type.
Exclusive to F.Flush Barn Bi-Parting Door
F.Panel Width – Width / 2 (Not Shared)
Exclusive to F.Flush Barn Single Door
F.Calc – ((F.Wall Thickness / 2) + 0' 1 3/4") + 0' 1" (Not Shared)
F.8 Glass.Lite.Double, F.8 Glass.Lite.Single, F.10 Glass.Lite.Double, F.10 Glass.Lite.Single, F.15 Glass.Lite.Single, F.Full Glass.2 Lite.Double, F.Full Glass.2 Lite.Single, F.Full Glass.Double, F.Full Glass.Single, F.Half Glass.Double, F.Half Glass.Single
(11 doors total)
Width – Shared | Formula: <None>
Height – Shared | Formula: <None>
Thickness – Shared | Formula: <None>
F.Frame Depth – Shared | Formula: <None>
F.Door Stile Width – Shared | Formula: <None>
F.Door Top Rail Width – Shared | Formula: <None>
F.Door Bottom Rail Width – Shared | Formula: <None>
F.RO Spacing – Shared | Formula: <None>
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.HW Set – Shared | Formula: <None>
Rough Height – Shared | Formula: F.Frame Height - 0' + F.RO Spacing
Rough Width – Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
F.R1 Height – Shared | Formula: Height + 0' 0 3/8"
F.Frame Height – Shared | Formula: F.R1 Height + 0' 0 3/8"
F.Frame Width – Shared | Formula: F.P1 Width + 0' 0 3/4"
F.Show Door – Shared | Formula: <None>
F.Show Frame – Shared | Formula: <None>
F.Symbol Lines Hinge Side – Shared | Formula: <None>
F.Symbol Lines Lock Side – Shared | Formula: if(F.Show Door, if(F.Show Frame, not(F.Symbol Lines Hinge Side), F.Show Frame), F.Show Door)
F.ADA Clearance Lines – Shared | Formula: <None>
F.ADA Push Side Approach – Shared | Formula: <None>
F.ADA Pull Side Approach – Shared | Formula: <None>
F.Aligned Exterior – Shared | Formula: <None>
F.Aligned Interior – Shared | Formula: <None>
F.Aligned Center – Shared | Formula: <None>
F.Aligned Other – Shared | Formula: <None>
F.Swing Angle – Shared | Formula: <None>
Keynote – Shared | Formula: <None>
Type Comments – Shared | Formula: <None>
Fire Rating – Shared | Formula: <None>
Cost – Shared | Formula: <None>
Description – Shared | Formula: <None>
Type Image – Shared | Formula: <None>
Manufacturer – Shared | Formula: <None>
F.Area – Shared | Formula: Height * Width / 1'
URL – Shared | Formula: <None>
Assembly Code – Shared | Formula: <None>
Model – Shared | Formula: <None>
F.Schedule.Door Material – Shared | Formula: <None>
F.Schedule.Frame Material – Shared | Formula: <None>
F.Render.Door Material – Shared | Formula: <None>
F.Render.Frame Material – Shared | Formula: <None>
F.Render.Glass Material – Shared | Formula: <None>
(These parameters appear in only one specific door type.)
Exclusive to F.8 Glass Lite Double & Single
F.Lite Half Grid Width – 0' - 11 61/64" (Not Shared) | Formula: (Width - 0' 0 3/32" - 1') / 2
Exclusive to F.Full Glass 2 Lite Double & Single
F.Door Cross Rail Width – 0' - 7 3/4" (Not Shared)
Exclusive to Half Glass Double & Single
F.Lite Height – 2' - 6" | Formula: if(Height < 8', 2' 6", 3')
F.Lite Width – 1' - 5 29/32" | Formula: F.Leaf Width / 2
F.Lite Height Top – 0' - 0" | Formula: <None>
F.Glass Horiz Dim – 2' - 0" | Formula: <None>
F.Glass Vert Dim – 2' - 6" | Formula: <None>
F.Top Vert Dim – 0' - 8" | Formula: <None>
F.Right Horiz Dim – 0' - 5 7/8" | Formula: <None>
F.Swing Angle 1 – 90.00° | Formula: <None>
F.Swing Angle 2 – 90.00° | Formula: <None>
F.3 Panel.Louvered.Single, F.Full Louvered.Single, F.GL.Single, F.L.Single, F.NL.Single, F.VL.Single
(6 doors total)
Height: 7' - 0" (Not Shared)
Width: 3' - 0" (Not Shared)
Thickness: 0' - 1 3/4" (Not Shared)
F.Frame Width: 3' - 1 1/2" (Not Shared) | Formula: F.P1 Width + 0' 0 3/4"
F.P1 Width: 3' - 0 3/4" (Not Shared) | Formula: Width + 0' 0 3/4"
F.Leaf Width: 2' - 11 13/16" (Not Shared) | Formula: F.P1 Width - 0' 0 15/16"
F.R1 Height: 7' - 0 3/8" (Not Shared) | Formula: Height + 0' 0 3/8"
F.Frame Height: 7' - 0 3/4" (Not Shared) | Formula: F.R1 Height + 0' 0 3/8"
F.RO Spacing: 0' - 0" (Shared)
F.Frame Depth: 0' - 5 3/4" (Shared)
F.Frame Offset: 0' - 2 7/8" (Shared) | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.Door Stile Width: 0' - 6" (Shared)
F.Door Bottom Rail Width: Various Values (Shared)
F.Door Top Rail Width: Various Values (Shared)
Rough Width: 3' - 1 1/2" (Not Shared) | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
Rough Height: 7' - 0 3/4" (Not Shared) | Formula: F.Frame Height - 0' + F.RO Spacing
F.Show Door (Not Shared)
F.Show Frame (Not Shared)
F.Symbol Lines Lock Side | Formula: if(F.Show Door, if(F.Show Frame, not(F.Symbol Lines Hinge Side), F.Show Frame), F.Show Door) (Not Shared)
F.Symbol Lines Hinge Side (Not Shared)
F.ADA Clearance Lines (Not Shared)
F.ADA Push Side Approach (Not Shared)
F.ADA Pull Side Approach (Not Shared)
F.Swing Angle: 90.00° (Not Shared)
F.Aligned Interior (Not Shared)
F.Aligned Exterior (Not Shared)
F.Aligned Center (Not Shared)
F.Aligned Other: 0' - 0" (Not Shared)
F.Area: Height * Width / 1' (Shared)
Fire Rating (Not Shared)
Model (Not Shared)
Manufacturer (Not Shared)
Assembly Code (Not Shared)
Description (Not Shared)
Type Comments (Not Shared)
Type Image (Not Shared)
Keynote (Not Shared)
URL (Not Shared)
Cost: 0.00 (Not Shared)
F.Render.Door Material (Not Shared)
F.Render.Frame Material (Not Shared)
F.Render.Glass Material (Not Shared)
F.Schedule.Door Material (Shared)
(These parameters appear in only one specific door type.)
Exclusive to F.3 Panel Louvered
F.Calc: 1' - 5 1/8" | Formula: ((((F.R1 Height - 0' 0 1/2") - 1' 0 1/2") - 1') - 0' 8") / 3
Exclusive to F.GL
F.Lite Width: 1' - 5 29/32" | Formula: F.Leaf Width / 2
F.Lite Height: 2' - 6" | Formula: if(Height < 8', 2' 6", 3')
F.Lite Height Top: 0' - 0"
F.TopVertDim: 0' - 8"
F.GlassHorizDim: 2' - 0"
F.GlassVertDim: 2' - 6"
F.Glass.Curtain.Double, F.Glass.Curtain.Single
(2 doors total)
Thickness – Not Shared | Formula: <None>
F.Width – Not Shared | Formula: <None> (6' - 0" for Double, 3' - 0" for Single)
F.Offset – Not Shared | Formula: 0' - 2"
(No graphical parameters listed in these doors.)
Assembly Code – Not Shared | Formula: B2030100
Description – Not Shared | Formula: <None>
Type Comments – Not Shared | Formula: <None>
Fire Rating – Not Shared | Formula: <None>
Keynote – Not Shared | Formula: <None>
Manufacturer – Not Shared | Formula: <None>
Model – Not Shared | Formula: <None>
URL – Not Shared | Formula: <None>
Type Image – Not Shared | Formula: <None>
Cost – Not Shared | Formula: <None>
F.Render.Glass Material – Not Shared | Formula: <None>
F.Render.Door Handle Material – Not Shared | Formula: <None>
F.Render.Door Material – Not Shared | Formula: <None>
F.Schedule.Door Material (Shared)
Construction Type – Not Shared | Formula: <None>
Function – Not Shared | Formula: <None>
F.Swing Angle – Not Shared | Formula: 90.00°
These parameters appear in only one specific door type.
F.Panel Width – 3' - 0" | Formula: 1 / 2 * F.Width
F.Storefront.Single, F.Storefront.Double
(2 doors total)
Width – Not Shared | Formula: <None>
Height – Not Shared | Formula: <None>
Thickness – Not Shared | Formula: <None>
F.Frame Width – Not Shared | Formula: F.P1 Width + 0' 2"
F.Frame Height – Not Shared | Formula: F.R1 Height + 0' 1"
F.Frame Depth – Shared | Formula: <None>
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.Wall Thickness – Not Shared | Formula: <None>
F.HW Set – Shared | Formula: <None>
F.RO Spacing – Shared | Formula: <None>
Rough Width – Not Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
Rough Height – Not Shared | Formula: F.Frame Height - 0' + F.RO Spacing
F.R1 Height – Not Shared | Formula: Height + 0' 1"
F.P1 Width – Not Shared | Formula: Width + 0' 2"
F.Leaf 1 Width (Double) – Shared | Formula: (Width - 0' 0 3/8") / 2
F.Leaf 2 Width (Double) – Not Shared | Formula: (Width - 0' 0 3/8") / 2
F.Leaf Width (Single) – Not Shared | Formula: F.P1 Width - 0' 2 3/16"
F.Panel 2 Width (Double) – Shared | Formula: F.Leaf 2 Width + 0' 0 3/16"
F.Door Stile Width – Shared | Formula: <None>
F.Door Top Rail Width – Shared | Formula: <None>
F.Door Bottom Rail Width – Shared | Formula: <None>
F.Door Panel Type – Shared | Formula: <None> (Value: AL1)
F.Show Door – Not Shared | Formula: <None>
F.Show Frame – Not Shared | Formula: <None>
F.Symbol Lines Hinge Side – Not Shared | Formula: <None>
F.Symbol Lines Lock Side – Not Shared | Formula: if(F.Show Door, if(F.Show Frame, not(F.Symbol Lines Hinge Side), F.Show Frame), F.Show Door)
F.ADA Clearance Lines – Not Shared | Formula: <None>
F.ADA Push Side Approach – Not Shared | Formula: <None>
F.ADA Pull Side Approach – Not Shared | Formula: <None>
F.Aligned Exterior – Not Shared | Formula: <None>
F.Aligned Interior – Not Shared | Formula: <None>
F.Aligned Center – Not Shared | Formula: <None>
F.Aligned Other – Not Shared | Formula: <None>
F.Swing Angle 1 (Double) – Not Shared | Formula: <None> (Value: 90.00°)
F.Swing Angle 2 (Double) – Not Shared | Formula: <None> (Value: 90.00°)
F.Swing Angle (Single) – Not Shared | Formula: <None> (Value: 90.00°)
Keynote – Not Shared | Formula: <None>
Type Comments – Not Shared | Formula: <None>
Fire Rating – Not Shared | Formula: <None>
Cost – Not Shared | Formula: <None> (Value: 0.00)
Description – Not Shared | Formula: <None>
Type Image – Not Shared | Formula: <None>
Manufacturer – Not Shared | Formula: <None>
F.Area – Shared | Formula: Height * Width / 1' (Value: 42' - 0" for Double, 21' - 0" for Single)
URL – Not Shared | Formula: <None>
Assembly Code – Not Shared | Formula: <None>
Model – Not Shared | Formula: <None>
F.Schedule.Door Material – Shared | Formula: <None>
F.Schedule.Frame Material – Shared | Formula: <None>
F.Render.Door Material – Not Shared | Formula: <None>
F.Render.Frame Material – Not Shared | Formula: <None>
F.Render.Glass Material – Not Shared | Formula: <None>
Exclusive to F.Storefront.Double
F.Leaf 1 Width – 2' - 11 13/16" (Not Shared) | Formula: (Width - 0' 0 3/8") / 2
F.Leaf 2 Width – 2' - 11 13/16" (Not Shared) | Formula: (Width - 0' 0 3/8") / 2
F.Panel 2 Width – 3' - 0" (Shared) | Formula: F.Leaf 2 Width + 0' 0 3/16"
F.Swing Angle 1 – 90.00° (Not Shared)
F.Swing Angle 2 – 90.00° (Not Shared)
Exclusive to F.Storefront.Single
F.Leaf Width – 2' - 11 13/16" (Not Shared) | Formula: F.P1 Width - 0' 2 3/16"
F.Swing Angle – 90.00° (Not Shared)
F.1 Panel.Double, F.1 Panel.Single, F.2 Panel.Double, F.2 Panel.Single, F.3 Panel.Horizontal.Double, F.3 Panel.Horizontal.Single, F.4 Panel.Double, F.4 Panel.Single, F.5 Panel.Horizontal.Double, F.5 Panel.Horizontal.Single, F.6 Panel.Double, F.6 Panel.Singles
(12 doors total)
Width – Not Shared | Formula: <None>
Height – Not Shared | Formula: <None>
Thickness – Not Shared | Formula: <None>
F.Frame Depth – Shared | Formula: <None>
F.Door Stile Width – Shared | Formula: <None>
F.Door Top Rail Width – Shared | Formula: <None>
F.Door Bottom Rail Width – Shared | Formula: <None>
F.RO Spacing – Shared | Formula: <None>
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness -
F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.HW Set – Shared | Formula: <None>
Rough Height – Not Shared | Formula: F.Frame Height - 0' + F.RO Spacing
Rough Width – Not Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
F.R1 Height – Not Shared | Formula: Height + 0' 0 3/8"
F.Frame Height – Not Shared | Formula: F.R1 Height + 0' 0 3/8"
F.Frame Width – Not Shared | Formula: F.P1 Width + 0' 0 3/4"
F.Panel 2 Width – Shared | Formula: F.Leaf 2 Width + 0' 0 3/16"
F.Show Door – Not Shared | Formula: <None>
F.Show Frame – Not Shared | Formula: <None>
F.Symbol Lines Hinge Side – Not Shared | Formula: <None>
F.Symbol Lines Lock Side – Not Shared | Formula: if(F.Show Door, if(F.Show Frame, not(F.Symbol Lines Hinge Side), F.Show Frame), F.Show Door)
F.ADA Clearance Lines – Not Shared | Formula: <None>
F.ADA Push Side Approach – Not Shared | Formula: <None>
F.ADA Pull Side Approach – Not Shared | Formula: <None>
F.Aligned Exterior – Not Shared | Formula: <None>
F.Aligned Interior – Not Shared | Formula: <None>
F.Aligned Center – Not Shared | Formula: <None>
F.Aligned Other – Not Shared | Formula: <None>
F.Swing Angle – Not Shared | Formula: <None>
F.Swing Angle 1 – Not Shared | Formula: <None>
F.Swing Angle 2 – Not Shared | Formula: <None>
Keynote – Not Shared | Formula: <None>
Type Comments – Not Shared | Formula: <None>
Fire Rating – Not Shared | Formula: <None>
Cost – Not Shared | Formula: <None>
Description – Not Shared | Formula: <None>
Type Image – Not Shared | Formula: <None>
Manufacturer – Not Shared | Formula: <None>
F.Area – Shared | Formula: Height * Width / 1'
URL – Not Shared | Formula: <None>
Assembly Code – Not Shared | Formula: <None>
Model – Not Shared | Formula: <None>
F.Schedule.Door Material – Shared | Formula: <None>
F.Schedule.Frame Material – Shared | Formula: <None>
F.Render.Door Material – Not Shared | Formula: <None>
F.Render.Frame Material – Not Shared | Formula: <None>
None
F.1 Panel.Pocket.Single, F.2 Panel.Pocket.Single, F.3 Panel.Horizontal.Pocket.Single, F.4 Panel.Pocket.Single, F.5 Panel.Horizontal.Pocket.Single, F.6 Panel.Pocket.Single, F.Flush.Pocket.Single, F.Full Glass.2 Lite.Pocket.Single, F.Full Glass.Pocket.Single, F.Full Louvered.Pocket.Single
(10 total doors)
Width – Not Shared | Formula: None
Height – Not Shared | Formula: None
Thickness – Not Shared | Formula: None
Rough Width – Not Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
Rough Height – Not Shared | Formula: F.Frame Height - 0' + F.RO Spacing
F.P1 Width – Not Shared | Formula: Width + 0' 0 3/4"
F.Frame Width – Not Shared | Formula: F.P1 Width + 0' 0 3/4"
F.Frame Height – Not Shared | Formula: F.R1 Height + 0' 0 3/8"
F.Frame Depth – Shared | Formula: None
F.Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
F.Wall Thickness – Not Shared | Formula: None
F.Door Stile Width – Shared | Formula: None
F.Door Bottom Rail Width – Shared | Formula: None
F.Door Top Rail Width – Shared | Formula: None
F.Door Cross Rail Width – Shared | Formula: None
F.Leaf Width – Not Shared | Formula: F.P1 Width - 0' 0 15/16"
F.RO Spacing – Shared | Formula: None
F.R1 Height – Not Shared | Formula: Height + 0' 0 3/8"
F.HW Set – Shared | Formula: None
F.Pocket 1 Depth – Not Shared | Formula: 1.5 * Rough Width
F.Pocket 2 Depth – Not Shared | Formula: None
F.Pocket 1 Thickness – Not Shared | Formula: Thickness + 0' 0 1/2"
F.Pocket 2 Thickness – Not Shared | Formula: Thickness + 0' 0 1/2"
F.Show Door – Not Shared | Formula: None
F.Show Frame – Not Shared | Formula: None
F.Aligned Interior – Not Shared | Formula: None
F.Aligned Exterior – Not Shared | Formula: None
F.Aligned Center – Not Shared | Formula: None
F.Aligned Other – Not Shared | Formula: None
F.Stop Or Latch Approach – Not Shared | Formula: None
F.Pocket Or Hinge Approach – Not Shared | Formula: None
F.ADA.Pocket Or Hinge Approach – Not Shared | Formula: None
F.ADA.Stop Or Latch Approach – Not Shared | Formula: None
F.Area – Shared | Formula: Height * Width / 1'
Keynote – Not Shared | Formula: None
Fire Rating – Not Shared | Formula: None
Assembly Code – Not Shared | Formula: None
Type Image – Not Shared | Formula: None
Manufacturer – Not Shared | Formula: None
Model – Not Shared | Formula: None
Type Comments – Not Shared | Formula: None
URL – Not Shared | Formula: None
Description – Not Shared | Formula: None
Cost – Not Shared | Formula: None
F.Schedule.Frame Material – Shared | Formula: None
F.Schedule.Door Material – Shared | Formula: None
F.Render.Frame Material – Not Shared | Formula: None
F.Render.Door Material – Not Shared | Formula: None
F.Render.Glass Material – Not Shared | Formula: None
(These parameters appear in only one specific door type.)
Exclusive to F.Full Glass Pocket Doors
F.Render.Glass Material – <None> (Not Shared)
Exclusive to F.6 Panel Pocket Door
F.PanelsTop – 0' - 8"
Formula: (Height * 0.25) - 1' 4"
F.PanelsBottom – 1' - 10 1/4"
Formula: ((Height * 0.75) - 2' 3 1/2") / 2
Exclusive to F.Flush Pocket Door
F.Wall Opening – 3' - 1 1/2"
Formula: 3' 1 1/2"
F.Dutch.Single, F.Flush.Double, F.Flush.Single
(3 total doors)
Width – Not Shared | Formula: <None>
Height – Not Shared | Formula: <None>
Thickness – Not Shared | Formula: <None>
F.Frame Depth – Shared | Formula: <None>
F.RO Spacing – Shared | Formula: <None>
F.Door Panel Type – Shared | Formula: <None>
F.Wall Thickness – Not Shared | Formula: <None>
F.P1 Width – Not Shared | Formula: Width + 0' 0 3/4"
Frame Offset – Shared | Formula: if(F.Aligned Exterior, F.Frame Depth / 2, if(F.Aligned Center, F.Wall Thickness / 2, if(F.Aligned Interior, F.Wall Thickness - F.Frame Depth + F.Frame Depth / 2, F.Aligned Other)))
Rough Height – Not Shared | Formula: F.Frame Height - 0' + F.RO Spacing
Rough Width – Not Shared | Formula: F.Frame Width - 0' + 2 * F.RO Spacing
F.R1 Height – Not Shared | Formula: Height + 0' 0 3/8"
F.Frame Height – Not Shared | Formula: F.R1 Height + 0' 0 3/8"
F.Frame Width – Not Shared | Formula: F.P1 Width + 0' 0 3/4"
F.Show Door – Not Shared | Formula: <None>
F.Show Frame – Not Shared | Formula: <None>
F.Symbol Lines Hinge Side – Not Shared | Formula: <None>
F.Symbol Lines Lock Side – Not Shared | Formula: if(F.Show Door, if(F.Show Frame, not(F.Symbol Lines Hinge Side), F.Show Frame), F.Show Door)
F.ADA Clearance Lines – Not Shared | Formula: <None>
F.ADA Push Side Approach – Not Shared | Formula: <None>
F.ADA Pull Side Approach – Not Shared | Formula: <None>
F.Aligned Exterior – Not Shared | Formula: <None>
F.Aligned Interior – Not Shared | Formula: <None>
F.Aligned Center – Not Shared | Formula: <None>
F.Aligned Other – Not Shared | Formula: <None>
F.Swing Angle – Not Shared | Formula: <None>
F.Swing Angle 1 – Not Shared | Formula: <None>
F.Swing Angle 2 – Not Shared | Formula: <None>
Keynote – Not Shared | Formula: <None>
Type Comments – Not Shared | Formula: <None>
Fire Rating – Not Shared | Formula: <None>
Cost – Not Shared | Formula: <None>
Description – Not Shared | Formula: <None>
Type Image – Not Shared | Formula: <None>
Manufacturer – Not Shared | Formula: <None>
F.Area – Shared | Formula: Height * Width / 1'
URL – Not Shared | Formula: <None>
Assembly Code – Not Shared | Formula: <None>
Model – Not Shared | Formula: <None>
F.Schedule.Door Material – Shared | Formula: <None>
F.Schedule.Frame Material – Shared | Formula: <None>
F.Render.Door Material – Not Shared | Formula: <None>
F.Render.Frame Material – Not Shared | Formula: <None>
F.Leaf 1 Width – Shared | Formula: (Width - 0' 0 3/8") / 2
F.Leaf 2 Width – Not Shared | Formula: (Width - 0' 0 3/8") / 2
F.Panel 2 Width – Shared | Formula: F.Leaf 2 Width + 0' 0 3/16"
F.Swing Angle 1 – Not Shared | Formula: <None>
F.Swing Angle 2 – Not Shared | Formula: <None>