CDroitePar3D Class Reference
[Calques 3D - Geometrical Objects]
Inheritance diagram for CDroitePar3D:

Collaboration diagram for CDroitePar3D:

Detailed Description
Construction/Destruction.Public Member Functions | |
| virtual UINT | GetDefID () const |
| Get the resource ID of the string containing the definition of the object. | |
| virtual DWORD | isA () const |
| Get the identifier representing the type of the object. | |
| virtual CObject3D * | CopyObject () |
| Create a clone of this object. | |
| virtual CString | ExportSymbolic (int nFormat) |
| Method CObject3D::ExportSymbolic. | |
Member Function Documentation
| virtual UINT GetDefID | ( | ) | const [inline, virtual] |
Get the resource ID of the string containing the definition of the object.
Reimplemented from CDroite3D.
| virtual DWORD isA | ( | ) | const [inline, virtual] |
Get the identifier representing the type of the object.
See TObject3DClass and others identifiers
Reimplemented from CDroite3D.
| CObject3D * CopyObject | ( | ) | [virtual] |
Create a clone of this object.
- Returns:
- A pointer to the clone of this object.
Reimplemented from CDroite3D.
| CString ExportSymbolic | ( | int | nFormat | ) | [virtual] |
Method CObject3D::ExportSymbolic.
- Parameters:
-
nFormat The format to use for exporting the object (see CObject3D::TGraphType)
- Returns:
- A String containing the symbolic representation of the object
Reimplemented from CDroite3D.



