| Author |
Message |
LARRY
Guest
|
Posted:
Tue Jan 25, 2005 8:23 pm Post subject:
Using Dview |
|
|
When using Dview is ther a way to hatch the resulting view.
I thought you always needed to hatch when you section a solid.
|
|
| Back to top |
|
 |
OLD-CADaver
Guest
|
Posted:
Tue Jan 25, 2005 10:11 pm Post subject:
Re: Using Dview |
|
|
| Hatching sections is annotation, and we place all annotation in PS. |
|
| Back to top |
|
 |
Dean Saadallah
Guest
|
Posted:
Tue Jan 25, 2005 10:38 pm Post subject:
Re: Using Dview |
|
|
DVIEW generates a 3D visualization tool: BHATCH is a 2D drafting function.
What version and flavor of AutoCAD are you using?
What kind of view are we looking at?
--
Dean Saadallah
Add-on products for LT
http://www.pendean.com/lt
--
|
|
| Back to top |
|
 |
LARRY
Guest
|
Posted:
Tue Jan 25, 2005 11:01 pm Post subject:
Re: Using Dview |
|
|
I am using vanilla acad 2005.
I do annotate in PS but how do I hatch my section view
which was made with Dview.
I used to use Solview and Soldraw but was told Dview was better.
Because it wprks with blocks and xref's. |
|
| Back to top |
|
 |
OLD-CADaver
Guest
|
Posted:
Tue Jan 25, 2005 11:32 pm Post subject:
Re: Using Dview |
|
|
In PAPERSPACE use FREEFORM HATCH from the HATCH command. When it asks you to select objects, press enter. It will ask you if you wish to retain the polyline boundary, I don't. Then you just use osnap to pick the intersection of the hatch boundary.
Here's an example lisp routine I have for checke3d plate.
(defun c:HAchk ()
(command "-layer" "m" "grtg" "")
(command ".hatch" "chkpl" "1." "0" "" "N")
) |
|
| Back to top |
|
 |
LARRY
Guest
|
Posted:
Tue Jan 25, 2005 11:43 pm Post subject:
Re: Using Dview |
|
|
Could you explain FREEFORM HATCH I dont see that option
and cannot find it in help. |
|
| Back to top |
|
 |
OLD-CADaver
Guest
|
Posted:
Tue Jan 25, 2005 11:49 pm Post subject:
Re: Using Dview |
|
|
Old term from long ago. It means you don't select object to hatch, but rather pick points that will define the limits of hatch.
Enter the HATCH command. When it asks you to select objects, press enter. It will ask you if you wish to retain the polyline boundary, I don't. Then you just use osnap to pick the intersection of the hatch boundary |
|
| Back to top |
|
 |
LARRY
Guest
|
Posted:
Tue Jan 25, 2005 11:59 pm Post subject:
Re: Using Dview |
|
|
I am still not getting it
This is a dview of a solid object in modelspace
in paper space I made a viewport and used Dview
to clip the view in the middle (section view)
back in paperspace I am trying to hatch the resulting view
Acad wont let me pick an internal point
(picks viewport boundarys)
nor does it allow me to pick objects. |
|
| Back to top |
|
 |
LARRY
Guest
|
Posted:
Wed Jan 26, 2005 12:04 am Post subject:
Re: Using Dview |
|
|
Thanks for your replies
I think I understand what you mean.
But for now drawing out the bounderies would be
too time consuming. So i think Solview and Soldraw
are still my best options. |
|
| Back to top |
|
 |
OLD-CADaver
Guest
|
Posted:
Wed Jan 26, 2005 1:09 am Post subject:
Re: Using Dview |
|
|
| NO, try it. unless you have a massively complicated section, it's really very easy. |
|
| Back to top |
|
 |
OLD-CADaver
Guest
|
Posted:
Wed Jan 26, 2005 1:16 am Post subject:
Re: Using Dview |
|
|
| You DO know that you can osnap to modelspace elements from paperspace, don't you? |
|
| Back to top |
|
 |
LARRY
Guest
|
Posted:
Wed Jan 26, 2005 1:22 am Post subject:
Re: Using Dview |
|
|
Yes, I do know that what I can't
seem to snap to is a interior part of a pipe tee
at the junction of the outlet. I do appreciate your help
I am always looking for better ways to do things.
From another thread you mentioned that solview and soldraw were
outdated. I can't post the drawing I am refering too.
But it doesn't seem like dview will work for this particular
instance. I will keep it in mind though and i am glad
that I explored this option for it may come in handy
in the future. |
|
| Back to top |
|
 |
OLD-CADaver
Guest
|
Posted:
Wed Jan 26, 2005 2:00 am Post subject:
Re: Using Dview |
|
|
<<Yes, I do know that what I can't seem to snap to is a interior part of a pipe tee at the junction of the outlet.>>
XYZ filters .X of the center of the one end and .Y the center of the branch will find the intersecting point.
<<But it doesn't seem like dview will work for this particular
instance.>>
So far I've used DVIEW for everything from machine parts to entire refineries with little trouble.
The SOLXXXX commands are extremly limited in that they work on 3dsolids ONLY, nothing else. Even then they are no longer viewing the model, but a facsimile of the model that will need to be reproduced every time the model changes. DVIEW works on ALL elements, and is viewing the acutal model, so any changes to the model are reflected in the views. |
|
| Back to top |
|
 |
LARRY
Guest
|
Posted:
Wed Jan 26, 2005 2:06 am Post subject:
Re: Using Dview |
|
|
Yes I agree Solxxx commands are limited and
I didn't think of point filters. I never did like the way soldraw made
hatch. (you can't change the angle for different parts or
materials)
It still seems like alot of extra work to construct the outlines
which you would have to redraw if the part changed.
Thanks so much for your insight in this matter I do appreciate it. |
|
| Back to top |
|
 |
TRJ
Guest
|
Posted:
Wed Jan 26, 2005 2:23 am Post subject:
Re: Using Dview |
|
|
Won't FLATTEN allow the task at hand?
"Dean Saadallah" <info from pendean> wrote in message
news:41f683de$1_1@newsprd01...
| Quote: | DVIEW generates a 3D visualization tool: BHATCH is a 2D drafting function.
What version and flavor of AutoCAD are you using?
What kind of view are we looking at?
--
Dean Saadallah
Add-on products for LT
http://www.pendean.com/lt
--
|
|
|
| Back to top |
|
 |
|
|
|
|