Module: Gdsii::Access::StransGroup

Included in:
Gdsii::ARef, SRef, Text
Defined in:
lib/gdsii/mixins.rb

Overview

Access Strans record grouping

Instance Method Summary collapse

Instance Method Details

#stransObject

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



166
# File 'lib/gdsii/mixins.rb', line 166

def strans(); @records.get(Strans); end

#strans=(val) ⇒ Object

Set the Strans for this object



171
# File 'lib/gdsii/mixins.rb', line 171

def strans=(val); @records.set(Strans, val); end