DELStrMfgUseItf Interface DELIStrMfgUseEdgePreparation
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIStrMfgUseEdgePreparation
Method Index
- o
GetBevelParameters(CATListValCATBaseUnknown_var&,CATListOfCATUnicodeString&)
- Get Bevel UDF Parameters
- o
GetReferenceSide(DELStrMfgUseSideMode&)
- Get the reference side on which Edge prep will be created.
- o
GetRootGap(double*)
- Retrieves the root gap value.
- o
GetType(CATUnicodeString*)
- Retrieves the Bevel Type .
- o
SetReferenceSide(DELStrMfgUseSideMode)
- Set the reference side on which Edge prep will be created.
- o
SetRootGap(double*)
- Set the root gap value.
- o
SetType(CATUnicodeString*)
- Modifies the Bevel Type .
Methods
o GetBevelParameters
-
Get Bevel UDF Parameters
- Parameters:
-
- ospParameterList
- CKE param list.
- ospParameterNameList
- Name of the parameters.
- Returns:
- Error code of function.
o GetReferenceSide
-
Get the reference side on which Edge prep will be created..
- Parameters:
-
- opRefSide
- The reference side value.
- Returns:
- Error code of function.
o GetRootGap
public virtual HRESULT GetRootGap( | double* | opRootGap) const = 0 |
-
Retrieves the root gap value.
- Parameters:
-
- opRootGap
- The root gap value.
- Returns:
- Error code of function.
o GetType
-
Retrieves the Bevel Type .
- Parameters:
-
- opName
- The Bevel name value.
- Returns:
- Error code of function.
o SetReferenceSide
-
Set the reference side on which Edge prep will be created..
- Parameters:
-
- ipRefSide
- The reference side value.
- Returns:
- Error code of function.
o SetRootGap
public virtual HRESULT SetRootGap( | const double* | ipRootGap) = 0 |
-
Set the root gap value.
- Parameters:
-
- ipRootGap
- The root gap value.
- Returns:
- Error code of function.
o SetType
-
Modifies the Bevel Type .
- Parameters:
-
- ipName
- The Bevel Name value.
- Returns:
- Error code of function.
This object is included in the file: DELIStrMfgUseEdgePreparation.h
If needed, your Imakefile.mk should include the module: CAADELStrMfgItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.