Structure
The CongruentStatus enumeration is a SilverSharp replacement for the return values of the congruent API routine.
C# Code
enum CongruentStatus
{
CONGRUENT,
INCONGRUENT,
NOT_SOLID,
CALC_FAILURE,
NOT_FOUND,
};
Members
Name
Meaning
CONGRUENT
the solid objects are congruent
INCONGRUENT
the solid objects are not congruent
NOT_SOLID
one or both of the objects is not a solid
CALC_FAILURE
an internal error in calculation occurred
NOT_FOUND
one or both of the objects was not found
See Also
congruent
Help URL: http://www.yourdomain.com/help/index.html?silversharp_congruentstatus.htm