Hello!
I’m trying to add “RadialDimension” to “File3dmObjectTable” but can’t find a method on “File3dmObjectTable” that does it. How to solve this moment?
Thanks,
Peter.
Hello!
I’m trying to add “RadialDimension” to “File3dmObjectTable” but can’t find a method on “File3dmObjectTable” that does it. How to solve this moment?
Thanks,
Peter.
Hey @p-e-t-e-r ,
You should be able to use Add(GeometryBase, ObjectAttributes)
?
Radial Dimension is derived from GeometryBase and so can be added using this method.
– cs
Thank you CSykes for your reply.
The Add(GeometryBase, ObjectAttributes) method is present in the API References (https://developer.rhino3d.com/api/rhinocommon/rhino.fileio.file3dmobjecttable/add), but it is not among the methods in RhinoCommon 7.30.23163.13001 so there is no possibility of it call.