更新版本
This commit is contained in:
2
types/DatabaseServices/Text/Text.d.ts
vendored
2
types/DatabaseServices/Text/Text.d.ts
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user