Function: importSTEP()
function importSTEP(STLBlob): Promise<AnyShape>;
Defined in: importers.ts:13
Creates a new shapes from a STEP file (as a Blob or a File).
Parameters
STLBlob
Blob
Returns
Promise
<AnyShape
>
function importSTEP(STLBlob): Promise<AnyShape>;
Defined in: importers.ts:13
Creates a new shapes from a STEP file (as a Blob or a File).
Blob
Promise
<AnyShape
>