Is it possible to find TopoDS_Shape related to StepBasic_Product

Is it possible to find TopoDS_Shape related to StepBasic_Product ?

For other StepRepr_RepresentaionItem, for example StepShape_Face. We can find the TopoDS_Shape binding with it.

"Handle(Transfer_Binder) binder...
TopoDS_Shape shape = TransferBRep::ShapeResult(binder)"

But can we get the shape for the product?

leo lei's picture

Solved. The type is StepRepr_NextAssemblyUsageOccurrence.