Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lisp - spline measurement

  • Thread starter Thread starter -
  • Start date Start date
Status
Not open for further replies.

Guest
I'm looking for a lisp program or tips on how to write such a program solving the following problem: I need to measure a spline ( or polyline ) in a manner the measure command do, but I would like to put block along that line(spline) with different distances from each other. For example the first block 17.001 units from the beginning of the spline(along that spline) then the second 25.253 units from the first one and so on. Thanx in advance. Mario.
 
Maybe you could define the steps requested on the command line, like:
Select a pline or spline:
Select point for first block/enter distance from line start:
etc.
And whether a preexisting block with attributes is to be inserted or something else is meant by block.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top