VisualizationFoundation CAT3DPlanRep

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


public class CAT3DPlanRep

Class to create a graphic representation with a plane.


Constructor and Destructor Index


o CAT3DPlanRep()
o CAT3DPlanRep(CATMathPointf&,CATMathDirectionf&,CATMathDirectionf&,float)

Method Index


o CreateRep()
Default constructor.
o CreateRep(CATMathPointf&,CATMathDirectionf&,CATMathDirectionf&,float)
Constructs a graphic representation from an origin, two directions, and a lenght expressed in millimeters.
o Get(CATMathPointf&,CATMathDirectionf&,CATMathDirectionf&)
Retrieves information about the plane.

Constructor and Destructor


o CAT3DPlanRep
public CAT3DPlanRep()
Deprecated:
R417 : Use CreateRep instead.
o CAT3DPlanRep
public CAT3DPlanRep( const iOrigin,
const iDirection1,
const iDirection2,
iLengthInMM)
Deprecated:
R417 : Use CreateRep instead.

Methods


o CreateRep
public static CreateRep()
Default constructor.
o CreateRep
public static CreateRep( const iOrigin,
const iDirection1,
const iDirection2,
iLengthInMM)
Constructs a graphic representation from an origin, two directions, and a lenght expressed in millimeters.

                         -----------------------------      ^
                        |                             |     |
                        |          iDirection1        |     |     
                        |              ^              |     |
                        |              |              |     |
                        |              |  iDirection2 |     |
                        |              x --->         |     | iLenghtInMM
                        |           iOrigin           |     |
                        |                             |     |
                        |                             |     |
                        |                             |     |
                        |                             |     |
                        |                             |     |
                         -----------------------------      v

                         <--------------------------->
                                  iLenghtInMM
       

 
Parameters:
iOrigin
The square center.
iDirection1
The first direction which is parallel to two of the edges.
iDirection2
The second direction which is parallel to the two other edges.
iLengthInMM
The square length expressed in millimeters.
o Get
public Get( ioOrigin,
ioDirection1,
ioDirection2)
Retrieves information about the plane.
Parameters:
ioOrigin
The square center.
ioDirection1
The first direction which is parallel to two of the edges.
ioDirection2
The second direction which is parallel to the two other edges.

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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.