Author Topic: Lisp to Create FeatureLine from Alignment (with dynamic connection)  (Read 674 times)

0 Members and 1 Guest are viewing this topic.

paf1986

  • Mosquito
  • Posts: 2
Hello,
        I wonder if there is a way with lisp code to create FeatureLine from Alignment something like this "(vlax-invoke flines 'addfrompolylineex obj style)" - this is to create FL from polyline.
« Last Edit: June 17, 2024, 05:14:21 AM by paf1986 »

HOSNEYALAA

  • Newt
  • Posts: 109
Re: Lisp to Create FeatureLine from Alignment (with dynamic connection)
« Reply #1 on: June 19, 2024, 12:39:49 AM »
try

get polyline from Alignment
 "(vlax-invoke Alignment 'GetLWPolyline)"

paf1986

  • Mosquito
  • Posts: 2
Re: Lisp to Create FeatureLine from Alignment (with dynamic connection)
« Reply #2 on: June 19, 2024, 05:10:10 AM »
 With this, I create Polyline from the Alignment. I want to create a featureline that is with dynamic connection with alignment. But I guess I can't do it with lisp.