This interface represents a loop.
interop.CimBaseAPI
Cimatron 2026 or later
Get |
LoopType |
interop.CimBaseAPI.LoopType |
Get |
Parent |
interop.CimBaseAPI.ICimEntity |
interop.CimBaseAPI.ICimEntityList |
GetAllEdges |
( ) |
interop.CimBaseAPI.ICimEntityList |
GetAllCoEdges |
( ) |
interop.CimBaseAPI.ICimEntityList |
GetFace |
( ) |
interop.CimBaseAPI.ICimEntityList |
GetVertices |
( ) |
int |
GetVertexCount |
( ) |
int |
GetCoedgeCount |
( ) |
int |
GetEdgeCount |
( ) |
interop.CimBaseAPI.ICimEntity |
GetNext |
( ) |
BOOL |
IsEqual |
( interop.CimBaseAPI.ICimEntity ) |
None
You can use this interface to check what kind of entity you have. In MS Visual C++ use the QueryInterface(...) method; in MS Visual Basic use the Set method and error trapping if an entity isn't a loop.