Is it possible to programmatically change the transparency/translucency (opacity) of a BREP and/or a MESH when publishing 3D PDF from PRC?

  1. FAQ
  2. »
  3. PDF and PRC Questions

Yes, you can use the function. Code:

OdPrcCategory1LineStyle::setTransparency (OdInt8 transparency);

for the LineStyle of the corresponding object.