DataExchangeBaseRepsItf Interface CATIExchangeSurfaceOfRevolution
Usage: you can freely reimplement this interface.
interface CATIExchangeSurfaceOfRevolution
Interface to exchange surfaces of revolution.
Role: This interface is dedicated to get surfaces of revolution information.
Available from CATIA V5R10.
Method Index
- o
GetSurfaceOfRevolutionData(double[3],double[3],double*,double*,CATIExchangeCurve_var&)
- Retrieves the revolution surface's parameters.
- o
GetSurfaceOfRevolutionInfo(double[3])
- Retrieves the surface of revolution's reference direction.
Methods
o GetSurfaceOfRevolutionData
public virtual GetSurfaceOfRevolutionData( | | oAxisOfRevolution, |
| | oPointOnAxis, |
| | oStartAngle, |
| | oEndAngle, |
| | oGeneratrix) |
-
Retrieves the revolution surface's parameters.
Angles are in degrees.
- Parameters:
-
- oAxisOfRevolution
- Get the surface's revolution axis.
- oPointOnAxis
- Get a point on the axis.
- oStartAngle
- Get the start angle.
- oEndAngle
- Get the end angle.
- oGeneratrix
- Get the generatrix.
o GetSurfaceOfRevolutionInfo
public virtual GetSurfaceOfRevolutionInfo( | | oRefDirection) |
-
Retrieves the surface of revolution's reference direction.
- Parameters:
-
- oRefDirection
- Get the unit vector perpendicular to the basis surface.
This object is included in the file: CATIExchangeSurfaceOfRevolution.h
If needed, your Imakefile.mk should include the module: DataExchangeBaseRepsItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.