Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import Point Cloud to a Shell Model

Status
Not open for further replies.

TGS4

Mechanical
Joined
Nov 8, 2004
Messages
3,986
Location
CA
I have a point cloud from some laser scanning that I want to use to generate a shell-element model in Abaqus/Standard. Does anyone know of any good third-party software or any good python scripts in Abaqus that will accomplish this import?

My data consists of ~2million tuples of x,y,z point data.
 
How are the points gonna join together and make the shell elements? It would be very helpful if you put a small part of the file and describe the relation between the points.


Regards,

Mohammad Mahdi Shahbazi
 
As a first pass, I would say that the laser scan data is in a regular grid pattern. The shell elements would likely be generated using the data points as corner points. There's no way to upload a "small" portion - it's a massive file.
 
As an update, I have written my own python script, which modified an existing mesh based on the point cloud. I generated a model of the un-deformed item. Then this python script calculated the deformed location of each node, based on interpolating from the poitn cloud.
 
Hi TGS4!

I am also working on scans.

Was wondering, is your resulting part an orphan mesh or a geometric part?

Thanks in advance!
Carolina
 
Neither, it's a modified mesh.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top