STL files when they are stored from solidworks are in Binary format. Thus, VB needs to open a binary file for reading.
The general format of the open command is:
Open pathname For mode [Access
access] [lock] As [#]filenumber
[Len=reclength]
The format of this command that I used was:
Open "C:\Block.STL" For Binary Access Read As #1
With that, I opened a file located at C:\Block.STL for Binary mode and I associated it with file #1.
Subscribe to:
Post Comments (Atom)
Checkmark in Office Products
Font: Wingding, ALT 0525: ✓ Note that the Unicode for that to be able to see it in HTML is ✓ Note that the Blogger...
-
In a regular annotation note, create a stack that looks the way you like. It will take a couple of trial and error attempts since there'...
-
See https://www.extendoffice.com/documents/excel/1697-excel-split-word-into-letters.html In a blank cell next to your data, C1 for instanc...
No comments:
Post a Comment