All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---VisualizationBase.CATRep
|
+---VisualizationBase.CAT2DRep
|
+---CAT2DPolygonRep
Usage: you must use this class as is. You should never derive it.
public class CAT2DPolygonRep
Class to create the representation of a 2D polygon.
Role:
Example of a CAT2DPolygon with 4 points :
point 1 X--------------------X point 2
| |
| |
point 4 X--------------------X point 3
| public CAT2DPolygonRep( | ) |
| public CAT2DPolygonRep( | const float* | iPoints, |
| const int | iNbPoints, | |
| const int | iFill) |
| public virtual ~CAT2DPolygonRep( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.