BendMin

ostrat.egrid.WTerrSetter.BendMin
See theBendMin companion class
object BendMin

Companion object for BendMin class, contains 2 factory apply method name overloads.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BendMin.type

Members list

Value members

Concrete methods

def apply(c: Int, dirn: HVDirn, magIn: Int, terr: WSepSome): BendMin

Factory apply method for creating bend connecting 2 HSeps, with an inner and outer offset of 3/16, where both HSeps have the same value. There is a name overload where both HSep layer values are specified.

Factory apply method for creating bend connecting 2 HSeps, with an inner and outer offset of 3/16, where both HSeps have the same value. There is a name overload where both HSep layer values are specified.

Attributes

def apply(c: Int, dirn: HVDirn, magIn: Int, leftTerr: WSepSome, rightTerr: WSepSome): BendMin

Factory apply method for creating bend, connecting 2 HSeps, with an inner and outer offset of 3/16, where the 2 HSep layer values are specified. There is a name overload where 1 HSep layer value is given for both. That will be the most common use case.

Factory apply method for creating bend, connecting 2 HSeps, with an inner and outer offset of 3/16, where the 2 HSep layer values are specified. There is a name overload where 1 HSep layer value is given for both. That will be the most common use case.

Attributes