|
@@ -178,9 +178,18 @@ export default class Load {
|
|
|
// this.getXY(width, height, data3d.fixPoints[i].pos)
|
|
|
// );
|
|
|
// point.setCategory(VectorCategory.Point.FixPoint);
|
|
|
+ console.log(
|
|
|
+ "001-fixPoints-" +
|
|
|
+ i +
|
|
|
+ ":" +
|
|
|
+ JSON.stringify(data3d.fixPoints[i].pos)
|
|
|
+ );
|
|
|
let text = textService.create(
|
|
|
this.getXY(width, height, data3d.fixPoints[i].pos)
|
|
|
);
|
|
|
+ console.log(
|
|
|
+ "002-fixPoints-" + i + ":" + JSON.stringify(text.center)
|
|
|
+ );
|
|
|
text.setValue(data3d.fixPoints[i].text);
|
|
|
text.setAngle(angle);
|
|
|
}
|