Results 267 comments of lorenz

we recently updated to cmake. so it would be best if you will use this configuration for any additional features.

It should work with both (cmake or distutils). But I guess cmake will be the future as it is consistent with the rest of the coin-tools. I added some instructions:...

found this here: https://github.com/tpaviot/pythonocc-core/blob/master/src/SWIG_files/wrapper/AIS.pyi pythonocc-core uses also swig. So it might be interesting to know how these files are created. edit: some more insights https://github.com/tpaviot/pythonocc-core/issues/789

thanks for the research. Monkeytype sounds like a very nice way to 1. increase test coverage and 2. get typings. Currently there are not many tests. But I will try...

So what is the conclusion? manually editing the pyi-files?

any progress on this @Vanuan? can we already include this in the packages?

@Vanuan thanks for your work on this issue. Whenever you think we should integrate something into pivy / pivy-packages, please ping me.

@tomkcook do you have any docs/examples for this class?

SoVertexShape::getVertexData(...): ``` Convenience method that returns the current coordinate and normal element. This method is not part of the Open Inventor API. ``` Do you know what "current" refers to?...