MachiningOperationUseItf Interface DELISmgMachiningAreaChecks
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELISmgMachiningAreaChecks
Interface dedicated to check elements of a Machining Area.
Role: This interface offers services to retrieve check elements
from a Machining Area.
Method Index
- o
GetStatus(int&)
- Checks if check elements are mandatory.
- o
SetStatus(int)
- Modifies the geometry status of the check elements .
Methods
o GetStatus
public virtual HRESULT GetStatus( | int& | oState) = 0 |
-
Checks if check elements are mandatory.
- Parameters:
-
- oState
-
Legal values:
- 0
- Check elements are optional parameters
- 1
- Check elements are mandatory parameters
o SetStatus
public virtual HRESULT SetStatus( | const int | iState) = 0 |
-
Modifies the geometry status of the check elements .
- Parameters:
-
- iState
-
Legal values:
- 0
- Check elements are optional parameters (default)
- 1
- Check elements are mandatory parameters
This object is included in the file: DELISmgMachiningAreaChecks.h
If needed, your Imakefile.mk should include the module: MachiningOperationUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.