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 GetToleranceObject()
Returns the CATTolerance Object associated with this CATICGMUnknown.
o IsATypeOf(CATGeometricType)
Tests the type of this CATICGMUnknown.
o IsSameTypeAs(CATICGMUnknown*)
Compare the type of this CATICGMUnknown with another object.

Methods


o GetToleranceObject
public virtual GetToleranceObject()
Returns the CATTolerance Object associated with this CATICGMUnknown. this CATICGMUnknown must be alive. Note that the Extreme Scale capability is not available in V5. It is available in V6 from V6R417.
Returns:
The constant CATTolerance Object associated with this CATICGMUnknown.
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: CATGMGeometricInterfaces

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.