VisualizationFoundation CAT3DPointRep
Usage: you must use this class as is. You should never derive it.
public class CAT3DPointRep
Class to create the representation of a point.
Role: This class is used to represent a point. Different symbols are available.
Constructor and Destructor Index
- o
CAT3DPointRep()
-
- o
CAT3DPointRep(CATMathPointf&,CATSymbolType)
-
- o
~CAT3DPointRep()
-
Method Index
- o
CreateRep()
- Constructs the representation of a point.
- o
CreateRep(CATMathPointf&,CATSymbolType)
- Constructs the representation of a point.
- o
GetPoint()
- Returns the coordinates of the point.
- o
Modify(CATMathPointf&)
- Modifies the coordinates of the representation of a point.
- o
SetSymbol(CATSymbolType)
- Modifies the symbol of the represented of a point.
Constructor and Destructor
o CAT3DPointRep
-
- Deprecated:
- R417 : Use CreateRep instead.
o CAT3DPointRep
public CAT3DPointRep( | const | iPoint, |
| | iSymbol | = CROSS) |
-
- Deprecated:
- R417 : Use CreateRep instead.
o ~CAT3DPointRep
public virtual ~CAT3DPointRep( | ) |
-
Methods
o CreateRep
public static CreateRep( | ) |
-
Constructs the representation of a point.
o CreateRep
public static CreateRep( | const | iPoint, |
| | iSymbol | = CROSS) |
-
Constructs the representation of a point.
- Parameters:
-
- iCoordinates
- The point to be represented.
- iSymbol
- The symbol used to visualize the point.
o GetPoint
-
Returns the coordinates of the point.
o Modify
public Modify( | const | iPoint) |
-
Modifies the coordinates of the representation of a point.
- Parameters:
-
- iPoint
- The new coordinates of the point.
o SetSymbol
public SetSymbol( | | iSymbol) |
-
Modifies the symbol of the represented of a point.
- Parameters:
-
- iSymbol
- The new symbol to be used.
This object is included in the file: CAT3DPointRep.h
If needed, your Imakefile.mk should include the module: CATVisFoundation
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.