Community
Civil 3D Forum
Welcome to Autodesk’s Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FeatureLine from within VBA

16 REPLIES 16
Reply
Message 1 of 17
Anonymous
730 Views, 16 Replies

FeatureLine from within VBA

Is there an object for C3D FeatureLine objects?

I've searched the help, web, this NG........I've exhausted all of the
obvious places to look.

TIA
16 REPLIES 16
Message 2 of 17
Anonymous
in reply to: Anonymous

Have you done any of the tutorials? If you go to Grading -> "Create Feature
Lines" the response is " Select lines, arcs or polylines to convert to
feature lines".

Bill

"TomD" wrote in message
news:5045996@discussion.autodesk.com...
Is there an object for C3D FeatureLine objects?

I've searched the help, web, this NG........I've exhausted all of the
obvious places to look.

TIA
Message 3 of 17
Anonymous
in reply to: Anonymous

The tutorials (at least that I've seen) show nothing about accessing feature
lines via VBA. I'm hoping to write some utilities for modifying feature
lines. I'm aware of how to create them, but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box.

"wfb" wrote in message
news:5046200@discussion.autodesk.com...
Have you done any of the tutorials? If you go to Grading -> "Create Feature
Lines" the response is " Select lines, arcs or polylines to convert to
feature lines".

Bill

"TomD" wrote in message
news:5045996@discussion.autodesk.com...
Is there an object for C3D FeatureLine objects?

I've searched the help, web, this NG........I've exhausted all of the
obvious places to look.

TIA
Message 4 of 17
Anonymous
in reply to: Anonymous

Hi Tom,

AFAIK the initial drafting of a feature line is usually a line, arc or
polyline.

Is it feasible for your purposes of getting data from those objects - doing
your editing and writing the results to a Feature line file?

Once you have it in a file you can get the data you need form the file and
write it back to the file.

--

Laurie Comerford
CADApps
www.cadapps.com.au

"TomD" wrote in message
news:5046265@discussion.autodesk.com...
The tutorials (at least that I've seen) show nothing about accessing feature
lines via VBA. I'm hoping to write some utilities for modifying feature
lines. I'm aware of how to create them, but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box.

"wfb" wrote in message
news:5046200@discussion.autodesk.com...
Have you done any of the tutorials? If you go to Grading -> "Create Feature
Lines" the response is " Select lines, arcs or polylines to convert to
feature lines".

Bill

"TomD" wrote in message
news:5045996@discussion.autodesk.com...
Is there an object for C3D FeatureLine objects?

I've searched the help, web, this NG........I've exhausted all of the
obvious places to look.

TIA
Message 5 of 17
Anonymous
in reply to: Anonymous

I'm hoping to modify the feature line, directly. The supplied editing tools
are simply not adequate.

I'm basically 'forced' to explode most of the feature lines to 3DPolys to
perform the necessary editing. This isn't a process killer, or anything,
but it is a bit awkward and hard to explain to newer users. Worse on the
functional side is that any associated gradings (obviously) lose their tie
to the original object.

Forgive my ignorance, but what is a 'feature line file'? I hadn't seen
mention of any such thing until your post. Is writing out to a file,
reading back in for editing, then back out, then back in as a feature line a
possibility? (Terrible cludge, of course, but if it works, it works.)

"Laurie Comerford" wrote in message
news:5046357@discussion.autodesk.com...
Hi Tom,

AFAIK the initial drafting of a feature line is usually a line, arc or
polyline.

Is it feasible for your purposes of getting data from those objects - doing
your editing and writing the results to a Feature line file?

Once you have it in a file you can get the data you need form the file and
write it back to the file.

--

Laurie Comerford
CADApps
www.cadapps.com.au

"TomD" wrote in message
news:5046265@discussion.autodesk.com...
The tutorials (at least that I've seen) show nothing about accessing feature
lines via VBA. I'm hoping to write some utilities for modifying feature
lines. I'm aware of how to create them, but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box.

"wfb" wrote in message
news:5046200@discussion.autodesk.com...
Have you done any of the tutorials? If you go to Grading -> "Create Feature
Lines" the response is " Select lines, arcs or polylines to convert to
feature lines".

Bill

"TomD" wrote in message
news:5045996@discussion.autodesk.com...
Is there an object for C3D FeatureLine objects?

I've searched the help, web, this NG........I've exhausted all of the
obvious places to look.

TIA
Message 6 of 17
Anonymous
in reply to: Anonymous

Hi Tom,

I am slightly outside the cutting edge of my knowledge here.

I created a test Feature line and lisp had this to say about it.
[Extract of AutoCAD text window]
Command: (setq x (entget (car (entsel))))

Select object: ((-1 . ) (0 . "AECC_FEATURE_LINE")
(330 .
) (5 . "9F8C") (100 . "AcDbEntity") (67 . 0) (410 .
"Model") (8 . "C-TOPO-GRAD-FLIN") (100 . "AecDbEntity") (102 .
"{AEC_SUBOBJECT") (300 . "AeccImpFeatureLine") (100 . "AecImpObj") (3 . "")
(100 . "AecImpEnt") (171 . 0) (100 . "AeccImpEnt") (102 . "AEC_SUBOBJECT}")
(102 . "{AEC_NULLOBJECT}") (100 . "AeccDbEntity") (100 . "AeccDbFeature")
(100
. "AeccDbFeatureLine"))
[End Extract]

No items reported with any of the geometry features.

I also can't find anything in VBA which gives access to geometrical
information about a feature line - or even the Entity type, so that I could
do a "TypeOf" for it

Hence the file process I suggested seems the only possible one.

The following extract fo the help file might provide some guidelines.

[Help file quote]
Use the Add Breaklines dialog box to import breaklines from a file. The
supported file format is .flt (ASCII file format).

File Linking Options
When importing breaklines you can choose to either maintain a link to the
breakline file or break the link:

a.. Maintain Link To File. Reads the breaklines from the FLT file when
they are added and when the surface is rebuilt. The Import Breakline File
operation is marked as out-of-date if the source FLT file is edited or
deleted. With this option, you cannot list individual breaklines, view them
in the Breakline Properties vista, or import them into the drawing.
b.. Break Link To File. All breaklines in the FLT file are copied into the
surface as Add Breakline operations. The FLT file is no longer referenced.
When the surface is rebuilt, the internal copy of the breaklines is used.
The breaklines have the full functionality of other breakline types; they
are listed in the Breakline Properties vista, can be panned and zoomed to,
and can be imported into the drawing. "
[End quote]


I can't find any documentation of the file format in Civil 3D, but Land
Desktop does have a format definition for Fault files and I'd guess they are
the same.
In a program - particularly if you hardcode to find the file in something
like the same directory as the current drawing - or you own specific
directory to obviate directory browsing while finding the file, reading and
writing the data to a file is quite straight forward.

However, let's go back to your original problem.

You say the editor is inadequate for your purposes.
"but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box."

Can you explain what you need to do that you can't do now?

From my knowledge of AutoCAD the methods of editing a 3D polyline do not
provide any access to slope information and make it quite awkward to change
the level at a point as you have to deal with the points on a one by one
basis, whereas the Edit Elevations command provides the full data for the
'Feature line' in a spreadsheet like environment where you can see the
grades, edit the grades, see the levels and the adjacent level as edit one
of them.

--

Laurie Comerford
CADApps
www.cadapps.com.au

"TomD" wrote in message
news:5047080@discussion.autodesk.com...
I'm hoping to modify the feature line, directly. The supplied editing tools
are simply not adequate.

I'm basically 'forced' to explode most of the feature lines to 3DPolys to
perform the necessary editing. This isn't a process killer, or anything,
but it is a bit awkward and hard to explain to newer users. Worse on the
functional side is that any associated gradings (obviously) lose their tie
to the original object.

Forgive my ignorance, but what is a 'feature line file'? I hadn't seen
mention of any such thing until your post. Is writing out to a file,
reading back in for editing, then back out, then back in as a feature line a
possibility? (Terrible cludge, of course, but if it works, it works.)

Message 7 of 17
Anonymous
in reply to: Anonymous

First, thanks for all of the info. Very helpful.

No way to join/break feature lines (that I'm aware of). Potentially awkward
grip editing. No easy way to 'straight line' elevations across multiple
points of the feature line. As with most people, I'm still new to using the
feature lines, so it's likely that part of what I'm thinking is missing is
due to my ignorance and/or my own stubbornness.

Coding to provide slope control, etc., for 3dPolys is quite simple.

Thanks again for the info.

"Laurie Comerford" wrote in message
news:5047630@discussion.autodesk.com...

However, let's go back to your original problem.

You say the editor is inadequate for your purposes.
"but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box."

Can you explain what you need to do that you can't do now?

From my knowledge of AutoCAD the methods of editing a 3D polyline do not
provide any access to slope information and make it quite awkward to change
the level at a point as you have to deal with the points on a one by one
basis, whereas the Edit Elevations command provides the full data for the
'Feature line' in a spreadsheet like environment where you can see the
grades, edit the grades, see the levels and the adjacent level as edit one
of them.

--

Laurie Comerford
CADApps
www.cadapps.com.au
Message 8 of 17
Anonymous
in reply to: Anonymous

Hi Tom,

One other question I missed first time round. Are your Feature lines
derived form existing survey data? or are they Design lines?

Any overall process will differ between exisitng and design.

--

Laurie Comerford
CADApps
www.cadapps.com.au
"TomD" wrote in message
news:5047709@discussion.autodesk.com...
First, thanks for all of the info. Very helpful.

No way to join/break feature lines (that I'm aware of). Potentially awkward
grip editing. No easy way to 'straight line' elevations across multiple
points of the feature line. As with most people, I'm still new to using the
feature lines, so it's likely that part of what I'm thinking is missing is
due to my ignorance and/or my own stubbornness.

Coding to provide slope control, etc., for 3dPolys is quite simple.

Thanks again for the info.

"Laurie Comerford" wrote in message
news:5047630@discussion.autodesk.com...

However, let's go back to your original problem.

You say the editor is inadequate for your purposes.
"but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box."

Can you explain what you need to do that you can't do now?

From my knowledge of AutoCAD the methods of editing a 3D polyline do not
provide any access to slope information and make it quite awkward to change
the level at a point as you have to deal with the points on a one by one
basis, whereas the Edit Elevations command provides the full data for the
'Feature line' in a spreadsheet like environment where you can see the
grades, edit the grades, see the levels and the adjacent level as edit one
of them.

--

Laurie Comerford
CADApps
www.cadapps.com.au
Message 9 of 17
Anonymous
in reply to: Anonymous

Design info...........parking lots in particular.

I've been thinking alot about this since your original response. There's
really only a couple of things I'd like to see, which I thought would be
fairly simple if there was an object exposed (which neither of us have been
able to find).

The insert works great..........I'd like to be able to delete, as well. The
panaroma view edit implies that it will, but I have had no success with
that. No error or anything, it just ignores me (could be I'm using that
wrong, somewhow).

I'd REALLY like to be able to straighten the grade between points. It would
be similar to a PEDIT...Straigthen, except it would only change the
elevations, it would not remove any horrizontal points between the two
selected points. (By the time I calculate the distance/slope and apply it
to the various stations, I could just as easily have used a 3dPoly tool.)

"Laurie Comerford" wrote in message
news:5048019@discussion.autodesk.com...
Hi Tom,

One other question I missed first time round. Are your Feature lines
derived form existing survey data? or are they Design lines?

Any overall process will differ between exisitng and design.

--

Laurie Comerford
CADApps
www.cadapps.com.au
"TomD" wrote in message
news:5047709@discussion.autodesk.com...
First, thanks for all of the info. Very helpful.

No way to join/break feature lines (that I'm aware of). Potentially awkward
grip editing. No easy way to 'straight line' elevations across multiple
points of the feature line. As with most people, I'm still new to using the
feature lines, so it's likely that part of what I'm thinking is missing is
due to my ignorance and/or my own stubbornness.

Coding to provide slope control, etc., for 3dPolys is quite simple.

Thanks again for the info.

"Laurie Comerford" wrote in message
news:5047630@discussion.autodesk.com...

However, let's go back to your original problem.

You say the editor is inadequate for your purposes.
"but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box."

Can you explain what you need to do that you can't do now?

From my knowledge of AutoCAD the methods of editing a 3D polyline do not
provide any access to slope information and make it quite awkward to change
the level at a point as you have to deal with the points on a one by one
basis, whereas the Edit Elevations command provides the full data for the
'Feature line' in a spreadsheet like environment where you can see the
grades, edit the grades, see the levels and the adjacent level as edit one
of them.

--

Laurie Comerford
CADApps
www.cadapps.com.au
Message 10 of 17
Anonymous
in reply to: Anonymous

Hi Tom,

The only things in my professional life that I've designed thousands of are
parking lots.

I can't ever remember a project where essentially I didn't layout the
horizontal componentry of the design independently of the future vertical
geometry (multi-story car parks were unnecessary).

After that in virtually all cases the vetical geometry consisted of a series
of sloping planes. With the advent of computers it was so easy to build a
DTM of the sloping planes then make minor local adjustments for handicapped
bays which under our design criteria require flatter grades than normal car
parks. Then I simply extruded my horizontal geometry onto the surface and
documented it with spot levels (for the contractor) and slope arrows (for
the checking authority).

I'm sure at one stage I even wrote a lisp program to create Land Desktop
points with levels based on the handicapped bay criteria so I could easily
add these points to the surface DTM and rebuild it before extruding the
kerbs to the model.

I never needed to get involved with complex 3D polylines to build the DTMs.
When Civil 3D arrived and I saw the editing tools for feature lines I
cheered as they were so much more powerful than the AutoCAD tools for
editing 3D polylines and certainly provided all that my design process would
need if I needed to revise the design planes of the car park DTM.

Having your comments in mind I expect you are designing the kerb lines with
a 'corridor' approach for the kerb and allowing the surface components of
the car park to fall into place between the kerb lines.

Hence I would go back to a small modification my original advice. Draw your
layout first with 2D polylines and the automated car park block provided
with Civil 3D - that's simple drafting.

Provide your own code to add vertical information and all other editing
tools you need. Store the data in a file so you can recall it easily
(provide an Xdata link to the file on all elements which have vertical
information in the file) If you can confirm the fault file format you can
use that which will make it easier to put the data in a Civil 3D DTM, but as
part of the program, you can replace the orginal 2D drafting with 3D
polylines


--

Laurie Comerford
CADApps
www.cadapps.com.au



"TomD" wrote in message
news:5048043@discussion.autodesk.com...
Design info...........parking lots in particular.

I've been thinking alot about this since your original response. There's
really only a couple of things I'd like to see, which I thought would be
fairly simple if there was an object exposed (which neither of us have been
able to find).

The insert works great..........I'd like to be able to delete, as well. The
panaroma view edit implies that it will, but I have had no success with
that. No error or anything, it just ignores me (could be I'm using that
wrong, somewhow).

I'd REALLY like to be able to straighten the grade between points. It would
be similar to a PEDIT...Straigthen, except it would only change the
elevations, it would not remove any horrizontal points between the two
selected points. (By the time I calculate the distance/slope and apply it
to the various stations, I could just as easily have used a 3dPoly tool.)

"Laurie Comerford" wrote in message
news:5048019@discussion.autodesk.com...
Hi Tom,

One other question I missed first time round. Are your Feature lines
derived form existing survey data? or are they Design lines?

Any overall process will differ between exisitng and design.

--

Laurie Comerford
CADApps
www.cadapps.com.au
"TomD" wrote in message
news:5047709@discussion.autodesk.com...
First, thanks for all of the info. Very helpful.

No way to join/break feature lines (that I'm aware of). Potentially awkward
grip editing. No easy way to 'straight line' elevations across multiple
points of the feature line. As with most people, I'm still new to using the
feature lines, so it's likely that part of what I'm thinking is missing is
due to my ignorance and/or my own stubbornness.

Coding to provide slope control, etc., for 3dPolys is quite simple.

Thanks again for the info.

"Laurie Comerford" wrote in message
news:5047630@discussion.autodesk.com...

However, let's go back to your original problem.

You say the editor is inadequate for your purposes.
"but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box."

Can you explain what you need to do that you can't do now?

From my knowledge of AutoCAD the methods of editing a 3D polyline do not
provide any access to slope information and make it quite awkward to change
the level at a point as you have to deal with the points on a one by one
basis, whereas the Edit Elevations command provides the full data for the
'Feature line' in a spreadsheet like environment where you can see the
grades, edit the grades, see the levels and the adjacent level as edit one
of them.

--

Laurie Comerford
CADApps
www.cadapps.com.au
Message 11 of 17
Anonymous
in reply to: Anonymous

The parking blocks = "YUCK"......lol

Thanks for the thoughts. I get the impression that most of your site work
has been in relatively flat areas. I've never found the 'plane' approach
completely workable for most of my projects. That's not to say it's
impossible, just hasn't worked for my projects and skill level.

I'll certainly be revisiting my methods and how I'm applying Civil 3D and
going about my work.

Thanks again for your comments/info.

"Laurie Comerford" wrote in message
news:5048109@discussion.autodesk.com...
Hi Tom,

The only things in my professional life that I've designed thousands of are
parking lots.

I can't ever remember a project where essentially I didn't layout the
horizontal componentry of the design independently of the future vertical
geometry (multi-story car parks were unnecessary).

After that in virtually all cases the vetical geometry consisted of a series
of sloping planes. With the advent of computers it was so easy to build a
DTM of the sloping planes then make minor local adjustments for handicapped
bays which under our design criteria require flatter grades than normal car
parks. Then I simply extruded my horizontal geometry onto the surface and
documented it with spot levels (for the contractor) and slope arrows (for
the checking authority).

I'm sure at one stage I even wrote a lisp program to create Land Desktop
points with levels based on the handicapped bay criteria so I could easily
add these points to the surface DTM and rebuild it before extruding the
kerbs to the model.

I never needed to get involved with complex 3D polylines to build the DTMs.
When Civil 3D arrived and I saw the editing tools for feature lines I
cheered as they were so much more powerful than the AutoCAD tools for
editing 3D polylines and certainly provided all that my design process would
need if I needed to revise the design planes of the car park DTM.

Having your comments in mind I expect you are designing the kerb lines with
a 'corridor' approach for the kerb and allowing the surface components of
the car park to fall into place between the kerb lines.

Hence I would go back to a small modification my original advice. Draw your
layout first with 2D polylines and the automated car park block provided
with Civil 3D - that's simple drafting.

Provide your own code to add vertical information and all other editing
tools you need. Store the data in a file so you can recall it easily
(provide an Xdata link to the file on all elements which have vertical
information in the file) If you can confirm the fault file format you can
use that which will make it easier to put the data in a Civil 3D DTM, but as
part of the program, you can replace the orginal 2D drafting with 3D
polylines


--

Laurie Comerford
CADApps
www.cadapps.com.au



"TomD" wrote in message
news:5048043@discussion.autodesk.com...
Design info...........parking lots in particular.

I've been thinking alot about this since your original response. There's
really only a couple of things I'd like to see, which I thought would be
fairly simple if there was an object exposed (which neither of us have been
able to find).

The insert works great..........I'd like to be able to delete, as well. The
panaroma view edit implies that it will, but I have had no success with
that. No error or anything, it just ignores me (could be I'm using that
wrong, somewhow).

I'd REALLY like to be able to straighten the grade between points. It would
be similar to a PEDIT...Straigthen, except it would only change the
elevations, it would not remove any horrizontal points between the two
selected points. (By the time I calculate the distance/slope and apply it
to the various stations, I could just as easily have used a 3dPoly tool.)

"Laurie Comerford" wrote in message
news:5048019@discussion.autodesk.com...
Hi Tom,

One other question I missed first time round. Are your Feature lines
derived form existing survey data? or are they Design lines?

Any overall process will differ between exisitng and design.

--

Laurie Comerford
CADApps
www.cadapps.com.au
"TomD" wrote in message
news:5047709@discussion.autodesk.com...
First, thanks for all of the info. Very helpful.

No way to join/break feature lines (that I'm aware of). Potentially awkward
grip editing. No easy way to 'straight line' elevations across multiple
points of the feature line. As with most people, I'm still new to using the
feature lines, so it's likely that part of what I'm thinking is missing is
due to my ignorance and/or my own stubbornness.

Coding to provide slope control, etc., for 3dPolys is quite simple.

Thanks again for the info.

"Laurie Comerford" wrote in message
news:5047630@discussion.autodesk.com...

However, let's go back to your original problem.

You say the editor is inadequate for your purposes.
"but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box."

Can you explain what you need to do that you can't do now?

From my knowledge of AutoCAD the methods of editing a 3D polyline do not
provide any access to slope information and make it quite awkward to change
the level at a point as you have to deal with the points on a one by one
basis, whereas the Edit Elevations command provides the full data for the
'Feature line' in a spreadsheet like environment where you can see the
grades, edit the grades, see the levels and the adjacent level as edit one
of them.

--

Laurie Comerford
CADApps
www.cadapps.com.au
Message 12 of 17
Anonymous
in reply to: Anonymous

I haven't tried it, but using this code fragment may yield more useful information than DXF association lists. It "should" list the object properties of the selected feature line and indicate which properties can be modifed. You may also be able to access more object information by exploring the individual items in the object. Maybe then you can modify some of the properties by invoking the appropriate methods on the object.

( vlax-dump-object ( vlax-ename->vla-object ( car ( entsel ) ) ) )
Message 13 of 17
Anonymous
in reply to: Anonymous

Hi Tom,

It really doesn't matter what the surrrounding surface is like, the car park
itself ultimately has to consist of either planes or warped planes. If the
natural surface is steep, then you have more earthworks and/or retaining
walls. The horizontal layout of access lanes etc. may be different to suit
the natural surface topology. You may make the planes steeper or flatter to
minimise costs.

However the design methodology remains unchanged.

--

Laurie Comerford
CADApps
www.cadapps.com.au
"TomD" wrote in message
news:5048511@discussion.autodesk.com...
The parking blocks = "YUCK"......lol

Thanks for the thoughts. I get the impression that most of your site work
has been in relatively flat areas. I've never found the 'plane' approach
completely workable for most of my projects. That's not to say it's
impossible, just hasn't worked for my projects and skill level.

I'll certainly be revisiting my methods and how I'm applying Civil 3D and
going about my work.

Thanks again for your comments/info.

"Laurie Comerford" wrote in message
news:5048109@discussion.autodesk.com...
Hi Tom,

The only things in my professional life that I've designed thousands of are
parking lots.

I can't ever remember a project where essentially I didn't layout the
horizontal componentry of the design independently of the future vertical
geometry (multi-story car parks were unnecessary).

After that in virtually all cases the vetical geometry consisted of a series
of sloping planes. With the advent of computers it was so easy to build a
DTM of the sloping planes then make minor local adjustments for handicapped
bays which under our design criteria require flatter grades than normal car
parks. Then I simply extruded my horizontal geometry onto the surface and
documented it with spot levels (for the contractor) and slope arrows (for
the checking authority).

I'm sure at one stage I even wrote a lisp program to create Land Desktop
points with levels based on the handicapped bay criteria so I could easily
add these points to the surface DTM and rebuild it before extruding the
kerbs to the model.

I never needed to get involved with complex 3D polylines to build the DTMs.
When Civil 3D arrived and I saw the editing tools for feature lines I
cheered as they were so much more powerful than the AutoCAD tools for
editing 3D polylines and certainly provided all that my design process would
need if I needed to revise the design planes of the car park DTM.

Having your comments in mind I expect you are designing the kerb lines with
a 'corridor' approach for the kerb and allowing the surface components of
the car park to fall into place between the kerb lines.

Hence I would go back to a small modification my original advice. Draw your
layout first with 2D polylines and the automated car park block provided
with Civil 3D - that's simple drafting.

Provide your own code to add vertical information and all other editing
tools you need. Store the data in a file so you can recall it easily
(provide an Xdata link to the file on all elements which have vertical
information in the file) If you can confirm the fault file format you can
use that which will make it easier to put the data in a Civil 3D DTM, but as
part of the program, you can replace the orginal 2D drafting with 3D
polylines


--

Laurie Comerford
CADApps
www.cadapps.com.au



"TomD" wrote in message
news:5048043@discussion.autodesk.com...
Design info...........parking lots in particular.

I've been thinking alot about this since your original response. There's
really only a couple of things I'd like to see, which I thought would be
fairly simple if there was an object exposed (which neither of us have been
able to find).

The insert works great..........I'd like to be able to delete, as well. The
panaroma view edit implies that it will, but I have had no success with
that. No error or anything, it just ignores me (could be I'm using that
wrong, somewhow).

I'd REALLY like to be able to straighten the grade between points. It would
be similar to a PEDIT...Straigthen, except it would only change the
elevations, it would not remove any horrizontal points between the two
selected points. (By the time I calculate the distance/slope and apply it
to the various stations, I could just as easily have used a 3dPoly tool.)

"Laurie Comerford" wrote in message
news:5048019@discussion.autodesk.com...
Hi Tom,

One other question I missed first time round. Are your Feature lines
derived form existing survey data? or are they Design lines?

Any overall process will differ between exisitng and design.

--

Laurie Comerford
CADApps
www.cadapps.com.au
"TomD" wrote in message
news:5047709@discussion.autodesk.com...
First, thanks for all of the info. Very helpful.

No way to join/break feature lines (that I'm aware of). Potentially awkward
grip editing. No easy way to 'straight line' elevations across multiple
points of the feature line. As with most people, I'm still new to using the
feature lines, so it's likely that part of what I'm thinking is missing is
due to my ignorance and/or my own stubbornness.

Coding to provide slope control, etc., for 3dPolys is quite simple.

Thanks again for the info.

"Laurie Comerford" wrote in message
news:5047630@discussion.autodesk.com...

However, let's go back to your original problem.

You say the editor is inadequate for your purposes.
"but I'd like add some functionality
for editing feature lines that isn't included (at least at this point) with
the package out of the box."

Can you explain what you need to do that you can't do now?

From my knowledge of AutoCAD the methods of editing a 3D polyline do not
provide any access to slope information and make it quite awkward to change
the level at a point as you have to deal with the points on a one by one
basis, whereas the Edit Elevations command provides the full data for the
'Feature line' in a spreadsheet like environment where you can see the
grades, edit the grades, see the levels and the adjacent level as edit one
of them.

--

Laurie Comerford
CADApps
www.cadapps.com.au
Message 14 of 17
Anonymous
in reply to: Anonymous

I'd have to disagree. If you limit yourself to planes, you're not doing
your client justice. (My opinion, of course.)

Once you start getting irregular, the fooling with 'warped planes' becomes
more effort than running grade lines.

"Laurie Comerford" wrote in message
news:5048684@discussion.autodesk.com...
Hi Tom,

It really doesn't matter what the surrrounding surface is like, the car park
itself ultimately has to consist of either planes or warped planes. If the
natural surface is steep, then you have more earthworks and/or retaining
walls. The horizontal layout of access lanes etc. may be different to suit
the natural surface topology. You may make the planes steeper or flatter to
minimise costs.

However the design methodology remains unchanged.
Message 15 of 17
Anonymous
in reply to: Anonymous

Thanks for the info, Nick.

wrote in message news:5048555@discussion.autodesk.com...
I haven't tried it, but using this code fragment may yield more useful
information than DXF association lists. It "should" list the object
properties of the selected feature line and indicate which properties can be
modifed. You may also be able to access more object information by exploring
the individual items in the object. Maybe then you can modify some of the
properties by invoking the appropriate methods on the object.

( vlax-dump-object ( vlax-ename->vla-object ( car ( entsel ) ) ) )
Message 16 of 17
Anonymous
in reply to: Anonymous

Hi Tom,

I agree entirely with your opinion.

It is so easy to create warped planes with a set of 3D polylines, that I did
think it worth distinguishing between them and non-warped planes till my
last post.


--

Laurie Comerford
CADApps
www.cadapps.com.au

"TomD" wrote in message
news:5048703@discussion.autodesk.com...
I'd have to disagree. If you limit yourself to planes, you're not doing
your client justice. (My opinion, of course.)

Once you start getting irregular, the fooling with 'warped planes' becomes
more effort than running grade lines.

"Laurie Comerford" wrote in message
news:5048684@discussion.autodesk.com...
Hi Tom,

It really doesn't matter what the surrrounding surface is like, the car park
itself ultimately has to consist of either planes or warped planes. If the
natural surface is steep, then you have more earthworks and/or retaining
walls. The horizontal layout of access lanes etc. may be different to suit
the natural surface topology. You may make the planes steeper or flatter to
minimise costs.

However the design methodology remains unchanged.
Message 17 of 17
Anonymous
in reply to: Anonymous

Absolutely. 😉

Thanks again for all your info in this post. Quite helpful.

"Laurie Comerford" wrote in message
news:5048759@discussion.autodesk.com...
Hi Tom,

I agree entirely with your opinion.

It is so easy to create warped planes with a set of 3D polylines, that I did
think it worth distinguishing between them and non-warped planes till my
last post.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report