MachiningOperationUseItf Interface DELISmgMachiningAreaParts

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DELISmgMachiningAreaParts

Interface dedicated to part elements of a Machining Area.

Role: This interface offers services to retrieve part elements from a Machining Area.


Method Index


o GetStatus(int&)
Checks if the part is a mandatory parameter.
o SetStatus(int)
Modifies the geometry status of the part.

Methods


o GetStatus
public virtual HRESULT GetStatus(int& oState) = 0
Checks if the part is a mandatory parameter.
Parameters:
oState

Legal values:
0
The part is an optional parameter
1
The part is a mandatory parameter
o SetStatus
public virtual HRESULT SetStatus( const int iState) = 0
Modifies the geometry status of the part.
Parameters:
iState

Legal values:
0
The part is an optional parameter
1
The part is a mandatory parameter (default)

This object is included in the file: DELISmgMachiningAreaParts.h
If needed, your Imakefile.mk should include the module: MachiningOperationUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.