Re: CREO 2.0: Creating surface/volume regions in subcomponents of assembly
When you want to add a surface region at the assembly level, you click on the component you want to add the surface, and what this does is activate that component and turn all other components...
View ArticleRe: CREO 2.0: Creating surface/volume regions in subcomponents of assembly
Once you add a surface region to a part, you don't have to keep adding it, because it's stored in the input file.
View ArticleRe: tracing the edge of a cutting tool (toolpath)
Maybe I am misunderstanding what you just wrote, but if you assume the the path will not overlap itself, then you won't have the problem you are trying to solve here anyway!? Don't those summits and...
View ArticleRe: Creating Degrees of Freedom in Weighted Link
I'm working to solve the problem with the springs. Currently my reaction forces are not adding up to give me static equilibrium so I'm troubleshooting. It makes sense that a bearing load would be a...
View ArticleRe: tracing the edge of a cutting tool (toolpath)
Yeah, I realized that I wasn't being very clear. I was trying to say we can rule out these types of cases: I actually like your algorithm. It'll be slower than Richard's method (I think), but it'd be...
View ArticleRe: tracing the edge of a cutting tool (toolpath)
I guess my algo would deal with all those cases, too. You just have to takle care of numerical inaccuracies - just use a slightly smaller radius when you delete the points just to be sure that points...
View ArticleRe: tracing the edge of a cutting tool (toolpath)
A slight modification to what you suggest: First go along both the red and green lines and check for any intersection with either another segment in the green line, or another segment in the red line....
View ArticleRe: tracing the edge of a cutting tool (toolpath)
Good idea. I guess every point of intersection will be added twice to the list and at the end both will have survived. So the last phase of the algorithm would be the deletion of those duplicates.
View ArticleRe: tracing the edge of a cutting tool (toolpath)
There is another modification that would improve the accuracy of the final shape a lot. As the paths are built, instead of just adding two points on each side of the path, divide the circle...
View ArticleRe: Possible accuracy issue - need help!!!!
Under the configuration options, add "enable_absolute_accuracy" and set to "yes". Then change it to maybe 0.006 to start. You could make 0.0001. Just try different settings until it works.
View ArticleRe: tracing the edge of a cutting tool (toolpath)
Then we begin at one arbitrary point and go along the graph until we get a a point where the graph crosses itself. We add that point to the graph (twice) and then we change the branch, that is we ar...
View ArticleRe: Exclusion of a component
If you isolate a component, it will ONLY exclude it from measure in the run summary file and not the legend level. And you must remember to check the exclude elements in the run study window. The...
View ArticleRe: tracing the edge of a cutting tool (toolpath)
My approach would be that the whole path (green and red) is a closed loop - the half circles at the ends close it and that loop has an orientation (= the order in the vector, so one of the two halves...
View ArticleRe: Possible accuracy issue - need help!!!!
Is it the same release? Are the units the same? Is it the same start part? Are the config.pro and config.sup the same? Does he have a Youtube account where he posts hidden camera videos?
View ArticleRe: Solving 2 simultaneous equations. There are 4 variables. 2 of these...
Further to Werner comments I would highly recommend using one of the file input options. I have passed many worksheets to the forum in the past which will help. I will try and find them and post for...
View ArticleRe: Possible accuracy issue - need help!!!!
Are there other features in the model (curves, imports, etc.) that drive the model size prior to the extrusion?With the extrude and without the extrude, how does his model size compare to the one on...
View ArticleRe: ODE Solve Blocks with conditional statements used to switch equations
Werner; It is great you found out about this optional parameter for the ODE solve block, thank you. As for the emptying the large tank, I forgot that I was using a slightly modified version of the...
View ArticleRe: tracing the edge of a cutting tool (toolpath)
At the moment I am missing the time to implement it and to be honest I am not fully convinced that it covers all possible paths.Ditto (for my approach), on both counts. It's an interesting problem, but...
View ArticleCosmetic Thread Line Weight in Drawing Creo Parametric 2.0
Hey all, I've searched around for a solution to this but am coming up empty and could use your help. I've got a bunch of screw machine parts with a variety of threads. I'd like to use cosmetic...
View Article