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.
public virtual GetMechanicalFeatures( | oFeatures) |
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.
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.