Hello,
I'm trying to convert a .DWG file containing height information from measuring elevation in the form of a point cloud, to a format like .OBJ or .3DS. The file's been created professionally from a Leica land measurement device, and contains less than 200 points.
I'm attaching the file. Anyone that can help me with this conversion?
Side information: I've got a FME license but have a problem with text strings containing Swedish letters "åäöÅÄÖ", that generates an error when trying to write the file that seems to expect none such letters.
Thank you /Peter
Solved! Go to Solution.
Hello,
I'm trying to convert a .DWG file containing height information from measuring elevation in the form of a point cloud, to a format like .OBJ or .3DS. The file's been created professionally from a Leica land measurement device, and contains less than 200 points.
I'm attaching the file. Anyone that can help me with this conversion?
Side information: I've got a FME license but have a problem with text strings containing Swedish letters "åäöÅÄÖ", that generates an error when trying to write the file that seems to expect none such letters.
Thank you /Peter
Solved! Go to Solution.
Solved by Alfred.NESWADBA. Go to Solution.
Hi,
OBJ files need surfaces or volumes, points are not enough to work with.
Also for FME you first need at least surfaces (and use it with a thickness) or you need volumes.
Just to have points is not a valid information for FME systems.
You might use Civil 3D to get surfaces from points (but then you'll also need break lines to have a better match to the real land surface). Also there, just points does not automatically create correct meshing.
Have you got any more informations/data from your surveyor?
- alfred -
Hi,
OBJ files need surfaces or volumes, points are not enough to work with.
Also for FME you first need at least surfaces (and use it with a thickness) or you need volumes.
Just to have points is not a valid information for FME systems.
You might use Civil 3D to get surfaces from points (but then you'll also need break lines to have a better match to the real land surface). Also there, just points does not automatically create correct meshing.
Have you got any more informations/data from your surveyor?
- alfred -
Hi,
>> I have Blender that can read many formats, but not .DWG
Then look to that DXF-file, Blender can read DXF. I saved your points to DXF format 2007.
>> I realise you'd need to convert into surfaces
But points can't be saved to formats like OBJ or FBX as points are no renderable objects.
- alfred -
Hi,
>> I have Blender that can read many formats, but not .DWG
Then look to that DXF-file, Blender can read DXF. I saved your points to DXF format 2007.
>> I realise you'd need to convert into surfaces
But points can't be saved to formats like OBJ or FBX as points are no renderable objects.
- alfred -
Thanks Alfred,
I've enabled DXF import in Blender, so I finally have a point cloud there. Now looking into converting it into surfaces in Blender.
Thanks!
Thanks Alfred,
I've enabled DXF import in Blender, so I finally have a point cloud there. Now looking into converting it into surfaces in Blender.
Thanks!
Can't find what you're looking for? Ask the community or share your knowledge.