Function
Creates an invalid-component handle.
Syntax
#include <dx/dx.h>
InvalidComponentHandle DXCreateInvalidComponentHandle(Object object,
Array array, char
*name)
Functional Details
The invalid-component handle is necessary in order to use the other invalid-component routines.
object | specifies:
| ||
array | allows an initial "invalid positions" or "invalid connections" component to be passed in to initialize the handle.
| ||
name | Specifies the component referred to by the invalid component: "positions," "connections.," "faces," or "polylines." |
When you have finished using it, delete the invalid-component handle with DXFreeInvalidComponentHandle.
Return Value
Returns the invalid-component handle or returns NULL and sets an error code.
See Also
DXFreeInvalidComponentHandle, DXGetInvalidCount, DXGetValidCount, DXInvertValidity, DXIsElementValid, DXIsElementInvalid, DXSaveInvalidComponent, DXSetAllInvalid, DXSetAllValid, DXSetElementInvalid, DXSetElementValid