Table of contents Chapter index Previous slide Next slide 182
Syntax: IndexedLineSet

Building shapes out of points, lines, and faces
Syntax: IndexedLineSet
  • An IndexedLineSet geometry node creates geometry out of lines
  • A straight line is drawn between pairs of selected coordinates
  • Shape {
    
        appearance Appearance { . . . }
    
        geometry  IndexedLineSet {
    
            coord Coordinate {
    
                point [  . . .  ]
    
            }
    
            coordIndex [ . . . ]
    
        }
    
    }