BRL-CAD / brlcad

BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system
https://brlcad.org
Other
716 stars 146 forks source link

function to read node standard format #143

Closed AliHaider93 closed 4 months ago

AliHaider93 commented 4 months ago

this function handels the standard node format I8,3E16.0,2F8.0

drossberg commented 4 months ago

Almost perfect. I think, you should put a comment above or inside read_line_node_standard() that says that the standard node line has the format I8,3E16.0,2F8.0 (8 digit integer, 3x 16 digit doubles, 2x 8 digit floats).

AliHaider93 commented 4 months ago

I did write the comment before then I deleted it :). I will modify and update the pull request