MachiningUseItf Interface DELIMfgGeomParameters

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


interface DELIMfgGeomParameters

Interface to manage parameters of the machining feature.


Method Index


o FindElement(CATUnicodeString&,CATBaseUnknown_var&)
Retrieves , if possible , CKE object describing parameter on the machining feature.
o GetValue(CATUnicodeString&,int&)
Retrieves the value for an integer type parameter on the machining feature.
o GetValue(CATUnicodeString&,double&)
Retrieves the value for a double type parameter on the machining feature.
o GetValue(CATUnicodeString&,boolean&)
Retrieves the value for a string type parameter on the machining feature.
o GetValue(CATUnicodeString&,CATUnicodeString&)
Retrieves the value for a string type parameter on the machining feature.
o GetValue(CATUnicodeString&,CATBaseUnknown_var&)
Retrieves the value parameter on the machining feature.
o SetValue(CATUnicodeString&,int)
Sets the value for an integer type parameter on the machining feature.
o SetValue(CATUnicodeString&,double)
Sets the value for a double type parameter on the machining feature.
o SetValue(CATUnicodeString&,boolean&)
Sets the value for a string type parameter on the machining feature.
o SetValue(CATUnicodeString&,CATBaseUnknown_var)
Sets the value parameter on the machining feature.
o SetValue(CATUnicodeString&,CATUnicodeString&)
Sets the value for a string type parameter on the machining feature.

Methods


o FindElement
public virtual FindElement( const iName,
oParm)
Retrieves , if possible , CKE object describing parameter on the machining feature.
Parameters:
iName
The parameter name
oParm
The parameter value modelized by a
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for an integer type parameter on the machining feature.
Parameters:
iName
The parameter name
oValue
The parameter value
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a double type parameter on the machining feature.
Parameters:
iName
The parameter name
oValue
The parameter value
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a string type parameter on the machining feature.
Parameters:
iName
The parameter name
oValue
The parameter value
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value for a string type parameter on the machining feature.
Parameters:
iName
The parameter name
oValue
The parameter value
o GetValue
public virtual GetValue( const iName,
oValue)
Retrieves the value parameter on the machining feature.
Parameters:
iName
The parameter name
oValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for an integer type parameter on the machining feature.
Parameters:
iName
The parameter name
iValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a double type parameter on the machining feature.
Parameters:
iName
The parameter name
iValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a string type parameter on the machining feature.
Parameters:
iName
The parameter name
iValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value parameter on the machining feature.
Parameters:
iName
The parameter name
iValue
The parameter value
o SetValue
public virtual SetValue( const iName,
const iValue)
Sets the value for a string type parameter on the machining feature.
Parameters:
iName
The parameter name
iValue
The parameter value

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

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