[Equest-users] Custom pitched roof manipulation

Caleb Bulow cbulow at prengr.net
Thu Dec 10 07:58:23 PST 2009


Unless somebody else has a better idea, you may need to consider a
separate shell for the dormer.

 

Caleb B. 

  PRAIRIE ENGINEERING, P.C.

 

From: Shinn, Kim [mailto:kim.shinn at tlc-eng.com] 
Sent: Thursday, December 10, 2009 9:45 AM
To: Caleb Bulow; equest-users at lists.onebuilding.org
Subject: RE: [Equest-users] Custom pitched roof manipulation

 

Caleb:

 

You have gotten me oh so close.

 

 

 

As you suspected, I think the problem is the gable that runs across from
vertices 3 through 8.  The vertical wall planes between vertices 4&5 and
6&7 have to be slightly taller than the wall heights defined for the
shell in order to intersect with the sloping roof plane.

 

Thanks for taking the time and teaching me about HasPitchedRoof.

 

May all the joys of Festivus be upon you,

 

In a singular vertex of my own design, I remain,

 

Kim

 

From: Caleb Bulow [mailto:cbulow at prengr.net] 
Sent: Thursday, December 10, 2009 8:50 AM
To: Shinn, Kim; equest-users at lists.onebuilding.org
Subject: RE: [Equest-users] Custom pitched roof manipulation

 

Well, I won't say anything about polygons, but I'm not sure if this will
be much better than that.  You do have to edit the *.pd2 file.

 

Open your *.pd2 file in notepad or some other text editor.

 

Search for 'HasPitchedRoof'

 

You will see something like the following:

 

   HasPitchedRoof = 1

   RoofEndIsGable[4] = 1

   RoofEndIsGable[8] = 0

   RoofEndIsGable[12] = 1

   RoofEndIsGable[18] = 1

 

 

It may look a little complicated, and that is because it is - but not
insurmountable.  The numbers in the brackets correspond to the vertices
on the custom roof.  A vertices is a point on the roof where two lines
meet, like at each corner.  In your drawing below, it could be that
vertices 1 is on the lower left corner; vertices 2 would be on the lower
right corner; vertices 3 - upper right; vertice 4 - where the dormer
attaches to the main roof; etc.  So in the code above, RoofEndlsGable[4]
references the fourth vertices of the roof layout.  It is set to equal
1, which means that roof end is a gable end.  RoofEndlsGable[8] is a
sloped roof end.

 

Now, let me assign vertices to your roof and give an example of what
your code would be and what you should change it to.

 

 

 

Each vertices is at a corner.  Notice the vertices increment in a
counter-clockwise direction.  This is the way e-Quest works.  Your code
would look like the following:

 

   HasPitchedRoof = 1

   RoofEndIsGable[1] = 0        *This line might not be in your code. 

   RoofEndIsGable[2] = 1

   RoofEndIsGable[5] = 1

   RoofEndIsGable[8] = 1

 

You would have to edit the code to something like the following:

 

HasPitchedRoof = 1

   RoofEndIsGable[1] = 1

   RoofEndIsGable[2] = 0

   RoofEndIsGable[3] = 1

   RoofEndIsGable[5] = 1

   RoofEndIsGable[7] = 1

   RoofEndIsGable[8] = 0

 

You will have to play a little with the code, because I'm not sure how
well it will work between vertices 3 & 8.

 

Below is a roof I recently did with the code.  Good luck on your roof!

 

 

 

   HasPitchedRoof = 1

   RoofEndIsGable[4] = 1

   RoofEndIsGable[8] = 1

   RoofEndIsGable[12] = 1

   RoofEndIsGable[18] = 1

   RoofEndIsGable[24] = 1

   RoofEndIsGable[28] = 1

   RoofEndIsGable[32] = 1

   RoofEndIsGable[36] = 1

   RoofEndIsGable[41] = 0

   RoofEndIsGable[46] = 1

   RoofEndIsGable[50] = 1

   RoofEndIsGable[54] = 1

   RoofEndIsGable[58] = 1

   RoofEndIsGable[64] = 1

   RoofEndIsGable[70] = 1

   RoofEndIsGable[74] = 1

   RoofEndIsGable[78] = 1

   RoofEndIsGable[83] = 0

 

Vertices 4 is the gable facing away in the top right corner.  

Caleb B. 

  PRAIRIE ENGINEERING, P.C.

 

From: equest-users-bounces at lists.onebuilding.org
[mailto:equest-users-bounces at lists.onebuilding.org] On Behalf Of Shinn,
Kim
Sent: Thursday, December 10, 2009 8:03 AM
To: equest-users at lists.onebuilding.org
Subject: [Equest-users] Custom pitched roof manipulation

 

Any hints on manipulating roof pitch orientation?  As you can see below,
my desired roof ridge (I added the dashed green line) is exactly 90
degrees off the orientation that The Wizard of eQuest (sometimes I think
his name is Melvin, not Merlin) bestows upon me.  No amount of clicking
on those handy red bars can get the gables to swap sides.

 

Please, oh please, do not say anything about polygons.

 

 

 

Kim E Shinn

TLC Engineering for Architecture
Your Architecture 2030 Partner

 

6 Cadillac Drive, Suite 200

Brentwood, TN 37027-5080

 

phone: 

615-297-4554

fax: 

615-297-4471

direct: 

615-346-1902

cell: 

615-394-4297

website: 

www.tlc-engineers.com

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20091210/6c7f6db3/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 10915 bytes
Desc: image001.png
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20091210/6c7f6db3/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 40619 bytes
Desc: image002.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20091210/6c7f6db3/attachment-0004.jpeg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 50968 bytes
Desc: image003.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20091210/6c7f6db3/attachment-0005.jpeg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 33525 bytes
Desc: image004.png
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20091210/6c7f6db3/attachment-0005.png>


More information about the Equest-users mailing list