GMOperatorsInterfaces CATHLRResult

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


public class CATHLRResult

Class defining an object to access the results of an HLR operation.
The CATHLRResult object is created by the method CATICGMHLROperator::GetResult() after a successful run of the operator. It is the user's responsibility to release the result object after it has been used. The HLR result provides access to the CATHLRBodyInstanceIterator iterator which in turn provides access to the CATHLRBodySubEdgeIterator iterator. These iterators can then be used to retrieve visibility information and compute the projection of selected edges onto the projection plane.

See also:
, ,


Method Index


o GetBodyInstanceIterator()
Returns an iterator over the input body instances.

Methods


o GetBodyInstanceIterator
public virtual GetBodyInstanceIterator()
Returns an iterator over the input body instances.
Returns:
A reference to an CATHLRBodyInstanceIterator. This iterator is owned by the CATHLRResult which manages its life cycle.

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

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