[Confirm potential bug] C# - Rhino.FileIO.FileObjWriteOptions.ExportAsTriangles

Hello,

Before I submit a bug report for this, I’m looking for someone to confirm that I’m looking at things correctly. Using RhinoInside, C#, Windows, Rhino7.

In the docs (linked below), “ExportAsTriangles” property should be exposed. I’m not getting that property option in Visual Studio Community. Is there a permissions issue for this property (getter/setter not made public by accident)?

FileObjWriteOptions Class - Documentation

Chunk of test code below. Let me know if you all think this is a bug and I’ll submit a bug report. Thanks.

using Rhino;
using RhinoInside;
Rhino.FileIO.FileObjWriteOptions oOptions = new Rhino.FileIO.FileObjWriteOptions(new Rhino.FileIO.FileWriteOptions());
oOptions.ExportAsTriangles = true; // property not exposed

It was added in 7.4, are you up to date?

I’m on an insider build right now. Once I move back into the official versioning stream I’ll try it again to see if the property is available then. Thank you for confirming. Below is my version info just in case -

2021-08-25_12-14-56