class Gdsii::Structures

Class to hold a collection of Structure objects. This is used in the Library class BNF.

Public Class Methods

new(structures=[]) click to toggle source

Create an Structures object.

Calls superclass method Gdsii::Group.new
# File lib/gdsii/structure.rb, line 344
def initialize(structures=[])
  super()
  @records[Structure] = @list = structures
end