Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2024-05-14 07:34 AM - edited 2024-05-16 07:31 AM
Hello @Viktor Kovacs
We are currently developing an add-on for ArchiCAD aimed at converting LAS files to LCF format for seamless integration into the ArchiCAD environment directly through code.
Could you please provide us with information on obtaining support for the LCF file format and any available methods for placing point cloud data from LAS files into LCF files within ArchiCAD?
Thank you for your assistance.
Best regards,
CAD Developer.
Solved! Go to Solution.
2024-05-14 08:52 AM
An LCF file is just a container of objects. You can create an LCF container outside of outside of Archicad through the LP_XML Converter .
https://gdl.graphisoft.com/tips-and-tricks/how-to-use-the-lp_xmlconverter-tool
An LCF doesn't really have anything to do with point clouds, its just a neat little package that Archicad creates when it processes a pointcloud.
In Archicad if you go to File>Libraries and Objects>Extract a Container and select the LCF file you can extract the content to a folder in your computer. You will then have a gsm file and a .gspc file. The .gspc is the file that actually holds the point cloud info, the .gsm is the archicad object that allows you to display it.
If you then load that folder, instead of the point cloud LCF file, you will get the same results with the point cloud as loading the lcf file.
To place and LAS point cloud in archicad youd have to convert it to a supporting format (e57, xyz) first and then open that pointcloud in archicad, and it will convert it into the gsm and gspc files contained within an LCF.
2024-05-14 08:52 AM
An LCF file is just a container of objects. You can create an LCF container outside of outside of Archicad through the LP_XML Converter .
https://gdl.graphisoft.com/tips-and-tricks/how-to-use-the-lp_xmlconverter-tool
An LCF doesn't really have anything to do with point clouds, its just a neat little package that Archicad creates when it processes a pointcloud.
In Archicad if you go to File>Libraries and Objects>Extract a Container and select the LCF file you can extract the content to a folder in your computer. You will then have a gsm file and a .gspc file. The .gspc is the file that actually holds the point cloud info, the .gsm is the archicad object that allows you to display it.
If you then load that folder, instead of the point cloud LCF file, you will get the same results with the point cloud as loading the lcf file.
To place and LAS point cloud in archicad youd have to convert it to a supporting format (e57, xyz) first and then open that pointcloud in archicad, and it will convert it into the gsm and gspc files contained within an LCF.