Use this method to to import point data from CMM file. Before using this method validate the input data using the IMeasurementCycleManager::ValidateInputData API.
Cimatron 2026 or later
interop.CimNcAPI.IMeasurementCycleManager GetMeasurementCycleManager();
def GetMeasurementCycleManager() -> interop.CimNcAPI.IMeasurementCycleManager
|
Return: void |
|
|
Input: string |
iCmmFile - Path of the Xml file which include point data. |
|
Input: string |
iGroupName - Name of the group |
|
Input: int |
iImportGroupsWithSameUcs
|
|
Input: string |
iUcsname - Name of the Ucs to transform point. This is useful when the UCS name of the CMM data not found in the currrent NC file. |
None
