All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Visualization Class CAT3DSimpleSphereRep

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---VisualizationBase.CATRep
        |
        +---VisualizationBase.CAT3DRep
          |
          +---CAT3DSimpleSphereRep
 

Usage: you must use this class as is. You should never derive it.


public class CAT3DSimpleSphereRep

Class to create the representation of a sphere.
Role: View a sphere.


Constructor and Destructor Index


o CAT3DSimpleSphereRep(CATMathPointf,float,int)
o CAT3DSimpleSphereRep(CATMathPointf,float,int,int)
o ~CAT3DSimpleSphereRep()

Method Index


o GetGP()
Returns the graphic primitive describing the sphere.

Constructor and Destructor


o CAT3DSimpleSphereRep
public CAT3DSimpleSphereRep(CATMathPointf iCenter,
float iRadius,
int iFactor= 32)
o CAT3DSimpleSphereRep
public CAT3DSimpleSphereRep(CATMathPointf iCenter,
float iRadius,
int iFactor,
int UpDown)
o ~CAT3DSimpleSphereRep
public ~CAT3DSimpleSphereRep()

Methods


o GetGP
public virtual CAT3DFaceGP* GetGP()const
Returns the graphic primitive describing the sphere.

This object is included in the file: CAT3DSimpleSphereRep.h
If needed, your Imakefile.mk should include the module: CATVisualization

Copyright © 2003, Dassault Systèmes. All rights reserved.