Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Extending linear pattern feature
konstantin_shiriazdanov
Member Posts: 1,221 ✭✭✭✭✭
Currently we can define linear pattern by step and instance count only, but there are several more ways - by distance and step, by distance and instance count, to the specific object and step/instance_count
Tagged:
4
Comments
- Face and part: (will ask for distance (between) and instance count
- Feature: Same options but can include variables so do unequal steps incrementing
If you need something like distance along a path (even if the path is straight) you can use the curve pattern which will equally space along the curve with an instance count. Looking at this another way you will have three components you are after:- Distance between (static or incrementing in length) each instance - Static = face/part/feature | Incrementing = feature only using variables.
- Number of instances
- Total distance between first instance (seed) and the last instance.
From these three, there are really two methods:- Using 1 & 2 - Linear pattern (needs vector direction)
- Using 2 & 3 - Curve pattern (uses path for direction)
Let me know if I missed an approach you are after?Basically you are right, curve pattern and measure_distance feature with round() function can cover all three cases for part studio. But in assemblies pattern defenition by step and distance along some edge/vector, and by instance_count+distance allows to have patterns with auto-adjustable number of instances. Any other pattern feature for assemblies requares manual editing for nubmber of features.
HWM-Water Ltd
Would this custom feature help?
https://cad.onshape.com/documents/25c5ccb6a4d02f0be468071d
IR for AS/NZS 1100
For Part Studio:
This is exactly what WE need, just need to simplify the interface.
The following user steps are required:
- to select a face/sketch (rectangle or circle)
- to select a part for array
- to specify the offset from the edge
- to specify the number of elements in the straight direction and perpendicular/radial direction
It is ALL.
For sketch:
There is a lack of the centered circular and rectangular array. Like this:
1) Specify the center of the array, the number of copies in two directions, and the distance between the copies.
2) Specify the center of the array, the number of concentric copies, the number of radial copies .
3) you can also automate the filling of a sketch rectangle or circle with copies of an sketch element like in mbartlett21 said: