PDA

View Full Version : Section of a Section


Hijey
11-29-2005, 04:30 AM
Hello

For a big assembly I try to do a section of a section, but surprise I obtain a quarter of my assembly. How can I do to obtain a complet section which cut-lines are based on first section.
Excuse for my poor English

John Scheffel
11-29-2005, 08:49 AM
I'm don't really understand the question. If you cut something in half with section line, then cut that section view in half with another section line, I would expect to get a quarter. It might help if you can attach some screen shots or images of what you are trying to do.

Hijey
11-29-2005, 10:56 PM
Ok excuse me I've joined a document to explain my problem

andrea
11-30-2005, 02:22 AM
the following modification in the am_customize this line:

:docu_cutaways_visible_in_dependant_views 'NO


OK ??

Hijey
11-30-2005, 02:58 AM
yes thanks I will try to modify the am_customize

Hijey
11-30-2005, 04:14 AM
No good result. The last view is the same

andrea
11-30-2005, 04:19 AM
you have closed and reopened the program?
you must recreate the section. ok?

Hijey
11-30-2005, 04:48 AM
The good parameter is

:docu_only_last_section_visible_in_dependant_views 'NO

When I search I find ;-)

Thank you for answers

Hijey

Steve
01-05-2006, 09:13 AM
I wonder - will this setting make it so that cut-aways don't show up in other views besides the cut-away view?

Currently, if you make a cut-away view, that cut-away will show up in other views, too, as I recall.

Steve

Shaba
06-21-2010, 11:43 AM
I have same problem!
There is a way to set cut-away option for dipendent view?
TNX!!!

tom kirkman
06-22-2010, 04:53 AM
Hello

Right click on the view.

Go to "Section" Change Calculation including section to no.

Regards

Tom

Shaba
06-22-2010, 05:01 AM
Yes, i actually i make like you show
But is very annoyng change every time
I'm looking for a setting or command to make it once and put command on file "am_customize"

Sometung like
(config-section :docu_only_last_section_visible_in_dependant_views 'NO)

i have trye also
(config-detail :docu_cutaways_visible_in_dependant_views 'NO)

But it seems doesn't work!
Can you help me?
TNX!

tom kirkman
06-22-2010, 05:16 AM
Shaba

Edit->Settings->Default Settings

Shaba
06-22-2010, 05:25 AM
Yes, this setting works for section of section
But NOT work on PREVIOUS CUTAWAYS
:(

tom kirkman
06-22-2010, 05:40 AM
Shaba

Continue on down a littler further.

Regards

Tom

Shaba
06-22-2010, 12:56 PM
I have found this setting
I have trye all combination
yes - no
no - no
no - yes
yes - yes
But i can't do that i need.
I want that new section are indipendent of previus cutaways and previus section
:(

My version is 15.50E

tom kirkman
06-23-2010, 04:44 AM
Shaba

You would want to set these to no. They will then work if you create a new section, or cutaway view. They do not fix existing views. If new views are not correct, then you have other issues and should contact support.

Also make sure that you are not over riding any settings with your am_customize file.

To fix an existing view, you must right click on it and manually change the settings.

regards

Tom

Shaba
06-23-2010, 05:24 AM
You would want to set these to no. They will then work if you create a new section, or cutaway view.

I'll trye again, but down't work, i don't kown why
If i can, i'll trye on previus version

To fix an existing view, you must right click on it and manually change the settings.

Yes, it is the only way i have to fix wrong section

Anyone has my same problem???

Shaba
06-29-2010, 12:46 AM
Solution found!
Add setting directly on the profile
Good! :D

tom kirkman
06-29-2010, 04:31 AM
Shaba

Could you explain your solution? or send an example?

Thanks

Tom

Shaba
06-29-2010, 05:56 AM
I have edited this file: am_customize

I have added ah the varius docu-register-view-exception-profile

This setting:
:visible-cutaway-mode :no
:visible-section-mode :yes

Like this:

(docu-register-view-exception-profile
:name "Section"
:label "Section"
:minimum-number-of-parts 0
:maximum-number-of-parts 999999
:view-type :section
:update-mode :classic
:econofast :off
:associativity-2d :full
:pressfit-handling :off
:clash-recognition :off
:update-view-immediately :on
:remove-small-parts 0
:remove-library-parts :off
:remove-full-circles 0
:remove-duplicate-hidden-lines :on
:thread-creation :on
:centerline-creation :on
:symmetryline-creation :on
:hidden-line-visible :off
:tangent-line-visible :on
:visible-cutaway-mode :no
:visible-section-mode :yes
)

It works great! ;)
It seems also to me this are a not documented setting

tom kirkman
06-29-2010, 05:59 AM
Also make sure that you are not over riding any settings with your am_customize file.


I am glad you checked your am_customize file. You can remove these lines and just have the general settings do the same thing.

Tom

Shaba
06-29-2010, 06:22 AM
I don't know exacly why, and where was the problem
But if i only edit general settings doesn't work (and i trye several times)
Editing also view profile on am_customize it works
I hope this can help someone

tom kirkman
06-29-2010, 06:31 AM
Shaba

:visible-cutaway-mode:
:visible-section-mode:

If these were set in your profile, they over ride the settings menu. You can leave these out of the profile and the settings menu will work.

Here are my settings. I just have the basic settings that I require and allow the general settings from the settings menu to handle the rest.

;; *** Set section view profile ***
(docu-register-view-exception-profile
:name "Section"
:label "Section"
:minimum-number-of-parts 0
:maximum-number-of-parts 999999
:view-type :section
:centerline-creation :parent
:symmetryline-creation :parent
:hidden-line-visible :off
:tangent-line-visible :parent
)

I hope this helps.

Tom