更新版本

This commit is contained in:
2025-10-13 14:01:33 +08:00
parent 047114c49a
commit 780d0bdadc
91 changed files with 5962 additions and 2562 deletions

View File

@@ -79,7 +79,7 @@ export declare class Text extends Entity {
GetStringCount(): number;
get Width(): number;
get HasBoundingBox(): boolean;
get BoundingBox(): import("three").Box3 | Box3Ext;
get BoundingBox(): Box3Ext | import("three").Box3;
get BoundingBoxInOCS(): Box3Ext;
UpdateTranslate(): void;
private UpdateObjectTranslate;