DataExchangeBaseRepsItf Interface CATIExchangeParabola
Usage: you can freely reimplement this interface.
 interface CATIExchangeParabola
 Interface to exchange parabolas.
 Role: This interface is dedicated to get parabolas information.
 
Available from CATIA V5R10.
 Method Index
 
 -  o 
    GetParabolaData(double[3],double[3],double[3])
 -   Retrieves the parabola's parameters.
 
 Methods
 
  o GetParabolaData
  |   public virtual   GetParabolaData( |   | oVertex, | 
 |   | oAxisVector, | 
 |   | oFocusAxis)   | 
  - 
 Retrieves the parabola's parameters.
 The curve parametrization is :
   X(t) = t^2/(4*FD), Y(t) = t, where X and Y are relative to oFocusAxis.
 
  -  Parameters:
  
 - 
    
    -  oVertex
   
 - 				Get the vertex/apex of the parabola.
 
 
    -  oAxisVector
   
 - 				Get the unit vector perpendicular to the plane of the parabola.
 
 
    -  oFocusAxis
   
 - 				Get the unit vector of the focal axis of the parabola with |pFocusAxis| = focal distance (FD).
 
 
 
 This object is included in the file: CATIExchangeParabola.h
If needed, your Imakefile.mk should include the module: DataExchangeBaseRepsItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.