cancel
Showing results for 
Search instead for 
Did you mean: 
go
cancel
Showing results for 
Search instead for 
Did you mean: 
rudl
Booster
since ‎2023-11-25
4 hours ago

User Statistics

  • 25 Posts
  • 2 Solutions
  • 8 Likes given
  • 9 Likes received

User activity

Consider the followingReading a file in the same dictionary with the pln file:The first part until i_path is straightforward.But then for some Reason the string is not: i_path = "C:\path\to\file.text"but i_path = "C:\\path\\to\\file.text-> BUG 1 ? Session protokol only repor...
Read a lines with Text IOInput will never be -1 -> infinite loop , no End of filePart of the script belowaii = OPEN ("TEXT",i_pathnew,"SEPARATOR = '\n',MODE = RO,NEWLINE = LF,FULLPATH") REPEAT IF y # -1 THEN ! BUG will never be -1 , no EOF y = INPUT (aii,i,1,a_impb[j][1]) : ...
Easy mesh:! No more VERT EDGE PGON ! (because its a bit of a pain)just a vertex arrayand a face array with vert indicesFace direction should be automatic with the order of vertices, Edges are automaticNeeds more testing, may add some more features. ! ------------------------...
Hello,As I'm experimenting around with gdl primitive elements I have some questions.As far as I know all edges need to be used once 1x in positive direction 1x in negative direction also all faces should be counterclockwise. Considering the following mesh I have no Idea why ...