MIL_ID SrcMilObjectId, | //in |
MIL_ID DstMilObjectId, | //in |
MIL_INT64 CopyType, | //in |
MIL_INT64 ControlFlag | //in |
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.
Specifies the MIL object from which to copy the 3D geometry.
For specifying the source MIL object
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
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)Specifies to copy the XY (Z=0) plane. (more details...) |
||||||||||||||||||||||||||||||||||||||
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. |
||||||||||||||||||||||||||||||||||||||
MIL fit 3D metrology context identifier |
Specifies the identifier of the fit 3D metrology context from which to copy the 3D geometry. |
Specifies the identifier of the MIL object in which to copy the 3D geometry.
For specifying the destination MIL
object
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
MIL 3D geometry object identifier |
Specifies the identifier of the 3D geometry object in which to copy the 3D geometry. |
||||||||||||||||||||||||||||||||||||||
MIL fit 3D metrology context identifier |
Specifies the identifier of the fit 3D metrology context in which to copy the 3D geometry. |
Specifies the type of copy operation to perform.
Specifies the type of copy operation
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
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)Specifies to copy the 3D geometry from the source MIL object into the destination MIL object. (more details...) |
Header | Include mil.h. |
Library | Use mil.lib; mil3dmet.lib. |
DLL | Requires mil.dll; mil3dmet.dll. |