How to convert BODY object?
How to convert BODY object?
(OP)
Is there a possibility to convert a body object into face?
thanks
thanks
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 |
How to convert BODY object?
|
RE: How to convert BODY object?
Unfortunately, there is no direct solution to convert a body to a face in AutoCAD. But you can use one of the following solutions:
1- Save the drawing including the body in IGS format and open the saved IGS file.
2- You can use Mechanical Desktop (the command AM2SF).
:)
Farzad
RE: How to convert BODY object?
I forgot to mention: you have to use the IGESIN and IGESOUT commands for the first solution.
:)
Farzad
RE: How to convert BODY object?
But, maybe there is other (different) solution?
I need to model some curved surfaces in SAP2000 (FEM).
Since it is impossible to create complex surfaces in SAP, i guess i should use dxf import option. Elements in dxf file should be face objects in order to be recognized by SAP.
I've drawen solid objects and generated body object using "copy face" option.
I cannot use acad surfaces, because it is impossible (i think) to get intersection line of two face objects.
Any other idea?
thanks