DataExchangeBaseRepsItf Interface CATIExchangeSphere
Usage: you can freely reimplement this interface.
 interface CATIExchangeSphere
 Interface to exchange spheres.
 Role: This interface is dedicated to get spheres information.
 
Available from CATIA V5R10.
 Method Index
 
 -  o 
    GetSphereData(double[3],double*,double[3],CATBaseUnknown_var)
 -   Retrieves the sphere's parameters.
 
 -  o 
    GetSphereInfo(double[3])
 -   Retrieves the sphere's reference direction.
 
 Methods
 
  o GetSphereData
  |   public virtual   GetSphereData( |   | oCenterPoint, | 
 |   | oRadius, | 
 |   | oAxisvector, | 
 |   | ioRelimitedOnFace | = NULL_var)   | 
  - 
 Retrieves the sphere's parameters.
 
  -  Parameters:
  
 - 
    
    -  oCenterPoint
   
 - 				Get the center of the sphere.
 
 
    -  oRadius
   
 - 				Get the radius of the sphere.
 
 
    -  oAxisVector
   
 - 				Get the unit vector defining the axis of the sphere.
 
 
    -  ioRelimitedOnFace
   
 - 				Never use this argument. Let it at its NULL_var default value.
 
 
 
  o GetSphereInfo
  |   public virtual   GetSphereInfo( |   | oRefDirection)   | 
  - 
 Retrieves the sphere's reference direction.
 
  -  Parameters:
  
 - 
    
    -  oRefDirection
   
 - 				Get the projection of oCenterPoint on the sphere along oAxisvector.
				Gives a point on the sewing edge.
 
 
 
 This object is included in the file: CATIExchangeSphere.h
If needed, your Imakefile.mk should include the module: DataExchangeBaseRepsItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.