Author Topic: 3D experts wanted  (Read 6564 times)

0 Members and 1 Guest are viewing this topic.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
3D experts wanted
« Reply #15 on: May 14, 2005, 06:13:49 PM »
Just passing through, headed out to early dinner.
I'll catch up tonight.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Zahex

  • Guest
for later
« Reply #16 on: May 14, 2005, 06:30:06 PM »
Hey CAB:

Nice dinner?
Well,i saw you're picture and that was exactly what i wanted to do but the code you posted in another subject of mine doesn't do what appeared in the picture.In your code(c:zahex)the spiral appears in tne solid interior other thanface to face with the solid faces.
Why does that happen?
Other than that it's perfect...

Thank you

PS-i wrote this post in case i don't meet you here later

Zahex

  • Guest
forgot this...
« Reply #17 on: May 14, 2005, 07:36:14 PM »
forgot this...

example:

command prompt:"keep the (s)olid or create s(t)ructure?:" if the user choses (t) how do i define that the solid is erased so that the structure is drawn?(knowing that i have 2 defuns one for each:(defun solid) and (defun structure))

Thanks

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: for later
« Reply #18 on: May 15, 2005, 07:53:30 AM »
Quote from: Zahex
Hey CAB:

Nice dinner?
Well,i saw you're picture and that was exactly what i wanted to do but the code you posted in another subject of mine doesn't do what appeared in the picture.In your code(c:zahex)the spiral appears in tne solid interior other thanface to face with the solid faces.
Why does that happen?
Other than that it's perfect...

Thank you

PS-i wrote this post in case i don't meet you here later

Yes, thanks.

I suspect that if the picture is what you are after and you entered the responses as I did in the code above.
That is like this:
 larger radius: 120
 smaller radius: 60
 height: 200
 number of polygon sides: 6
 insertion point: Number of spirals: 4
Extrusion radius: 25
Turns: 6

The problem is most likely a system variable in your environment that is not the same as in my environment.
Upload your drawing with the attempted results using the entries above to the link at the top of this page.
In other words click on 'Lilly Pond'  above using your user name & password to upload your drawing.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: forgot this...
« Reply #19 on: May 15, 2005, 07:56:35 AM »
Quote from: Zahex
forgot this...

example:

command prompt:"keep the (s)olid or create s(t)ructure?:" if the user choses (t) how do i define that the solid is erased so that the structure is drawn?(knowing that i have 2 defuns one for each:(defun solid) and (defun structure))

Thanks

Sorry the question is unclear to me.

If you want to delete an entity you already have the name of use (entdel <entName>)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Zahex

  • Guest
3D experts wanted
« Reply #20 on: May 15, 2005, 01:32:17 PM »
The program you did only works with the values you defined in your previous code?
What i mean is,it only works with these values?:
Quote

That is like this:
larger radius: 120
smaller radius: 60
height: 200
number of polygon sides: 6
insertion point: Number of spirals: 4
Extrusion radius: 25
Turns: 6


i would want it to work for all values..

thanks