Share via

Script to read stl file using VBA

Anonymous
2016-12-09T09:17:50+00:00

Is there a way to read stl file(3D model) to obtain the vertices and elements of all tetrahedrons using VBA ?

I am new to VBA. Are there any libraries ?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2016-12-10T07:39:34+00:00

    AFAIK there is no library, because the STL file format is not complicated:

    http://www.fabbers.com/tech/STL_Format

    As you see there are 2 formats: ASCII or binary, that's all.

    But what do you want to do with the numbers you read from the file? Write into cells? And then?

    If you need further help please upload your file on an online file hoster like www.dropbox.com and post the download link here.

    Andreas.

    Was this answer helpful?

    0 comments No comments