PDA

View Full Version : Removal of Calculate Hidden Lines


JOEVERSA
10-21-2005, 12:25 PM
I would like to know how to remove the option to calculate hidden lines
in the annotation module? I would like to remove these lines so that
when the I save out to a "Sheet file" (sheet *.mi) the hidden lines are
not included. I'm using version 13.20A.

As I recall, in version 12.01C, this was just a matter of turning off the Calculate Hidden lines option under the "Default View Settings" menu.
(See attached).

Is there an easy way to accomplish this other than deleting this
"Calculated" Hidden Geometry every time the drawing is updated?

Advanced Thanks,

JOEVERSA

Lim Chee Beng
10-21-2005, 09:27 PM
Does the attached file answer your question? That's my observation from v13.20A.

stefano_ME30
10-22-2005, 01:01 AM
I think JOEVERSA is asking some different.
It seems, when you ask Annotation to calculate the hidden lines with invisible linetype option, the lines are invisible, but them still there are (with the same background color).
I understand JOE would like to remove definitively all hidden lines to prevent them coming up again in some traslation or manipulation.
I don't sure, but it looks like so to me.

Cya

Stefano

JOEVERSA
10-24-2005, 10:27 AM
Stefano, Yes, I'm looking for a quick way to automatically remove these
hidden lines so that if I need to do a copy and paste operation they are
not included.

Lim Chee Beng, This is not what I'm looking for because this is only
temporary fix. If you try to copy and paste into ME10 you will see
that the hidden lines are still there.

Thanks You.

JOEVERSA

Gary L.
10-25-2005, 03:32 AM
The following command run in ME10 will delete the hidden lines from a Annotation drawing.

DELETE SELECT GLOBAL INFOS 'DOCU_MARKED_AS_INVISIBLE' CONFIRM END

stefano_ME30
10-25-2005, 04:17 AM
The following command run in ME10 will delete the hidden lines from a Annotation drawing.

DELETE SELECT GLOBAL INFOS 'DOCU_MARKED_AS_INVISIBLE' CONFIRM END


Great!

Thanks

andrea
10-25-2005, 07:14 AM
these commandos instead hide in me10 the lines cancelled from annotation:

Annotation_drawings_handling

OR

SPOTLIGHT OFF
Warn_off
EXECUTE_STRING IMMEDIATE 'Show_as_annotation_macro'
Warn_prev

OK??