Interface for testing operations. More...
import"GEOM_Gen.idl";
Public Member Functions | |
| boolean | Tesselate (in GEOM_Object shape, in double linearDeflection, in boolean isRelative, in double angularDeflection) |
| Build a mesh on the given shape. More... | |
| boolean | IsDone () |
| To know, if the operation was successfully performed. More... | |
| void | SetErrorCode (in string theErrorID) |
| Set the operation error code. More... | |
| string | GetErrorCode () |
| Get the operation error code. More... | |
| void | StartOperation () |
| Opens a new transaction. More... | |
| void | FinishOperation () |
| Closes the previously opened transaction. More... | |
| void | AbortOperation () |
| Aborts the previously opened transaction. More... | |
Interface for testing operations.
| boolean Tesselate | ( | in GEOM_Object | shape, |
| in double | linearDeflection, | ||
| in boolean | isRelative, | ||
| in double | angularDeflection | ||
| ) |
Build a mesh on the given shape.
| shape | is a source object |
| linearDeflection | is a linear deflection |
| isRelative | says if given value of deflection is relative to shape's bounding box |
| angularDeflection | is an angular deflection for edges in radians |
|
inherited |
To know, if the operation was successfully performed.
|
inherited |
Set the operation error code.
| theErrorID | is a string describing the error occurred |
|
inherited |
Get the operation error code.
|
inherited |
Opens a new transaction.
|
inherited |
Closes the previously opened transaction.
|
inherited |
Aborts the previously opened transaction.