pxz.process.guidedImport function in Pixyz SDK

Hello
I am migrating from the Scenario Processor to the Pixyz SDK. My previous Python script used ‘pxz.process.guidedImport’ to import CAD files. However, it seems that the ‘process’ module is no longer available in the Pixyz SDK, and I can’t use ‘guidedImport’ to import files anymore.For my use case,
I need to configure import settings like ‘CoordinateSystemOptions’ (including orientation and scale) and other ‘ImportOptions’ like ‘tessellationQuality’, ‘ImportPMI’, and ‘useAlternativeImporter’ before each importing. I know I can set IO preferences and adjust import settings in Pixyz SDK , I’d like to know what is the best practice for importing files in the Pixyz SDK. Is There any sample code for reference?

Hey HaoChen,

Indeed, the process module along with the guidedImport function is now only available in Pixyz Studio as a Python module. We’ll think about making it available as an SDK sample.

In the meantime here it is: guidedImport.zip (4.3 KB)

Thanks .Really appreciate your help .

1 Like