An interface supported by those objects that serve as collections of entities.
More...
List of all members.
Detailed Description
An interface supported by those objects that serve as collections of entities.
Member Function Documentation
Get statistics about this provider.
- Return values:
-
- Returns:
- S_OK : if successful
- E_POINTER : if ppStats == NULL
HRESULT ISkpEntityProvider::HasSectionCuts |
( |
[out, retval] BOOL * |
pVal |
) |
|
Determine whether there are any section cuts found within this provider.
- Return values:
-
| pVal | True iff there is a section cut within this provider. |
- Returns:
- S_OK : if successful
- E_POINTER : if pVal == NULL
Property Documentation
[propget] Get the ComponentInstances contained within this object.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pComponentInstances == NULL
[propget] Get the ConstructionLines contained within this object.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pConstructionLines == NULL
[propget] Get the ConstructionPoints contained within this object.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pConstructionPoints == NULL
[propget] Get the Dimensions contained within this object.
- Return values:
-
| pDimensions | A Collection of ISkpDimension objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pDimensions == NULL
[propget] Get the Edges contained within this object.
- Return values:
-
| pEdges | A Collection of ISkpEdge objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pEdges == NULL
[propget] Get the EdgeUses contained within this object.
- Return values:
-
| pEdgeUses | A Collection of ISkpEdgeUse objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pEdgeUses == NULL
[propget] Get the Entities contained within this object.
- Return values:
-
| pEntitys | A Collection of ISkpEntity objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pEntities == NULL
[propget] Get the Faces contained within this object.
- Return values:
-
| pFaces | A Collection of ISkpFace objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pFaces == NULL
[propget] Get the Groups contained within this object.
- Return values:
-
| pGroups | A Collection of ISkpGroup objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pGroups == NULL
[propget] Get the Images contained within this object.
- Return values:
-
| pImages | A Collection of ISkpImage objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pImages == NULL
[propget] Get the Loops contained within this object.
- Return values:
-
| pLoops | A Collection of ISkpLoop objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pLoops == NULL
[propget] Get the Polyline3ds contained within this object.
- Return values:
-
| pPolylines | A Collection of ISkpPolyline3d objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pPolylines == NULL
[propget] Get the SectionPlanes contained within this object.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pEntities == NULL
[propget] Get the Texts contained within this object.
- Return values:
-
| pTexts | A Collection of ISkpText objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pTexts == NULL
[propget] Get the Vertices contained within this object.
- Return values:
-
| pVertices | A Collection of ISkpVertex objects. This will never be NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pVertices == NULL