Represents the B-rep error status.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
Public Enumeration ErrorStatus
public enum class ErrorStatus
Members
| Member name |
Value |
Description |
| Ok |
0 |
The operation is finished successfully. |
| NotImplementedYet |
3 |
Returned if the function is not implemented yet. |
| NotApplicable |
4 |
Represents the situation when the inherited function is not
applicable to this subclass. |
| InvalidInput |
5 |
The input arguments point to an invalid object. |
| OutOfMemory |
9 |
The memory for the object could not be allocated. |
| NullObjectId |
21 |
Returned when the subentity path does not point to an
object. |
| NullSubentityId |
28 |
Returned when the subentity path does not point to a
subentity. |
| WrongObjectType |
39 |
The type of returned object is not supported as a B-rep. |
| WrongDatabase |
40 |
No description. |
| InvalidObject |
121 |
The Brep object is not initialized or is invalid. |
| UnrecoverableErrors |
121 |
Returned when the function implementation is missing. |
| NotInDatabase |
138 |
No description. |
| MissingGeometry |
147 |
Represents the partially or fully missing geometry. |
| DegenerateGeometry |
147 |
No description. |
| WrongSubentityType |
189 |
The subentity type does not match the subclass. |
| BrepChanged |
3,008 |
The object has been modified since this Brep object was last
set. |
| UnsuitableTopology |
3,013 |
No description. |
| DegenerateTopology |
3,020 |
The subentity does not map to the topology. |
| MissingTopology |
3,020 |
No description. |
| UninitialisedObject |
3,021 |
The Brep object is not initialized. |
See Also