| Author |
Message |
Yves
Guest
|
Posted:
Thu Dec 09, 2004 8:45 pm Post subject:
3D polyline from Points. |
|
|
Following my last post concerning 3dFaces.
Now I need to go throu each 3dFace, and "look" if it intersect a specific
Northing, it's done, and it gives me points.
But I would like to create a 3DPolyline with those points, I can't use them
in the order they are created, I would need to sort the points so the
Polyline won't look as if it goes randomly between all the points.
Thanks.
|
|
| Back to top |
|
 |
Jorge Jimenez
Guest
|
Posted:
Thu Dec 09, 2004 9:01 pm Post subject:
Re: 3D polyline from Points. |
|
|
Looks like you need Land Desktop.
--
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica
"Yves" <EvenHere@ThereIsTooMuchSpam.com> wrote in message
news:41b87328$1_1@newsprd01...
| Quote: |
Following my last post concerning 3dFaces.
Now I need to go throu each 3dFace, and "look" if it intersect a specific
Northing, it's done, and it gives me points.
But I would like to create a 3DPolyline with those points, I can't use
them in the order they are created, I would need to sort the points so the
Polyline won't look as if it goes randomly between all the points.
Thanks.
|
|
|
| Back to top |
|
 |
DRW1975
Guest
|
Posted:
Sun Dec 12, 2004 7:19 pm Post subject:
Re: 3D polyline from Points. |
|
|
It sounds like you are trying to cut a profile through a 3dmesh (face), is that right?
Do you really need a 3dpolyline? by the sound of the description, an lwpolyline would do since you will be only in one plane as defined by your "northing" intersection.
Next, what i would do is sort through the list of your intersection points, from say most westerly, to most easterly. Then connect the dots.
Have I misunderstood what you are asking?
Another way you could possibly do it is if you section your 3dface (extrude it first, then union ect..). I haven't tried this for VBA, but that is how I would create a profile from the command prompt...
DRW
|
|
| Back to top |
|
 |
Yves
Guest
|
Posted:
Wed Dec 22, 2004 5:51 pm Post subject:
Re: 3D polyline from Points. |
|
|
Thanks,
It worked with sorting, but I relied on Excel to do the job, no need to
create an algorithm!
When sorted I can still use a 3d Poly.
I don't know about extrude, union...
"DRW1975" <nospam@address.withheld> a écrit dans le message de news:
33545129.1102861172683.JavaMail.jive@jiveforum2.autodesk.com...
| Quote: | It sounds like you are trying to cut a profile through a 3dmesh (face), is
that right?
Do you really need a 3dpolyline? by the sound of the description, an
lwpolyline would do since you will be only in one plane as defined by your
"northing" intersection.
Next, what i would do is sort through the list of your intersection
points, from say most westerly, to most easterly. Then connect the dots.
Have I misunderstood what you are asking?
Another way you could possibly do it is if you section your 3dface
(extrude it first, then union ect..). I haven't tried this for VBA, but
that is how I would create a profile from the command prompt...
DRW |
|
|
| Back to top |
|
 |
|
|
|
|