CATTTRSUseItf CATMathComplexRGE
Usage: you must use this class as is. You should never derive it.
public class CATMathComplexRGE
Class representing the mathematical properties of an RGE whose TTRS class is Complex.
Overrides .
Constructor and Destructor Index
- o
CATMathComplexRGE(CATMathPoint&,CATMathLine&,CATMathPlane&)
- Constructs a Complex RGE using a point, a line, and a plane.
Method Index
- o
GetMathLine(CATMathLine&)
- Retrieves the line making up the Complex RGE.
- o
GetMathPlane(CATMathPlane&)
- Retrieves the plane making up the Complex RGE.
- o
GetMathPoint(CATMathPoint&)
- Retrieves the point making up the Complex RGE.
- o
GetTTRSClass()
- Returns the TTRS class associated with the Complex RGE.
- o
GetTTRSclass()
- Returns the TTRS class associated with the Complex RGE.
Data Member Index
- o
_math_line
- The line that makes up the Complex RGE.
- o
_math_plane
- The plane that makes up the Complex RGE.
- o
_math_point
- The point that makes up the Complex RGE.
Constructor and Destructor
o CATMathComplexRGE
public CATMathComplexRGE( | | iMathPoint, |
| | iMathLine, |
| | iMathPlane) |
-
Constructs a Complex RGE using a point, a line, and a plane.
- Parameters:
-
- iMathPoint
- The point making up the Complex RGE
- iMathLine
- The line making up the Complex RGE
- iMathPlane
- The plane making up the Complex RGE
Methods
o GetMathLine
public GetMathLine( | | ioMathLine) |
-
Retrieves the line making up the Complex RGE.
- Parameters:
-
- ioMathLine
- The retrieved line
- Returns:
- S_OK Returns always S_OK, even if a null line is associated with the RGE
o GetMathPlane
public GetMathPlane( | | ioMathPlane) |
-
Retrieves the plane making up the Complex RGE.
- Parameters:
-
- ioMathPlane
- The retrieved plane
- Returns:
- S_OK Returns always S_OK, even if a null plane is associated with the RGE
o GetMathPoint
public GetMathPoint( | | ioMathPoint) |
-
Retrieves the point making up the Complex RGE.
- Parameters:
-
- ioMathPoint
- The retrieved point
- Returns:
- S_OK Returns always S_OK, even if a null point is associated with the RGE
o GetTTRSClass
-
Returns the TTRS class associated with the Complex RGE.
o GetTTRSclass
-
Returns the TTRS class associated with the Complex RGE.
Data Members
o _math_line
public CATMathLine _math_line
-
The line that makes up the Complex RGE.
o _math_plane
public CATMathPlane _math_plane
-
The plane that makes up the Complex RGE.
o _math_point
public CATMathPoint _math_point
-
The point that makes up the Complex RGE.
This object is included in the file: CATMathRGE.h
If needed, your Imakefile.mk should include the module: CATTTRSUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.