@shapediver/sdk.sdtf-geometry
Version:
Extension containing sdTF geometry types
8 lines • 456 B
TypeScript
import { ISdtfIntegration, ISdtfTypeReader, ISdtfTypeWriter, ISdtfWriteableComponentFactory } from '@shapediver/sdk.sdtf-core';
export declare class SdtfGeometryTypeIntegration implements ISdtfIntegration {
isTypeHintSupported(typeHintName: string): boolean;
init(): Promise<void>;
getReader(): ISdtfTypeReader;
getWriter(factory: ISdtfWriteableComponentFactory): ISdtfTypeWriter;
}
//# sourceMappingURL=SdtfGeometryTypeIntegration.d.ts.map