How to edit surface
How to edit surface
(OP)
Can 3D surfaces be edited like solid? subtract or union, or trim.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: How to edit surface
RE: How to edit surface
All editing of surfaces must be done using the sundry options available under the "Terrain" pulldown menu, or through the Terrain Model Explorer.
What/how do you need to edit the surface? I may be able to help point you to the correct tools.
RE: How to edit surface
RE: How to edit surface
Better, open a _copy_ of just the parts you want to change, and edit that. Rhino may not preserve some AutoCAD entities.
It may be necessary to add one linear dimesion in Rhino to avoid a scaling error.
Mike Halloran
Pembroke Pines, FL, USA
RE: How to edit surface
But solid can not do the job.
RE: How to edit surface
You can get "m2s.lsp" from http://www.accustudio.com/marketplace/freeware.htm
Author has an update to work with 2007, if you need that you can email him (address included in the lisp file).
RE: How to edit surface
Before you start, set the variable DELOBJ to 0 to retain primitives along the way.
Mike Halloran
Pembroke Pines, FL, USA
RE: How to edit surface
RE: How to edit surface
Thank you CarlB, M2s works.