GMOperatorsInterfaces CATICGMSolidPrimitive

Usage: you must use this class as is. You should never derive it.


public class CATICGMSolidPrimitive

Base class for the operators that create basic topological primitives.

Use the derived class CATICGMSolidXxx to create the basic topological primitive Xxx.
CATICGMSolidXxx follows the global frame of the topological operators.


Constructor and Destructor Index


o CATICGMSolidPrimitive()
Constructor

Method Index


o GetFactory()
Returns a pointer to the factory of the geometry used in this operator.
o GetReport()
Returns the pointer to the journal.
o GetResult()
Returns a pointer to the resulting body created by this operator.

Constructor and Destructor


o CATICGMSolidPrimitive
public CATICGMSolidPrimitive()
Constructor

Methods


o GetFactory
public virtual GetFactory()
Returns a pointer to the factory of the geometry used in this operator.
Returns:
The pointer to the factory.
o GetReport
public virtual GetReport()
Returns the pointer to the journal.
Returns:
The pointer to the journal.
o GetResult
public virtual GetResult()
Returns a pointer to the resulting body created by this operator.
Returns:
The pointer to the body. If you do not want to keep it, use the method to remove it from the container after the deletion of the operator.

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

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