Print CATPrintSupportImage
Usage: you must use this class as is. You should never derive it.
public class CATPrintSupportImage
Class to create an image for support printing.
Constructor and Destructor Index
- o
CATPrintSupportImage(CATSupport*,CAT2DViewpoint*,int)
- Constructs a print support image.
- o
CATPrintSupportImage(CATSupport*,CAT2DViewpoint*,CATMathPoint2Df&,CATMathPoint2Df&,int)
- Constructs a print support image with two points.
- o
~CATPrintSupportImage()
-
Method Index
- o
SetSelection(CATMathPoint2Df&,CATMathPoint2Df&)
- Clips the print support image with two points.
Constructor and Destructor
o CATPrintSupportImage
public CATPrintSupportImage( | | iSupport, |
| | i2DViewpoint, |
| | iMode | = CATPRINTRENDER_DEFAULT) |
-
Constructs a print support image.
- Parameters:
-
- iSupport
- The support to print.
- i2DViewpoint
- The 2D-viewpoint for printing the support.
- iMode
- The printing render mode.
.
Legal values: The default is CATPRINTRENDER_DEFAULT.
o CATPrintSupportImage
public CATPrintSupportImage( | | iSupport, |
| | i2DViewpoint, |
| const | iBottomLeft, |
| const | iTopRight, |
| | iMode | = CATPRINTRENDER_DEFAULT) |
-
Constructs a print support image with two points.
- Parameters:
-
- iSupport
- The support to print.
- i2DViewpoint
- The 2D-viewpoint for printing the support.
- iBottomLeft
- The bottom left point.
- iTopRight
- The top right point.
- iMode
- The printing render mode.
.
Legal values: The default is CATPRINTRENDER_DEFAULT.
o ~CATPrintSupportImage
public virtual ~CATPrintSupportImage( | ) |
-
Methods
o SetSelection
public virtual SetSelection( | const | iBottomLeft, |
| const | iTopRight) |
-
Clips the print support image with two points.
- Parameters:
-
- iBottomLeft
- The bottom left point.
- iTopRight
- The top right point.
This object is included in the file: CATPrintSupportImage.h
If needed, your Imakefile.mk should include the module: CATPrint
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.