Skip to main content
1-Visitor
July 21, 2011
Question

Fill pattern style (help)

  • July 21, 2011
  • 3 replies
  • 8665 views

I've never used the fill option when creating a pattern and maybe this isn't even the right function that I trying to accomplish, any help would be great. I have a ring and I want to pattern a cut round, around the ring. I can figure out how many will fit and enter the quantity of instances to pattern and the angle. However is it possible to use the fill function or something similar so that pro/e will automatically calculate how many instances will fit around a given surface?

Here is a picture to help you understand. In the image I have two dimples that are grouped together and then patterned.

ring.jpg


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

3 replies

1-Visitor
July 21, 2011

Could you enter relations that would figure the circumference of the circle and divide that by the diameter of your cut (+ any space you would like for a minimum) to determine the number you will need, and then use that number to define the quantity of cuts around the ring?

-Greg

1-Visitor
July 21, 2011

Christian,

You can do this easily with an Axis Pattern. Fill Pattern is not what you want.

2011_07_21_dimples-1.jpg

After telling the system how many you want, be sure to pick the little angle icon (instead of entering a value), and the system will do the rest for you.

David

1-Visitor
July 21, 2011

David:
The axis pattern is what I've been using. It is nice, and gets the job done, it just requires a lot of guess and check. If this is the best method so be it. As for the relations with the outer diameter and the diameter of the diameter of the dimple I'll give that a go.

Thank you both for your input.

1-Visitor
July 21, 2011

Yeah I think that the answer to this is a combination of mine and David's.

Use relations to determine the quantity required and then assign that number to a integer parameter, and then create your pattern as David described. After creating the pattern, you should be able to add a relation relating the number of instances to the integer parameter you created.

Should be magic after that.

-Greg

16-Pearl
July 22, 2011

There is a way to make this with fill pattern but you cant avoid using relations. First you must create sketch paralel to object. Lenght of that sketch must be equal to circumference of ring so when Creo/Proe wraps pattern on to surface of ring it covers entire surface.

And last you must deal with overlaping of pattern items by using simple equation. Down side is you must add *cos(45) or remove it depending of type of fill you are using.

Good side is changing ring size or changing number of pattern items gives quick results.

Video Link : 2091

16-Pearl
July 22, 2011

Video rez is bad.So here are relations:

fill_sketch_height=ring_diameter*pi

/*Add " *cos(45) " at the end of line if using diamond pattern

/* 15 is number with witch you change "density" of pattern
cut_spacing=((fill_sketch_height+cut_radius/4)/15)

1-Visitor
July 22, 2011

Wonderful, I'll give that a go. Wasn't exactly the way I thought of doing it but it works.

Thank you.