Type Alias: ContactNeighborhood
ContactNeighborhood =
object
Defined in: simulation/types.ts:51
store information for ever possible point where a warp and weft can make contact face - the value of the heddle at this location node_type - the type of node this is (ACN, ECN, PCN, VCN) layer - the layer number associated with this ACN. ndx - the index of this contact neighborhood isect - the index of the closest ACN that this weft will cross with.
Properties
face
face:
boolean|null
Defined in: simulation/types.ts:52
isect
isect:
CNIndex|null
Defined in: simulation/types.ts:56
layer
layer:
number
Defined in: simulation/types.ts:54
ndx
ndx:
CNIndex
Defined in: simulation/types.ts:55
node_type
node_type:
CNType
Defined in: simulation/types.ts:53