What is The HCS class?

86 views Asked by At

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

2

There are 2 answers

0
Michael Merrifield On BEST ANSWER

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

2
Patrick On

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.