All Frameworks  Class Hierarchy  This Framework  Indexes   

GeometricObjects Interface CATICGMUnknown

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATICGMUnknown

Interface representing the base class of all the objects of the Catia Geometrical Modeler


Method Index


o IsATypeOf(CATGeometricType)
Tests the type of this CATICGMUnknown.
o IsSameTypeAs(CATICGMUnknown*)
Compare the type of this CATICGMUnknown with another object.

Methods


o IsATypeOf
public virtual IsATypeOf( iTypeReference)
Tests the type of this CATICGMUnknown.
Parameters:
iTypeReference
The geometric type that must be tested
Returns:
The result of the test.
Legal values: 1 if this CATICGMUnknown type is iTypeReference, 0 otherwise.
o IsSameTypeAs
public virtual IsSameTypeAs( iOtherObject)
Compare the type of this CATICGMUnknown with another object.
Parameters:
iOtherObject
Another geometric object whose type is to be compared with.
Returns:
The result of the test.
Legal values: 1 if these two objects have same type, 0 otherwise.

This object is included in the file: CATICGMUnknown.h
If needed, your Imakefile.mk should include the module: CATGeometricObjects

Copyright © 2003, Dassault Systèmes. All rights reserved.