All Frameworks Class Hierarchy This Framework Previous Next Indexes
SketcherInterfaces Interface CATI2DCstDiagnostic
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATI2DCstDiagnostic
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATI2DCstDiagnostic
Method Index
- o
GetDiagnostic(CAT2DCstDiag*)
- Acces to diagnostic on geometry obtain during last evaluation.
- o
GetUnderDefinedStatus(DWORD*)
- Acces to underdefined status on geometry obtain during last evaluation.
Methods
o GetDiagnostic
-
Acces to diagnostic on geometry obtain during last evaluation.
Returns Cst2DDiag_Unknown when the diagnostic is not computed.
o GetUnderDefinedStatus
public virtual HRESULT GetUnderDefinedStatus( | DWORD* | oStatusSum) = 0 |
-
Acces to underdefined status on geometry obtain during last evaluation.
Returns a sum of CATGeo2DStatus that defined the degrees of freedom on geometry.
Returns Geo2DStatus_Unknown when the diagnostic is not computed.
This object is included in the file: CATI2DCstDiagnostic.h
If needed, your Imakefile.mk should include the module: CATSketcherInterfaces