RevitCity.com Logo

Home  |  Forums  |  Downloads  |  Gallery  |  News & Articles  |  Resources  |  Jobs  |  FAQ  |  SearchSearch  |  Join  |  LoginLogin

Welcome !

58 Users Online (57 Members): Show Users Online - Most ever was 626 - Mon, Jan 12, 2015 at 2:00:17 PM

 

Forums

Forums >> Revit Building >> Technical Support >> Vertical Hatch Pattern

Search this ThreadSearch this Thread | Page 1 of 1 |

Tue, Feb 16, 2016 at 8:36:06 AM | Vertical Hatch Pattern

#1

teafoe5


site moderator|||
teafoe5 Avatar

Joined: Fri, Nov 12, 2010
1749 Posts
4.5 Stars: 46 Votes


I need the attached hatch pattern.  I have tried to get it to work how I need it and it seems like it should be really simple but I can't get it. Can someone give me the values that I need to use?



Attached Images

143986_Capture.JPG

This user is offline

View Website

Tue, Feb 16, 2016 at 8:40:49 AM | Vertical Hatch Pattern

#2

Beaucoupnice


active
Beaucoupnice Avatar

Joined: Mon, Nov 19, 2007
93 Posts
3.5 Stars: 6 Votes


Here is a simple instruction image for you to learn how to do it yourself.



Attached Images

143987_hatches.JPG

-----------------------------------

__________I'm the guy they come to when they didn't follow my recommended workflows.__________

This user is offline

 

Tue, Feb 16, 2016 at 9:13:49 AM | Vertical Hatch Pattern

#3

teafoe5


site moderator|||
teafoe5 Avatar

Joined: Fri, Nov 12, 2010
1749 Posts
4.5 Stars: 46 Votes


Thank you very much Beau.  Can you take a look at what I have, I am very close but I don't know where I am going wrong, in the image there is a line crossed out in red.  That line shouldn't be there and that distance is currently 10" but I need to to only be 5". 



Attached Images

143988_Capture.JPG143988_Capture2.JPG

This user is offline

View Website

Tue, Feb 16, 2016 at 9:24:29 AM | Vertical Hatch Pattern

#4

Beaucoupnice


active
Beaucoupnice Avatar

Joined: Mon, Nov 19, 2007
93 Posts
3.5 Stars: 6 Votes


I'm unsure why you have 5 separate lines of written code. Is your pattern not just two lines that repeat themselves?. If so then your hatch pattern code will only be two separate lines of  written code too.


-----------------------------------

__________I'm the guy they come to when they didn't follow my recommended workflows.__________

This user is offline

 

Tue, Feb 16, 2016 at 9:28:38 AM | Vertical Hatch Pattern

#5

teafoe5


site moderator|||
teafoe5 Avatar

Joined: Fri, Nov 12, 2010
1749 Posts
4.5 Stars: 46 Votes


There are 5 lines... from 0 there is one at 5", one at 5.875", one at 10.125", one at 11" and the entire panel is 16" wide.  I'm not sure what I am doing wrong.  Can you shoot me over what you would do for this pattern?


This user is offline

View Website

Tue, Feb 16, 2016 at 2:38:44 PM | Vertical Hatch Pattern

#6

teafoe5


site moderator|||
teafoe5 Avatar

Joined: Fri, Nov 12, 2010
1749 Posts
4.5 Stars: 46 Votes


Anyone else have an answer for me?


This user is offline

View Website

Tue, Feb 16, 2016 at 5:04:53 PM | Vertical Hatch Pattern

#7

Bartholomew


active

Joined: Mon, Aug 6, 2012
0 Posts
5 Stars: 2 Votes


I agree with Beaucoupnice. You only need 2 lines. First line at 0,0,0,5 Second line at .25,0,0,5. Doesn't that work? Or am I missing your point?

Edit: I think I get where the confusion is. You said "The Panel" is 16 inches. You're not creating a 16" panel; you're creating a REPEATING PATTERN to apply a panel face - whatever length it happens to be. Is that right?



Edited on: Tue, Feb 16, 2016 at 6:31:45 PM

This user is offline

 

Wed, Feb 17, 2016 at 8:43:02 AM | Vertical Hatch Pattern

#8

Beaucoupnice


active
Beaucoupnice Avatar

Joined: Mon, Nov 19, 2007
93 Posts
3.5 Stars: 6 Votes


Hi Teafoe5,

Apologies for delay in getting back to you. But RevitCity website is redirecting me to the About page and I have had to access it via a proxy link.

Apologies again but I was wrong. You actually need four lines of text to write this pattern. I didn't see the 4 1/4".

So to write this I converted it to millimetres to make it easier. So 5" = 127mm, 7/8 = 22.2mm and 4 1/4 = 107.95.

The first line is the vertical line to the left of the lefthand 5" in your sketch. It is 90 degrees, it starts at 0 X coordinate and 0 Y coordinate, it has a 0 shift, is offset 279.35mm until the next time it is needed.

90, 0,  0, 0, 279.35

The second line is the vertical line to the right of the lefthand 5". It is 90 degrees also, it starts at 127mm X coordinate and 0 Y coordinate, it has a 0 shift, and is also offset 279.35mm until the next time it is needed.

90, 127, 0, 0, 279.35

The third line is the vertical line to the right of the lefthand 7/8". It is 90 degrees also, it starts at 149.2mm X coordinate and 0 Y coordinate, it has a 0 shift, and is also offset 279.35mm until the next time it is needed.

90, 149.2, 0, 0, 279.35

The fourth and final line is the vertical line to the right of the lefthand 4 1/4". It is 90 degrees also, it starts at 257.15mm X coordinate and 0 Y coordinate, it has a 0 shift, and is also offset 279.35mm until the next time it is needed.

90, 257.15, 0, 0, 279.35

The correct writing of the hatch overall should therefore be:

;%UNITS=MM*Teafoe5;%TYPE=MODEL90, 0,  0, 0, 279.3590, 127, 0, 0, 279.3590, 149.2, 0, 0, 279.3590, 257.15, 0, 0, 279.35

Good Luck.

I can't for the love of me understand why I make such an effort to help sometimes...... maybe its the joy in helping someone....

Cheers

Beau

Plansort.com


-----------------------------------

__________I'm the guy they come to when they didn't follow my recommended workflows.__________

This user is offline

 

Wed, Feb 17, 2016 at 8:56:58 AM | Vertical Hatch Pattern

#9

teafoe5


site moderator|||
teafoe5 Avatar

Joined: Fri, Nov 12, 2010
1749 Posts
4.5 Stars: 46 Votes


Awesome thank you Beau for clearing that up!  

 

"I can't for the love of me understand why I make such an effort to help sometimes...... maybe its the joy in helping someone...."

Helping people is it's own reward and it is much appreciated!


This user is offline

View Website

Wed, Feb 17, 2016 at 9:02:33 AM | Vertical Hatch Pattern

#10

WWHub


site moderator|||

Joined: Tue, May 16, 2006
13079 Posts
3.5 Stars: 389 Votes


I have found that this is a two way street.   We are rewarded when we help someone both in feelings and in knowledge.  I always learn from teaching.


This user is offline

 

Wed, Feb 17, 2016 at 9:08:56 AM | Vertical Hatch Pattern

#11

hugh


active

Joined: Tue, Jan 27, 2004
80 Posts
3.5 Stars: 4 Votes


Formatting here is sometimes arcane, try this:

;%UNITS=MM

*Teafoe5

;%TYPE=MODEL

90, 0,  0, 0, 279.35

90, 127, 0, 0, 279.35

90, 149.2, 0, 0, 279.35

90, 257.15, 0, 0, 279.35

 

 

Edited on: Wed, Feb 17, 2016 at 9:10:53 AM



Edited on: Wed, Feb 17, 2016 at 9:11:28 AM

-----------------------------------

Hugh Adamson

www.hatchkit.com.au

This user is offline

View Website

Wed, Feb 17, 2016 at 1:56:36 PM | Vertical Hatch Pattern

#12

Bartholomew


active

Joined: Mon, Aug 6, 2012
0 Posts
5 Stars: 2 Votes


Oops. I’m a little red-faced now. My apologies to Teafoe5.  


This user is offline

 

Search this ThreadSearch this Thread | Page 1 of 1 |



Similar Threads

Thread/Thread Starter

Forum

Last Post

Replies

Vertical hatch pattern line alignment on wall ends

Revit Building >> Technical Support

Wed, Mar 14, 2012 at 10:04:07 AM

2

Vertical Plywood Hatch Pattern [ 1 2 ]

Revit Building >> Technical Support

Mon, Aug 27, 2012 at 4:04:30 PM

17

Source for a hatch pattern

Revit Building >> Technical Support

Thu, Apr 5, 2018 at 2:38:48 PM

6

Exporting hatch pattern

Revit Building >> Technical Support

Thu, Sep 18, 2014 at 6:27:35 PM

8

Can't Change Hatch Material On Wall

Revit Building >> Technical Support

Mon, Oct 14, 2019 at 11:01:30 PM

5

Site Stats

Members:

1987588

Objects:

22875

Forum Posts:

152177

Job Listings:

3

Sponsored Ads

Home | Forums | Downloads | Gallery | News & Articles | Resources | Jobs | Search | Advertise | About RevitCity.com | Link To Us | Site Map | Member List | Firm List | Contact Us

Copyright 2003-2010 Pierced Media LC, a design company. All Rights Reserved.

Page generation time: 0.5039

Login

User Name:

Password:

Remember Me  

Forgot Password?

Search Forums

Advanced Search

Search Forums

Advanced Search


Clear Highlights


Clear Highlights