Author Topic: to draw perpecdicura rectangle on polyline  (Read 1724 times)

0 Members and 1 Guest are viewing this topic.

dussla

  • Bull Frog
  • Posts: 297
to draw perpecdicura rectangle on polyline
« on: March 31, 2010, 10:10:37 PM »
freinds
sorry many ask  always ~
i met   new problem
that is   to draw  perepcdicura rectangle  on polyline  ,   when i  put a certain  point  on polyline
i tested many perpecdicura routines
but all is failed
if you see  atteched file , you can understand ~
sorry ask~

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: to draw perpecdicura rectangle on polyline
« Reply #1 on: March 31, 2010, 11:37:19 PM »
I do very little 3D drawing but try the Command rotate3d.
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.

dussla

  • Bull Frog
  • Posts: 297
Re: to draw perpecdicura rectangle on polyline
« Reply #2 on: April 01, 2010, 12:33:26 AM »
yes
cab , thank you for answer

but that is  not 3d
that is  2d window frame  on curve polyline ~
 

DEVITG

  • Bull Frog
  • Posts: 481
Re: to draw perpecdicura rectangle on polyline
« Reply #3 on: April 03, 2010, 09:24:07 PM »
yes
cab , thank you for answer

but that is  not 3d
that is  2d window frame  on curve polyline ~
 
Location @ Córdoba Argentina Using ACAD 2019  at Window 10

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: to draw perpecdicura rectangle on polyline
« Reply #4 on: April 04, 2010, 03:43:43 AM »
Hi,

Look at the vlax-curve-getFirstDeriv function:
Code: [Select]
(angle '(0. 0. 0.) (vlax-curve-getFirstDeriv curve paramAtPoint))returns the angle of the curve tangent at the specified param/point.
Speaking English as a French Frog