0

Currently im Working on Code That uses the HCS Class. Can Anyone Tell Me What this class is and where I can find documentation about it?

for Example

HCS.Open_Segment(path);

or

HCS.Begin_Contents_Search

I think it has something to do with Hoops from the Company TechSoft3d. But i cant find anything about this class.

Any Help would be great.

Thanks in advance

Trks
  • 27
  • 7
  • 1
    https://www.google.com/search?q=Begin_Contents_Search So, HoopsManager.dll? "3D-Graphik mit HOOPS: Einführung in die Programmierung"? which suggests you might be working with an old version of https://www.techsoft3d.com/products/hoops/visualize/ ? – Jeremy Lakeman Aug 18 '22 at 06:38

2 Answers2

2

When you are developing in visual studio you can press F12 to jump to the class.

I don't know the company or software you are using, but normally with niche software it mostly comes with an help file with documentation. Ask your colleagues if there is a stick or cd around which may contain a help file. If you got it over a nuget package you should be able to look something up online.

Patrick
  • 387
  • 3
  • 15
  • Hey Patrick thanks for the answer , I already took a look at the class but it doesn't really helped me to understand the functionality of the commands. also i can't find anything online and my colleagues couldn't help me either with any kind of documentation. – Trks Aug 18 '22 at 06:33
  • 1
    If there is nothing else and you really need to understand whats written in there, it helped me to decompile the dll. Get https://www.jetbrains.com/de-de/decompiler/ dotPeek and have a look at the decompiled class and try to have a clue about whats written there – Patrick Aug 18 '22 at 06:38
1

HCS is a wrapper class for all HOOPS 3DGS API called from C#.