All Frameworks Class Hierarchy This Framework Previous Next Indexes
ManufacturingInterfaces Interface CATIMfgActivityInformation
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgActivityInformation
Usage: you can freely reimplement this interface.
interface CATIMfgActivityInformation
Interface to implement to override the standard table view output of a manufacturing activity.
Method Index
- o
GetImplementedKeyWords(CATListOfCATUnicodeString&)
- Defines the Key Words List that you implement.
- o
GetInfo(CATUnicodeString&,CATUnicodeString&,int&)
- Computes the string to display in the Table view for a Key Word.
Methods
o GetImplementedKeyWords
-
Defines the Key Words List that you implement.
- Parameters:
-
- oListKeyWords
- The Keywords List that you implement
Legal values:
- "MfgActType" : to define the output in column Class
- "MfgMachFeed" : to define the output in column Machining feedrate
- "MfgSpndlFeed" : to define the output in column Spindle feed
- "MfgSpndlNum" : to define the output in column Spindle Number
- "MfgResName" : to define the output in column Resources names
- "MfgActComment" : to define the output in column Comment
- "MfgActActive" : to define the output in column Active/Inactive
- "MfgActStatus" : to define the output in column status (Missing Info, Not up to date, Up to date)
- "MfgActComputed" : to define the output in column Computed/Not computed
- "MfgTPPacked" : to define the output in column external Tool Path (Yes/No)
- "MfgActVideoRes" : to define the output in column Video result attached (Yes/No)
- "MfgSCTime" : to define the output in column Specified Cycle Time result attached (Yes/No)
- "MfgTotalTime" : to define the output in column Total Time result attached (Yes/No)
- "MfgMachTime" : to define the output in column Machining Time result attached (Yes/No)
- "MfgMachTol" : to define the output in column Tolerance result attached (Yes/No)
- "MfgRetFeed" : to define the output in column Retract Feedrate result attached (Yes/No)
- "MfgAppFeed" : to define the output in column Approach Feedrate result attached (Yes/No)
- "MfgThicknesses" : to define the output in column Thicknesses result attached (Yes/No)
- "MfgOffsets" : to define the output in column Offsets result attached (Yes/No)
- Returns:
- The return code
Legal values:
- S_OK :allways return S_OK
o GetInfo
-
Computes the string to display in the Table view for a Key Word.
- Parameters:
-
- iKeyWords
- This parameter corresponds to the Key Word for which you want to get an information
- oInfoValue
- This parameter defines the string you want to display for the Key word
- oMode
- This parameter defines the mode you choose. You can add an information to the default one or you can replace it.
Legal values:
- 0 : you want to replace the default information by oInfoValue
- 1 : you want to add oInfoValue to the default information
- other case : the default information will be displayed
- Returns:
- The return code
Legal values:
- S_OK : oInfoValue is successfully computed
- other case : the String "-" will be displayed
This object is included in the file: CATIMfgActivityInformation.h
If needed, your Imakefile.mk should include the module: MfgItfEnv