DataExchangeBaseRepsItf Interface CATIExchangeFace
Usage: you can freely reimplement this interface.
 interface CATIExchangeFace
 Interface to exchange faces.
 Role: This interface is dedicated to get faces information.
 
A face is a bi-dimensional topological entity. Its underlying geometry is a 3D surface.
 
Available from CATIA V5R10.
 Method Index
 
 -  o 
    EnumLoops()
 -   Returns the list of all associated loops.
 
 -  o 
    GetGeometricProperties(double&)
 -   Retrieves the geometric properties of the face.
 
 -  o 
    GetSurface()
 -   Returns the associated basis surface.
 
 -  o 
    IsParamReversed()
 -   Returns TRUE if the face's surface parametrization is opposed to the
 logical flow imposed by convention, FALSE otherwise.
 
 Methods
 
  o EnumLoops
  |   public virtual   EnumLoops( | )   | 
  - 
 Returns the list of all associated loops.
 
  o GetGeometricProperties
  |   public virtual   GetGeometricProperties( |   | oArea)   | 
  - 
 Retrieves the geometric properties of the face.
 
  -  Parameters:
  
 - 
    
    -  oArea
   
 - 				Get the face's area.
 
 
 
  o GetSurface
  |   public virtual   GetSurface( | )   | 
  - 
 Returns the associated basis surface.
 
  o IsParamReversed
  |   public virtual   IsParamReversed( | )   | 
  - 
 Returns TRUE if the face's surface parametrization is opposed to the
 logical flow imposed by convention, FALSE otherwise.
 
 This object is included in the file: CATIExchangeFace.h
If needed, your Imakefile.mk should include the module: DataExchangeBaseRepsItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.