Create import feat error
Hello,
I'm trying to import step file into my creo session. However my program shows error:
System.Runtime.InteropServices.COMException: pfcExceptions::XToolkitUnsupported
at pfcls.IpfcSolid.CreateImportFeat(IpfcIntfDataSource _IntfData, Object _CoordSys, Object _FeatAttr)
When running a line:
impFeat = solid.CreateImportFeat(sourceData,DBNull.Value,DBNull.Value)
Where
impFeat is IpfcFeature
sourceData is IpfcIntfDataSource with type EpfcINTF_STEP
What might cause this problem and maybe you have any tips on how to solve it?

