Interface: ModelBlock
Defined in: ml/model-chart.ts:563
Where one layer's cuboid ended up, in world space.
Properties
category
ts
category: LayerCategory;Defined in: ml/model-chart.ts:565
d
ts
d: number;Defined in: ml/model-chart.ts:573
h
ts
h: number;Defined in: ml/model-chart.ts:572
node
ts
node: ModelNode;Defined in: ml/model-chart.ts:564
rank
ts
rank: number;Defined in: ml/model-chart.ts:574
w
ts
w: number;Defined in: ml/model-chart.ts:571
Full size: w along the flow axis, h up, d lateral.
x
ts
x: number;Defined in: ml/model-chart.ts:567
Center.
y
ts
y: number;Defined in: ml/model-chart.ts:568
z
ts
z: number;Defined in: ml/model-chart.ts:569