Hi list, I have a custom C++ operator attached to a UserDataBlob (Property of the X3DObject) and I would need to get the geometry at Modeling stack level => siConstructionModeModeling. The custom operator takes as input port a ref of a primitive and ouput a UserDataBlob.
I saw the method Primitive::GetGeometry(double inTime, siConstructionMode mode) that looks perfect but it is writen in the SDK manual that the arguments inTime and mode are ignored inside an operator. So I get the final geom and not at modeling stage. So my question : any chance/workaround to get the geometry at stack level siConstructionModeModeling inside a c++ custom operator ? Many thanks Rémi

