MIL_ID ContextOrResult3dmapId, | //in |
MIL_INT LabelOrIndex, | //in |
MIL_INT64 ControlType, | //in |
MIL_DOUBLE ControlValue | //in |
This function allows you to control a specified setting of a 3D reconstruction context or a 3D reconstruction result buffer.
Specifies the identifier of the 3D reconstruction context or the result buffer to control.
Specifies the point cloud(s) in the specified 3D reconstruction result buffer, or the entire result buffer itself, to control. Only 3D reconstruction result buffers allocated using M_POINT_CLOUD_CONTAINER have point clouds that can be specified using this parameter. For all other types of 3D reconstruction contexts and result buffers, set this parameter to M_DEFAULT.
For specifying the point cloud(s) or
point cloud container
|
|||||||||||||||||||||||||||||||||||||||
Value |
Description
|
||||||||||||||||||||||||||||||||||||||
Specifies the array index of a point cloud in the specified 3D reconstruction result buffer. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the index of an existing point cloud. |
|||||||||||||||||||||||||||||||||||||||
Specifies the label for a point cloud in the specified 3D reconstruction result buffer. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the label of an existing point cloud. |
|||||||||||||||||||||||||||||||||||||||
M_ALL |
Specifies to apply the control to all point clouds in the specified 3D reconstruction result buffer. |
||||||||||||||||||||||||||||||||||||||
M_GENERAL |
Specifies to control the specified 3D reconstruction result buffer (point cloud container) allocated using M_POINT_CLOUD_CONTAINER. |
Specifies the type of setting to control.
See the Parameter associations section for possible values that can be specified.
Specifies the required value for the setting.
See the Parameter associations section for possible values that can be specified.
The tables below list possible values for the ControlType and ControlValue parameters.
The following ControlType and corresponding ControlValue settings are available for any kind of 3D reconstruction context:
For a 3D reconstruction
context
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_CORRECTED_DEPTH |
Specifies the Z-coordinate in world units (for point clouds) or gray level (for partially corrected depth maps) used to represent the height of the next reference plane (the next call to M3dmapAddScan()), during 3D reconstruction calibration for depth. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
0 <= GrayValue <= 254 |
Specifies the gray level that will be used to represent the height of the next reference plane, when M3dmapAlloc() is set to M_DEPTH_CORRECTION. (more details...) |
||||||||||||||||||||||||||||||||||||||
0 <= GrayValue <= 65534 |
Specifies the gray level that will be used to represent the height of the next reference plane, when M3dmapAlloc() is set to M_DEPTH_CORRECTION. (more details...) |
||||||||||||||||||||||||||||||||||||||
ZCoordinateValue |
Specifies the Z-coordinate (in world units) of the next reference plane. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_FIXED_POINT |
Sets the number of binary digits used for the fractional part of the gray level values in uncorrected depth maps, when using M3dmapAddScan() with M_LINE_ALREADY_EXTRACTED. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 7 |
Specifies the number of binary digits used for the fractional part of gray level values. |
The following ControlType and ControlValue settings are available only for a 3D reconstruction context in M_CALIBRATED_CAMERA_LINEAR_MOTION 3D reconstruction mode:
For a 3D reconstruction context in
M_CALIBRATED_CAMERA_LINEAR_MOTION 3D reconstruction
mode
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_CHILD_OFFSET_X |
Sets the X-offset that M3dmapAddScan() assumes the laser line image buffer to have relative to the top-left pixel of the image buffer used during camera calibration. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the X-offset, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_CHILD_OFFSET_Y |
Sets the Y-offset that M3dmapAddScan() assumes the laser line image buffer to have relative to the top-left pixel of the image buffer used during camera calibration. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the Y-offset, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_RANGE_Z |
Sets the mode that helps determine the range of valid Z-coordinates for extracted points when using M3dmapAddScan(). INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_GREATER |
Specifies that the Z-axis range is defined by a lower limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_IN_RANGE |
Specifies that the Z-axis range is defined by the inside range of a lower limit and a upper limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1 and M_EXTRACTION_RANGE_Z_LIMIT2. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_INFINITE |
Specifies that the range covers the entire Z-axis, so all points are kept. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_LESS |
Specifies that the Z-axis range is defined by a upper limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_OUT_RANGE |
Specifies that the Z-axis range is defined by the outside range of a lower limit and a upper limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1 and M_EXTRACTION_RANGE_Z_LIMIT2. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_RANGE_Z_LIMIT1 |
Sets the first limit value that determines the range of valid Z-coordinates for extracted points. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the first limit value, which can be either the lower limit or upper limit. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_RANGE_Z_LIMIT2 |
Sets the second limit value that determines the range of valid Z-coordinates for extracted points. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the second limit value, which can be either the lower limit or upper limit. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SCAN_SPEED |
Sets the speed and direction of the object being scanned, along the object's plane of motion. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the speed, in world units per frame. (more details...) |
The following ControlType and ControlValue settings are available only for a pairwise 3D alignment context allocated using M3dmapAlloc() with M_PAIRWISE_ALIGNMENT_CONTEXT:
For a pairwise 3D alignment
context
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_ALIGN_RMS_ERROR_RELATIVE_THRESHOLD |
Specifies the stop condition for the pairwise 3D alignment iterative process that tests the percentile change of the RMS error of successive iterations. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0.1. |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the RMS relative threshold. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ALIGN_RMS_ERROR_THRESHOLD |
Specifies the stop condition for the pairwise 3D alignment iterative process that tests the RMS error of successive iterations. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the RMS threshold. |
||||||||||||||||||||||||||||||||||||||
M_DECIMATION_STEP_MODEL |
Specifies the decimation level applied to the model point cloud during the pairwise 3D alignment process. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the decimation level. |
||||||||||||||||||||||||||||||||||||||
M_DECIMATION_STEP_SCENE |
Specifies the decimation level applied to the scene point cloud during the pairwise 3D alignment process. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the decimation level. |
||||||||||||||||||||||||||||||||||||||
M_MAX_ITERATIONS |
Specifies the stop condition for the pairwise 3D alignment iterative process that tests the total number of iterations performed. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 20. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the maximum number of iterations. |
||||||||||||||||||||||||||||||||||||||
M_MODEL_OVERLAP |
Specifies the percentage of model points paired with scene points during each iteration of the alignment process. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 80.0. |
||||||||||||||||||||||||||||||||||||||
0.0 < Value <= 100.0 |
Specifies the percentage of points in the model point cloud that are paired with points in the scene point cloud during each iteration. |
||||||||||||||||||||||||||||||||||||||
M_PREALIGNMENT_MODE |
Specifies how to perform the prealignment step. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CENTROID |
Specifies to automatically align the centroids (center of mass) of the two point clouds. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies that the prealignment iteration performs the transformation defined by the prealignment transformation matrix passed to M3dmapAlign(). (more details...) |
The following ControlType and ControlValue settings are available only for a 3D reconstruction result buffer set to M_POINT_CLOUD_CONTAINER, M_DEPTH_CORRECTED_DATA, or M_LASER_CALIBRATION_DATA:
For a 3D reconstruction result buffer set
to M_POINT_CLOUD_CONTAINER, M_DEPTH_CORRECTED_DATA, or
M_LASER_CALIBRATION_DATA
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_FILL_MODE |
Sets the mode in which to fill gaps (missing data points) in depth maps obtained using M3dmapExtract(). INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to fill gaps (missing data points). |
||||||||||||||||||||||||||||||||||||||
M_X_THEN_Y |
Specifies that each depth map row is analyzed so that missing data points in each row are filled, and then each column is analyzed to fill the remaining missing data points. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_Y_THEN_X |
Specifies that each depth map column is analyzed so that missing data points in each column are filled, and then each row is analyzed to fill the remaining missing data points. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILL_SHARP_ELEVATION |
Sets which boundary to use to fill sharp elevation gaps in depth maps obtained using M3dmapExtract(). INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to fill sharp elevation gaps. |
||||||||||||||||||||||||||||||||||||||
M_MAX |
Specifies that the destination pixel will be set to the maximum value of the two pixels on either side of the gap. |
||||||||||||||||||||||||||||||||||||||
M_MIN |
Specifies that the destination pixel will be set to the minimum value of the two pixels on either side of the gap. |
||||||||||||||||||||||||||||||||||||||
M_FILL_SHARP_ELEVATION_DEPTH |
Sets the threshold used to differentiate between gradual elevation gaps and sharp elevation gaps in the depth map. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
M_INFINITE |
Specifies that the threshold is infinite. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the threshold, in world units specified using M_GRAY_LEVEL_SIZE_Z. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILL_THRESHOLD_X |
Sets the maximum X-size of gaps that will be filled when you call M3dmapExtract(). INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
M_INFINITE |
Specifies no maximum in the X-direction. |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum X-size. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILL_THRESHOLD_Y |
Sets the maximum Y-size of gaps that will be filled when you call M3dmapExtract(). INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
M_INFINITE |
Specifies no maximum in the Y-direction. |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum Y-size. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_MAX_FRAMES |
Sets the maximum number of scanned laser lines that the result buffer should keep internally. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1024. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the maximum number of scanned laser lines to keep. |
The following controls apply to M_POINT_CLOUD_CONTAINER 3D reconstruction result buffers, when LabelOrIndex is set to M_GENERAL.
For a 3D reconstruction result buffer set
to M_POINT_CLOUD_CONTAINER
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
M_AUTO_SCALE_ASPECT_RATIO |
Sets how to adjust the X and Y pixel sizes in M3dmapExtract() when M_EXTRACTION_SCALE_MODE is set to M_AUTO_SCALE. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
M_UNCONSTRAINED |
Specifies that pixel sizes are chosen independently so that the extraction box fits exactly inside the depth map image buffer. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies to choose pixel sizes such that M_PIXEL_SIZE_X / M_PIXEL_SIZE_Y equals the given aspect ratio. |
||||||||||||||||||||||||||||||||||||||
M_AUTO_SCALE_XY |
Sets how to adjust the X and Y pixel sizes in M3dmapExtract() when M_EXTRACTION_SCALE_MODE is set to M_AUTO_SCALE and M_AUTO_SCALE_ASPECT_RATIO is not set to M_UNCONSTRAINED. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_FIT. |
||||||||||||||||||||||||||||||||||||||
M_CLIP |
Specifies pixel sizes such that all depth map pixels are inside the extraction box. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FIT |
Specifies pixel sizes such that the extraction box fits completely inside the depth map. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_AUTO_SCALE_Z |
Sets the sign of the Z scale in M3dmapExtract() when M_EXTRACTION_SCALE_MODE is set to M_AUTO_SCALE. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_NEGATIVE. |
||||||||||||||||||||||||||||||||||||||
M_NEGATIVE |
Specifies a negative value for M_GRAY_LEVEL_SIZE_Z. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_POSITIVE |
Specifies a positive value for M_GRAY_LEVEL_SIZE_Z. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BOUNDING_BOX_ALGORITHM |
Sets the algorithm to use when calling M3dmapSetBox() with M_BOUNDING_BOX. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_ALL_POINTS. |
||||||||||||||||||||||||||||||||||||||
M_ALL_POINTS |
Specifies to compute the axis-aligned bounding box, which contains all the points. |
||||||||||||||||||||||||||||||||||||||
M_ROBUST |
Specifies to compute an axis-aligned box that contains most of the points, but rejects outliers. |
||||||||||||||||||||||||||||||||||||||
M_BOUNDING_BOX_OUTLIER_RATIO_X |
Sets the maximum ratio of the container points whose X coordinates can be considered outliers. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0.002. |
||||||||||||||||||||||||||||||||||||||
0.0 <= Value < 1.0 |
Specifies the ratio. |
||||||||||||||||||||||||||||||||||||||
M_BOUNDING_BOX_OUTLIER_RATIO_Y |
Sets the maximum ratio of the container points whose Y coordinates can be considered outliers. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0.002. |
||||||||||||||||||||||||||||||||||||||
0.0 <= Value < 1.0 |
Specifies the ratio. |
||||||||||||||||||||||||||||||||||||||
M_BOUNDING_BOX_OUTLIER_RATIO_Z |
Sets the maximum ratio of the container points whose Z coordinates can be considered outliers. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0.01. |
||||||||||||||||||||||||||||||||||||||
0.0 <= Value < 1.0 |
Specifies the ratio. |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_CUMULATIVE |
Sets whether to accumulate points in the destination image with successive calls to M3dmapExtract() or to assume that all points are extracted in a single call. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to clear the image buffer before data is extracted for each call to M3dmapExtract(). |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to accumulate data with each successive call to M3dmapExtract() without clearing the image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_OVERLAP |
Sets how to determine the gray level of a depth map pixel that corresponds to more than one 3D point. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_OVERWRITE. |
||||||||||||||||||||||||||||||||||||||
M_MAX |
Specifies to use the largest gray level of all the 3D points projected on a single depth map pixel. |
||||||||||||||||||||||||||||||||||||||
M_MIN |
Specifies to use the smallest gray level of all the 3D points projected on a single depth map pixel. |
||||||||||||||||||||||||||||||||||||||
M_OVERWRITE |
Specifies to use the last gray level of all the 3D points projected on a single depth map pixel. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_SATURATION |
Sets how to determine a pixel's gray value when the point it represents cannot be represented by a gray value. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable saturation. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable saturation. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTRACTION_SCALE_MODE |
Sets how the scales of the X-, Y-, and Z-axes are selected before generating the depth map image. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_AUTO_SCALE. |
||||||||||||||||||||||||||||||||||||||
M_AUTO_SCALE |
Specifies to automatically determine the scales during M3dmapExtract() so that the current extraction box fits the destination image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_USE_DESTINATION_CALIBRATION |
Specifies to use the scales stored in the depth map, previously set with an earlier call to M3dmapExtract(), or using McalUniform() and McalControl(). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the values of M_PIXEL_SIZE_X, M_PIXEL_SIZE_Y, and M_GRAY_LEVEL_SIZE_Z. |
||||||||||||||||||||||||||||||||||||||
M_GRAY_LEVEL_SIZE_Z |
Sets the length of one gray level, in the Z-direction. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
Value < 0.0 |
Specifies the length of one gray level, in world units. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of one gray level, in world units. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_PIXEL_SIZE_X |
Sets the length, in world units, of one pixel, in the X-direction. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of one pixel, in world units. |
||||||||||||||||||||||||||||||||||||||
M_PIXEL_SIZE_Y |
Sets the length, in world units, of one pixel, in the Y-direction. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the length of one pixel, in world units. |
||||||||||||||||||||||||||||||||||||||
M_RESULTS_DISPLACEMENT_MODE |
Sets the displacement mode, which determines whether the coordinates of scanned objects include the movement (displacement) of the conveyor. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_FIXED. |
||||||||||||||||||||||||||||||||||||||
M_CURRENT |
Specifies that the results include the ongoing Y-axis displacement. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FIXED |
Specifies that the results do not include the ongoing Y-axis displacement. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_RESULTS_DISPLACEMENT_Y |
Sets the Y-axis displacement to add to the resulting 3D coordinates of an object when M_RESULTS_DISPLACEMENT_MODE is set to M_FIXED. INQ (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-axis displacement. (more details...) |
void M3dmapControlInt64
(MIL_ID
ContextOrResult3dmapId, MIL_INT LabelOrIndex,
MIL_INT64 ControlType,
MIL_INT64 ControlValue)
Parameters
ContextOrResult3dmapId See ContextOrResult3dmapId of the main function for a description. LabelOrIndex See LabelOrIndex of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
Header | Include mil.h. |
Library | Use mil.lib; mil3dmap.lib. |
DLL | Requires mil.dll; mil3dmap.dll. |