|
CFx SDK Documentation
2023 SP0
|
#include <AECStorageShell.h>
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| ODRX_HEAP_OPERATORS () | |
Protected Attributes inherited from AECImpObj | |
| class AECSIBase * | m_pImp |
| DOM. More... | |
| OdUInt16 | m_iMinSupportedVersion |
Section Graphic Storage for Shell.
<group TA_API_Subobjects_Section>
Definition at line 35 of file AECStorageShell.h.
| OdUInt32 AECStorageShell::GetEdgeCount | ( | ) | const |
Returns the number of edges.
| OdGiVisibility AECStorageShell::GetEdgeVisibilityByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns edge visibility flag by index.
| OdUInt32 AECStorageShell::GetFaceCount | ( | ) | const |
Returns the number of faces.
Returns the face data in standard form.
| const OdGePoint3d& AECStorageShell::GetVertexByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the vertex position by index.
| void AECStorageShell::GetVertexByIndex | ( | OdUInt32 | iIndex, |
| const OdGePoint3d & | |||
| ) | const |
Returns the vertex position by index.
| OdUInt32 AECStorageShell::GetVertexCount | ( | ) | const |
Returns the number of vertices in shell.
| bool AECStorageShell::HasEdgeTags | ( | ) | const |
Returns whether shell has edge tags.
| bool AECStorageShell::HasEdgeVisibility | ( | ) | const |
Returns whether edge visibility flags are present.
| bool AECStorageShell::HasFaceTags | ( | ) | const |
Returns whether shell has face tags.