0

Good afternoon, I downloaded NuGet package Clipper for C# - Clipper. In examples, I saw is used a ClipperOffset class, for example, in this topic: Example1, Example2. But I did not find this class. I see only Clipper, ClipperBase classes. I am confused. How can I find ClipperOffset class?

Dmytro
  • 159
  • 1
  • 1
  • 7
  • 2
    Please provide more information. Kindly put the link to your NuGet package and a link to the example you are following. – prinkpan Aug 04 '20 at 08:18
  • Sorry, I added the link to this package – Dmytro Aug 04 '20 at 08:25
  • Have you added class reference ? – Prakash Mhasavekar Aug 04 '20 at 08:32
  • You're right, it doesn't seem to be there in 6.4. It is there in 6.2.10, and in [the SourceForge code](https://sourceforge.net/p/polyclipping/code/HEAD/tree/trunk/C%23/clipper_library/clipper.cs#l4432). It's probably worth contacting the project maintainers through NuGet and asking them. – Rup Aug 04 '20 at 08:36
  • 2
    If you install Clipper 6.2.10, as per Example 2, you'll find ClipperOffset. If you install 6.4, the latest, you will not. Apparently the API has changed. – Damien_The_Unbeliever Aug 04 '20 at 08:36
  • Perfect! So, this functionality will not be supported in future versions? – Dmytro Aug 04 '20 at 08:38
  • We don't know sorry - you'll have to ask the maintainers. It seems more likely to me they've renamed it rather than dropping the functionality, or 6.4 could just be a bad build for whatever reason. – Rup Aug 04 '20 at 08:39

0 Answers0