module Gdsii::Access::StransGroup

Access Strans record grouping

Public Instance Methods

strans() click to toggle source

Access the Strans for this object (see Gdsii::Strans class documentation for a list of Strans methods).

# File lib/gdsii/mixins.rb, line 166
def strans(); @records.get(Strans); end
strans=(val) click to toggle source

Set the Strans for this object

# File lib/gdsii/mixins.rb, line 171
def strans=(val); @records.set(Strans, val); end