| Customize Help
| Save Settings

M3dmetCopy



Function Map
Synopsis
Copy a 3D geometry into, or out of, a fit 3D metrology context.
Syntax
void M3dmetCopy(
MIL_ID SrcMilObjectId, //in
MIL_ID DstMilObjectId, //in
MIL_INT64 CopyType, //in
MIL_INT64 ControlFlag //in
)
Description

This function copies a 3D geometry from a 3D geometry object into a fit 3D metrology context, or vice versa. The fit operation (M3dmetFit()) will use this geometry to determine an initial fit estimate if M3dmetControl() with M_ESTIMATION_MODE is set to M_FROM_GEOMETRY. Note that the fit operation does not support 3D box geometries.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see if there is complementary information.
Parameters
This function is not supported on the selected boards.
Parameters
SrcMilObjectId

Specifies the MIL object from which to copy the 3D geometry.

function map For specifying the source MIL object
Click to summarizeValue Description
Click to summarize M_XY_PLANE

Specifies to copy the XY (Z=0) plane.

This requires that the destination MIL object be a fit 3D metrology context.

(summarize)
Click to summarize MIL 3D geometry object identifier

Specifies the identifier of the 3D geometry object from which to copy the 3D geometry; 3D box geometries are not supported.

Click to summarize MIL fit 3D metrology context identifier

Specifies the identifier of the fit 3D metrology context from which to copy the 3D geometry.

DstMilObjectId

Specifies the identifier of the MIL object in which to copy the 3D geometry.

function map For specifying the destination MIL object
Click to summarizeValue Description
Click to summarize MIL 3D geometry object identifier

Specifies the identifier of the 3D geometry object in which to copy the 3D geometry.

Click to summarize MIL fit 3D metrology context identifier

Specifies the identifier of the fit 3D metrology context in which to copy the 3D geometry.

CopyType

Specifies the type of copy operation to perform.

function map Specifies the type of copy operation
Click to summarizeValue Description
Click to summarize M_ESTIMATE_GEOMETRY

Specifies to copy the 3D geometry from the source MIL object into the destination MIL object. The 3D geometry in the destination MIL object will be overwritten.

(summarize)
ControlFlag

Reserved for future expansion and must be set to M_DEFAULT.

Compilation information
Header Include mil.h.
Library Use mil.lib; mil3dmet.lib.
DLL Requires mil.dll; mil3dmet.dll.
XY PLANE ESTIMATE GEOMETRY