webcad-api/types/Common/AddEntityDrawObject.d.ts

5 lines
314 B
TypeScript
Raw Normal View History

import { Object3D } from "three";
import { Entity } from "../DatabaseServices/Entity/Entity";
import { RenderType } from "../GraphicsSystem/RenderType";
export declare function AddEntityDrawObject(obj: Object3D, embedEntity: Entity, renderType?: RenderType): void;
//# sourceMappingURL=AddEntityDrawObject.d.ts.map