|
- ---
- points:
- 1: {}
- 2:
- position:
- x: 4
- y: 3
- distance:
- position:
- x: DistanceBetween("1","2")
- angle:
- position:
- x: AngleBetween("1","2")
- yDistance:
- position:
- x: YDistanceBetween("1","2")
- xDistance:
- position:
- x: XDistanceBetween("1","2")
- lineLength:
- position:
- x: LineLength("test.1")
- lineLength2:
- position:
- x: LineLength("test.2")
- panels:
- test:
- points:
- 3:
- relativeTo: 1
- position:
- y: 1
- 4:
- relativeTo: 2
- position:
- y: 1
- 5:
- position:
- x: 1
- 6:
- position:
- y: 1
- x: 1
- 7:
- position:
- y: 1
- lines:
- 1:
- through: [1,2,4,3,1]
- 2:
- through: [1,5,6,7,1]
|