Thank you very much for your reply.
I go to the following website:
https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoC...
and read something about the *.RCS file. But my data file is not exactly point clouds data, just those points indicating the corner of a buildings.
Now I come up with an idea:
1. I create a file called "shape.xyz"
This file contains only the x- and y- coordinates of the vertices of the projection of the buildings on the xy-plane.
Each building has its own Class, and the building class contain the x- and y- coordinates of the vertices of the projection of that particular building
2. Then I create another file called "height.txt"
This file contains the height of the buildings.
Each height data also belongs to a class of that particular building.
3. Create buildings:
Import the shape file to define a surface on the xy-plane
Then, I extrude the surface according to the height.txt
My question is:
Is it possible to do that?? I create samples of "shape.xyz", "height.txt", in case my expression is not clear enough.
(i.e. The class name is the numbers start with "110")
Thanks in advanced. Any comments are appreciated.