CATMecModLiveUseItf Interface CATIMmiUseBodyContent

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


interface CATIMmiUseBodyContent

Interface to retrieve the elements of a geometrical feature set.
Role:This interface enables you to retrieve the elements of a geometrical set. This interface is available for all kinds of geometrical features sets.

The unique method, , enables you to retrieve the elements of a geometrical feature set :
all the geometrical features that are aggregated in this geometrical set (first level), excluding feature sets
Features aggregated indirectly are not retrieved (e.g. a Point under a Line that is under the geometrical feature set).
This method works for any kind of geometrical features sets.


Method Index


o GetMechanicalFeatures(CATListValCATBaseUnknown_var&)
Retrieves the elements of a geometrical feature set.

Methods


o GetMechanicalFeatures
public virtual GetMechanicalFeatures( oFeatures)
Retrieves the elements of a geometrical feature set.

Retrieves the list of mechanical features directly aggregated by the geometrical feature set (excluding aggregated feature sets) For instance, Geometric elements that are in a GS (GS2) under GS1 are not retrieved.

Parameters:
oFeatures
A list of geometrical features.

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

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