SoCSOManualCorrectionEditor
-
InventorModule
-
Purpose
The module SoCSOManualCorrectionEditor
renders all CSOs and provides to possibility to manually correct them.
Interaction
Click and move the mouse to draw a new CSOs. By releasing the mouse button, the first intersected CSO will be edited by the user-drawn one. If no CSO is intersected, the one closest to the first point of the user-drawn CSO is modified.
If Overwrite type
is activated, the sub type of the result CSO is set to the editors Extension Id
plus “_SUB_TYPE_PRIMARY”. This is also done for newly generated CSOs (i.e, if Generation Mode
is set to Generate New). If Generate secondary
is enabled, a second CSO in created that represents the changed region with respect to the initial CSO. For this CSO, “_SUB_TYPE_SECONDARY” is appended to the subtype. Newly generated closed contours will get Extension Id
plus “_SUB_TYPE_CLOSED”.
Windows
Main
CSO Creation Parameters
Output Fields
self
-
name:
self
, type:
SoNode
Parameter Fields
Visible Fields
Extension Id
-
name:
extensionId
, type:
String
, default:
manualcorrection
Sets an id string that is used to synchronize editors and to decide the currently active editor for creation.
Read the documentation of the SoView2DCSOExtensibleEditor
for more information.
Allow Creation
-
name:
allowCreation
, type:
Bool
, default:
TRUE
If checked, this module is allowed to create a new CSO.
Allow Modification
-
name:
allowModification
, type:
Bool
, default:
TRUE
If checked, existing CSOs of the type of this editor can be modified.
Should Render
-
name:
shouldRender
, type:
Bool
, default:
TRUE
If checked, this editor renders CSOs that were created by this editor.
Should Empty Group Before Generating
-
name:
shouldEmptyGroupBeforeGenerating
, type:
Bool
, default:
TRUE
If checked, a target CSOGroup is emptied before adding a newly created CSO into it.
This option depends on the Add to group mode
.
Add to group mode
-
name:
addCSOToGroupMode
, type:
Enum
, default:
GROUP_NONE
Defines whether and how a newly created CSO is added to a CSOGroup.
Values:
Title |
Name |
Description |
None |
GROUP_NONE |
A newly created CSO is not added to any group. |
By Label |
GROUP_BY_LABEL |
A newly created CSO is added to a group given by a string label defined in Label .
If no group with this label existed before, it is created on demand.
|
By Id |
GROUP_BY_ID |
A newly created CSO is added to a group given by an integer id defined in Id .
If no group with this id existed before, the newly created CSO is not added to a group.
|
Label
-
name:
addCSOToGroupLabel
, type:
String
Sets a label for a group that should be associated with a newly created CSO.
Id
-
name:
addCSOToGroupId
, type:
Integer
, default:
-1
, minimum:
-1
Sets an id for a group that should be associated with a newly created CSO.
Style (defaultPathPointStyle)
-
name:
defaultPathPointStyle
, type:
Enum
, default:
PATH_POINTS_STYLE_SOLID
Defines the path points style for the path point parts.
Values:
Title |
Name |
None |
PATH_POINTS_STYLE_NONE |
Solid |
PATH_POINTS_STYLE_SOLID |
Dashed |
PATH_POINTS_STYLE_DASHED |
Dotted |
PATH_POINTS_STYLE_DOTTED |
Short Dashed |
PATH_POINTS_STYLE_SHORT_DASHED |
Width
-
name:
defaultPathPointWidth
, type:
Float
, default:
1
, minimum:
1
, maximum:
8
Sets the line width of the parts of the path points.
Color (defaultPathPointColor)
-
name:
defaultPathPointColor
, type:
Color
, default:
1 1 1
Sets the color of the parts of the path points.
Alpha (defaultPathPointAlpha)
-
name:
defaultPathPointAlpha
, type:
Float
, default:
1
, minimum:
0
, maximum:
1
Sets the alpha value of the parts of the path points.
Style (defaultSeedPointStyle)
-
name:
defaultSeedPointStyle
, type:
Enum
, default:
SEED_POINT_STYLE_NONE
Defines the seed point style.
Values:
Title |
Name |
None |
SEED_POINT_STYLE_NONE |
Rectangle |
SEED_POINT_STYLE_RECTANGLE |
Circle |
SEED_POINT_STYLE_CIRCLE |
Fixed Size Circle |
SEED_POINT_STYLE_FIXED_SIZE_CIRCLE |
Size
-
name:
defaultSeedPointSize
, type:
Float
, default:
3
, minimum:
1
, maximum:
8
Sets the size of seed points in pixel on the current slice.
Color (defaultSeedPointColor)
-
name:
defaultSeedPointColor
, type:
Color
, default:
1 1 1
Sets the color of seed points.
Alpha (defaultSeedPointAlpha)
-
name:
defaultSeedPointAlpha
, type:
Float
, default:
1
, minimum:
0
, maximum:
1
Sets the alpha value of seed points.
Mode
-
name:
defaultVoxelWriteMode
, type:
Enum
, default:
VOXEL_WRITE_MODULE
Defines the default voxel write mode for newly created CSOs.
Values:
Title |
Name |
Deprecated Name |
Description |
Id |
VOXEL_WRITE_ID |
VOXEL_VALUE_ID |
The CSO id is used as a voxel write value. |
Const |
VOXEL_WRITE_CONST |
VOXEL_VALUE_CONST |
A constant value is used as a voxel write value.
This constant value is set by Value .
|
Const Plus Id |
VOXEL_WRITE_CONST_PLUS_ID |
VOXEL_VALUE_CONST_PLUS_ID |
The CSO id added to the constant value is used as a voxel write value. |
Module |
VOXEL_WRITE_MODULE |
VOXEL_VALUE_MODULE |
The voxelizing module sets the voxel write value. |
Value
-
name:
defaultVoxelWriteValue
, type:
Float
, default:
1024
Sets a constant value that is used as voxel write value or an offset of that.
per
-
name:
pointDensityMode
, type:
Enum
, default:
DENSITY_SCREEN_PIXEL
Defines the unit for which a number of path points set in Point Density
are generated.
A changed point density unit take effect for the next generated or edited CSO.
Values:
Title |
Name |
Description |
Screen Pixel |
DENSITY_SCREEN_PIXEL |
Path points are generated per screen pixel. |
Min Voxel Extent |
DENSITY_MIN_VOXEL_EXTENT |
Path points are generated per minimal voxel extent. |
Millimeter |
DENSITY_MILLIMETER |
Path points are generated per world distance in millimeter. |
Point Density
-
name:
densityFactor
, type:
Float
, default:
0.1
, minimum:
0.001
, maximum:
10
Sets the number of path points that are generated for the unit set in the field per
.
Edit all timepoints
-
name:
editAllTimePoints
, type:
Bool
, default:
FALSE
If enabled, the editing affects all time points.
Interaction Mode
-
name:
interactionMode
, type:
Enum
, default:
INTERACTION_AUTOMATIC
Defines which modifications should be applied.
Values:
Title |
Name |
Description |
Automatic |
INTERACTION_AUTOMATIC |
All modifications are considered (i.e., parts can be added, removed, or both with one interaction). |
Add |
INTERACTION_ADD |
Only added parts are considered for the final result (i.e., nothing is removed). |
Remove |
INTERACTION_REMOVE |
Only removed parts are considered for the final result (i.e., nothing is added). |
Keeping Mode
-
name:
keepingMode
, type:
Enum
, default:
KEEP_LARGEST
Defines which of the possible resulting CSOs should be kept.
Values:
Title |
Name |
Description |
Keep Longest |
KEEP_LONGEST |
Uses the length of the CSO. |
Keep Shortest |
KEEP_SHORTEST |
Uses the length of the CSO. |
Keep Largest |
KEEP_LARGEST |
Uses the area of the CSO. |
Keep Smallest |
KEEP_SMALLEST |
Uses the area of the CSO. |
Keep Center Of Gravity |
KEEP_CENTER_OF_GRAVITY |
Uses the center of gravity of the CSO, i.e., it is checked which CSO does contain the center of gravity of the original CSO. |
Dont Keep Center Of Gravity |
DONT_KEEP_CENTER_OF_GRAVITY |
Uses the center of gravity of the CSO, i.e., it is checked which CSO does not contain the center of gravity of the original CSO. |
Keep External Ref Point |
KEEP_EXTERNAL_REF_POINT |
Uses the externally given reference points Reference Point . |
Dont Keep External Ref Point |
DONT_KEEP_EXTERNAL_REF_POINT |
Uses the externally given reference points Reference Point . |
Keeping Mode Fallback
-
name:
keepingModeFallback
, type:
Enum
, default:
KEEP_LARGEST
Defines which of the possible resulting CSOs should be kept if a center-of-gravity-mode is selected as keepingMode and no resulting CSO contains the center of gravity.
Values:
Title |
Name |
Description |
Longest |
KEEP_LONGEST |
Uses the length of the CSO. |
Shortest |
KEEP_SHORTEST |
Uses the length of the CSO. |
Largest |
KEEP_LARGEST |
Uses the area of the CSO. |
Smallest |
KEEP_SMALLEST |
Uses the area of the CSO. |
Reference Point
-
name:
referencePoint
, type:
Vector3
, default:
0 0 0
The optional reference point.
Generation Mode
-
name:
generationMode
, type:
Enum
, default:
GENERATION_MODE_REPLACE_EXISTING
Defines if the existing CSOs should be modified (“Replace Existing”) or if new CSOs should be generated (“Generate New”).
Values:
Title |
Name |
Description |
Generate New |
GENERATION_MODE_GENERATE_NEW |
Adds a new CSO. |
Replace Existing |
GENERATION_MODE_REPLACE_EXISTING |
Replaces existing CSOs. |
Generate secondary
-
name:
generateSecondary
, type:
Bool
, default:
FALSE
If enabled, the secondary CSO is generated as well (i.e., the CSO that is not the result of the manual correction). See also Tips and Tricks.
Overwrite type
-
name:
overwriteType
, type:
Bool
, default:
FALSE
If enabled, the type of the corrected CSO is set to “CSOManualCorrectionProcessor” and the subtype is set to “SUB_TYPE_PRIMARY”. See also Tips and Tricks.
Overwrite visualization
-
name:
overwriteVisualization
, type:
Bool
, default:
FALSE
If enabled, the visualization of the corrected CSO is set to Style
etc.
Closed Contour Handling Mode
-
name:
closedContourHandlingMode
, type:
Enum
, default:
CLOSED_HANDLING_MODE_ADD_NEW
Defines how closed CSOs should be handled by the processor.
Values:
Title |
Name |
Description |
Ignore |
CLOSED_HANDLING_MODE_IGNORE |
Closed CSOs are ignored. |
Add New |
CLOSED_HANDLING_MODE_ADD_NEW |
Closed CSOs are added as new CSOs. |
Replace Closest |
CLOSED_HANDLING_MODE_REPLACE_CLOSEST |
Closed CSOs replace the closest CSO. |
Closing Distance Factor
-
name:
closingDistanceFactor
, type:
Float
, default:
1
, minimum:
0
Controls whether a sketch is handled as new cso or modifies existing contour.
The decision is based on the distance of the first sketch point to the cso and the distance between start and endpoint of the sketch.
Large values mean that also distant csos can be modified using small strokes.
A value of zero means that always a new contour is created.
Min. Distance Between Seed Points (mm)
-
name:
minSeedPointDistance
, type:
Float
, default:
8
Sets the distance of the current seed point to the first seed point. If the distance is less than this value, the contour can be closed.
Use intersection points
-
name:
useIntersections
, type:
Bool
, default:
TRUE
Defines if the first and the last intersection point should be used when modifying a CSO. Otherwise the the start and the end point of the user drawn contour are used.
Threshold
-
name:
intersectionThreshold
, type:
Float
, default:
9.9999997e-05
, minimum:
0
Threshold for intersection detection.
Start/End Threshold
-
name:
intersectionThresholdStartAndEnd
, type:
Float
, default:
1
, minimum:
0
Threshold for considering the start- and end-point as intersecting.
Check for self-intersections
-
name:
checkForSelfIntersections
, type:
Bool
, default:
TRUE
If enabled the editor tries to resolve self intersections. In this case, only the part with the largest area is kept (see also module CSOSplitSelfIntersection).
Level CSOs to closest plane
-
name:
levelCSOs
, type:
Bool
, default:
TRUE
Enables leveling of the edited CSOs to the closest plane.
Resolve embedded CSOs
-
name:
resolveEmbeddedCSOs
, type:
Bool
, default:
FALSE
If enabled, CSOs whose level of embedding has changed due to an interaction will be removed (i.e., contours that defined foreground and became holes as a result of the modification contours that were holes and which became foreground after interaction).
Resolve intersected CSOs
-
name:
resolveIntersectedCSOs
, type:
Bool
, default:
FALSE
If enabled, contours that are intersected by the user-drawn contour are removed.
Smooth edited CSOs
-
name:
smoothEditedCSOs
, type:
Bool
, default:
FALSE
If enabled, the edited CSO is smoothed.
Connection Smooth Range (mm)
-
name:
connectionSmoothRange
, type:
Float
, default:
0
Filters the pathpoints in the given range from the connecting points.
Is closed
-
name:
inputCSOClosed
, type:
Bool
, persistent:
no
Was the user drawn CSO closed?
Length
-
name:
inputCSOLength
, type:
Double
, persistent:
no
The length of the user drawn CSO.
Area
-
name:
inputCSOArea
, type:
Double
, persistent:
no
The area of the user drawn CSO.
Plane normal
-
name:
inputCSOPlaneNormal
, type:
Vector3
, persistent:
no
The normal of the user drawn CSO.
First seed point
-
name:
inputCSOFirstSeedPoint
, type:
Vector3
, persistent:
no
The world position of the first seed point of the user drawn CSO.
Middle seed point
-
name:
inputCSOMiddleSeedPoint
, type:
Vector3
, persistent:
no
The world position of the middle seed point of the user drawn CSO.
Last Seed point
-
name:
inputCSOLastSeedPoint
, type:
Vector3
, persistent:
no
The world position of the last seed point of the user drawn CSO.
Last Edited CSO Id
-
name:
lastEditedCSOId
, type:
Integer
, persistent:
no
The ID of the last edited CSO. In cases where a new CSO has been added or where the initial CSO has been deleted, this field contains the ID of the newly genereted CSO.
Used Center Of Gravity
-
name:
usedCenterOfGravity
, type:
Vector3
, persistent:
no
The position of the center of gravity of the edited CSO, if the mode has been set to one of the center of gravity modes.
Hidden Fields
allowSeedPointInteraction
-
name:
allowSeedPointInteraction
, type:
Bool
, default:
TRUE
selectionCursor
-
name:
selectionCursor
, type:
Enum
, default:
POINTING_HAND_CURSOR
Values:
Title |
Name |
Undefined Cursor |
UNDEFINED_CURSOR |
Default Cursor |
DEFAULT_CURSOR |
Forbidden Cursor |
FORBIDDEN_CURSOR |
Pointing Hand Cursor |
POINTING_HAND_CURSOR |
Open Hand Cursor |
OPEN_HAND_CURSOR |
Closed Hand Cursor |
CLOSED_HAND_CURSOR |
Move All Cursor |
MOVE_ALL_CURSOR |
Move Hori Cursor |
MOVE_HORI_CURSOR |
Move Vert Cursor |
MOVE_VERT_CURSOR |
Move Fdiag Cursor |
MOVE_FDIAG_CURSOR |
Move Bdiag Cursor |
MOVE_BDIAG_CURSOR |
Move Inout Cursor |
MOVE_INOUT_CURSOR |
Rotate X Cursor |
ROTATE_X_CURSOR |
Rotate Y Cursor |
ROTATE_Y_CURSOR |
Rotate Z Cursor |
ROTATE_Z_CURSOR |
Rotate Xy Cursor |
ROTATE_XY_CURSOR |
Zoom Cursor |
ZOOM_CURSOR |
Zoom In Cursor |
ZOOM_IN_CURSOR |
Zoom Out Cursor |
ZOOM_OUT_CURSOR |
Cross Cursor |
CROSS_CURSOR |
Cross Plus Cursor |
CROSS_PLUS_CURSOR |
Cross Minus Cursor |
CROSS_MINUS_CURSOR |
Cross Move Cursor |
CROSS_MOVE_CURSOR |
Cross Rotate Cursor |
CROSS_ROTATE_CURSOR |
Cross Rect Cursor |
CROSS_RECT_CURSOR |
Cross Oval Cursor |
CROSS_OVAL_CURSOR |
Cross Vector Cursor |
CROSS_VECTOR_CURSOR |
Cross Freeform Cursor |
CROSS_FREEFORM_CURSOR |
Cross Point Cursor |
CROSS_POINT_CURSOR |
Cross Line Cursor |
CROSS_LINE_CURSOR |
Cross Curve Cursor |
CROSS_CURVE_CURSOR |
Cross Polyline Cursor |
CROSS_POLYLINE_CURSOR |
Cross Polygon Cursor |
CROSS_POLYGON_CURSOR |
Cross Fill Cursor |
CROSS_FILL_CURSOR |
Cross Link Cursor |
CROSS_LINK_CURSOR |
Cross 0 Cursor |
CROSS_0_CURSOR |
Cross 1 Cursor |
CROSS_1_CURSOR |
Cross 2 Cursor |
CROSS_2_CURSOR |
Cross 3 Cursor |
CROSS_3_CURSOR |
Cross 4 Cursor |
CROSS_4_CURSOR |
Cross 5 Cursor |
CROSS_5_CURSOR |
Cross 6 Cursor |
CROSS_6_CURSOR |
Cross 7 Cursor |
CROSS_7_CURSOR |
Cross 8 Cursor |
CROSS_8_CURSOR |
Cross 9 Cursor |
CROSS_9_CURSOR |
Lut Cursor |
LUT_CURSOR |
Lut 1 Cursor |
LUT_1_CURSOR |
Lut 2 Cursor |
LUT_2_CURSOR |
Lut 3 Cursor |
LUT_3_CURSOR |
Slicing Cursor |
SLICING_CURSOR |
Other Cursor 0 |
OTHER_CURSOR_0 |
Other Cursor 1 |
OTHER_CURSOR_1 |
Other Cursor 2 |
OTHER_CURSOR_2 |
Other Cursor 3 |
OTHER_CURSOR_3 |
Other Cursor 4 |
OTHER_CURSOR_4 |
Other Cursor 5 |
OTHER_CURSOR_5 |
Other Cursor 6 |
OTHER_CURSOR_6 |
Other Cursor 7 |
OTHER_CURSOR_7 |
Other Cursor 8 |
OTHER_CURSOR_8 |
Other Cursor 9 |
OTHER_CURSOR_9 |
Other Cursor 10 |
OTHER_CURSOR_10 |
Other Cursor 11 |
OTHER_CURSOR_11 |
Other Cursor 12 |
OTHER_CURSOR_12 |
Other Cursor 13 |
OTHER_CURSOR_13 |
Other Cursor 14 |
OTHER_CURSOR_14 |
Other Cursor 15 |
OTHER_CURSOR_15 |
Other Cursor 16 |
OTHER_CURSOR_16 |
Other Cursor 17 |
OTHER_CURSOR_17 |
Other Cursor 18 |
OTHER_CURSOR_18 |
Other Cursor 19 |
OTHER_CURSOR_19 |
Other Cursor 20 |
OTHER_CURSOR_20 |
Other Cursor 21 |
OTHER_CURSOR_21 |
Other Cursor 22 |
OTHER_CURSOR_22 |
Other Cursor 23 |
OTHER_CURSOR_23 |
Other Cursor 24 |
OTHER_CURSOR_24 |
Other Cursor 25 |
OTHER_CURSOR_25 |
Other Cursor 26 |
OTHER_CURSOR_26 |
Other Cursor 27 |
OTHER_CURSOR_27 |
Other Cursor 28 |
OTHER_CURSOR_28 |
Other Cursor 29 |
OTHER_CURSOR_29 |
Other Cursor 30 |
OTHER_CURSOR_30 |
Other Cursor 31 |
OTHER_CURSOR_31 |
Other Cursor 32 |
OTHER_CURSOR_32 |
Other Cursor 33 |
OTHER_CURSOR_33 |
Other Cursor 34 |
OTHER_CURSOR_34 |
Other Cursor 35 |
OTHER_CURSOR_35 |
Other Cursor 36 |
OTHER_CURSOR_36 |
Other Cursor 37 |
OTHER_CURSOR_37 |
Other Cursor 38 |
OTHER_CURSOR_38 |
Other Cursor 39 |
OTHER_CURSOR_39 |
Other Cursor 40 |
OTHER_CURSOR_40 |
Other Cursor 41 |
OTHER_CURSOR_41 |
Other Cursor 42 |
OTHER_CURSOR_42 |
Other Cursor 43 |
OTHER_CURSOR_43 |
Other Cursor 44 |
OTHER_CURSOR_44 |
Other Cursor 45 |
OTHER_CURSOR_45 |
Other Cursor 46 |
OTHER_CURSOR_46 |
Other Cursor 47 |
OTHER_CURSOR_47 |
Other Cursor 48 |
OTHER_CURSOR_48 |
Other Cursor 49 |
OTHER_CURSOR_49 |
Other Cursor 50 |
OTHER_CURSOR_50 |
Other Cursor 51 |
OTHER_CURSOR_51 |
Other Cursor 52 |
OTHER_CURSOR_52 |
Other Cursor 53 |
OTHER_CURSOR_53 |
Other Cursor 54 |
OTHER_CURSOR_54 |
Other Cursor 55 |
OTHER_CURSOR_55 |
Other Cursor 56 |
OTHER_CURSOR_56 |
Other Cursor 57 |
OTHER_CURSOR_57 |
Other Cursor 58 |
OTHER_CURSOR_58 |
Other Cursor 59 |
OTHER_CURSOR_59 |
Other Cursor 60 |
OTHER_CURSOR_60 |
Other Cursor 61 |
OTHER_CURSOR_61 |
Other Cursor 62 |
OTHER_CURSOR_62 |
Other Cursor 63 |
OTHER_CURSOR_63 |
Other Cursor 64 |
OTHER_CURSOR_64 |
Other Cursor 65 |
OTHER_CURSOR_65 |
Other Cursor 66 |
OTHER_CURSOR_66 |
Other Cursor 67 |
OTHER_CURSOR_67 |
Other Cursor 68 |
OTHER_CURSOR_68 |
Other Cursor 69 |
OTHER_CURSOR_69 |
Blank Cursor |
BLANK_CURSOR |
interactionForbiddenCursor
-
name:
interactionForbiddenCursor
, type:
Enum
, default:
FORBIDDEN_CURSOR
Values:
Title |
Name |
Undefined Cursor |
UNDEFINED_CURSOR |
Default Cursor |
DEFAULT_CURSOR |
Forbidden Cursor |
FORBIDDEN_CURSOR |
Pointing Hand Cursor |
POINTING_HAND_CURSOR |
Open Hand Cursor |
OPEN_HAND_CURSOR |
Closed Hand Cursor |
CLOSED_HAND_CURSOR |
Move All Cursor |
MOVE_ALL_CURSOR |
Move Hori Cursor |
MOVE_HORI_CURSOR |
Move Vert Cursor |
MOVE_VERT_CURSOR |
Move Fdiag Cursor |
MOVE_FDIAG_CURSOR |
Move Bdiag Cursor |
MOVE_BDIAG_CURSOR |
Move Inout Cursor |
MOVE_INOUT_CURSOR |
Rotate X Cursor |
ROTATE_X_CURSOR |
Rotate Y Cursor |
ROTATE_Y_CURSOR |
Rotate Z Cursor |
ROTATE_Z_CURSOR |
Rotate Xy Cursor |
ROTATE_XY_CURSOR |
Zoom Cursor |
ZOOM_CURSOR |
Zoom In Cursor |
ZOOM_IN_CURSOR |
Zoom Out Cursor |
ZOOM_OUT_CURSOR |
Cross Cursor |
CROSS_CURSOR |
Cross Plus Cursor |
CROSS_PLUS_CURSOR |
Cross Minus Cursor |
CROSS_MINUS_CURSOR |
Cross Move Cursor |
CROSS_MOVE_CURSOR |
Cross Rotate Cursor |
CROSS_ROTATE_CURSOR |
Cross Rect Cursor |
CROSS_RECT_CURSOR |
Cross Oval Cursor |
CROSS_OVAL_CURSOR |
Cross Vector Cursor |
CROSS_VECTOR_CURSOR |
Cross Freeform Cursor |
CROSS_FREEFORM_CURSOR |
Cross Point Cursor |
CROSS_POINT_CURSOR |
Cross Line Cursor |
CROSS_LINE_CURSOR |
Cross Curve Cursor |
CROSS_CURVE_CURSOR |
Cross Polyline Cursor |
CROSS_POLYLINE_CURSOR |
Cross Polygon Cursor |
CROSS_POLYGON_CURSOR |
Cross Fill Cursor |
CROSS_FILL_CURSOR |
Cross Link Cursor |
CROSS_LINK_CURSOR |
Cross 0 Cursor |
CROSS_0_CURSOR |
Cross 1 Cursor |
CROSS_1_CURSOR |
Cross 2 Cursor |
CROSS_2_CURSOR |
Cross 3 Cursor |
CROSS_3_CURSOR |
Cross 4 Cursor |
CROSS_4_CURSOR |
Cross 5 Cursor |
CROSS_5_CURSOR |
Cross 6 Cursor |
CROSS_6_CURSOR |
Cross 7 Cursor |
CROSS_7_CURSOR |
Cross 8 Cursor |
CROSS_8_CURSOR |
Cross 9 Cursor |
CROSS_9_CURSOR |
Lut Cursor |
LUT_CURSOR |
Lut 1 Cursor |
LUT_1_CURSOR |
Lut 2 Cursor |
LUT_2_CURSOR |
Lut 3 Cursor |
LUT_3_CURSOR |
Slicing Cursor |
SLICING_CURSOR |
Other Cursor 0 |
OTHER_CURSOR_0 |
Other Cursor 1 |
OTHER_CURSOR_1 |
Other Cursor 2 |
OTHER_CURSOR_2 |
Other Cursor 3 |
OTHER_CURSOR_3 |
Other Cursor 4 |
OTHER_CURSOR_4 |
Other Cursor 5 |
OTHER_CURSOR_5 |
Other Cursor 6 |
OTHER_CURSOR_6 |
Other Cursor 7 |
OTHER_CURSOR_7 |
Other Cursor 8 |
OTHER_CURSOR_8 |
Other Cursor 9 |
OTHER_CURSOR_9 |
Other Cursor 10 |
OTHER_CURSOR_10 |
Other Cursor 11 |
OTHER_CURSOR_11 |
Other Cursor 12 |
OTHER_CURSOR_12 |
Other Cursor 13 |
OTHER_CURSOR_13 |
Other Cursor 14 |
OTHER_CURSOR_14 |
Other Cursor 15 |
OTHER_CURSOR_15 |
Other Cursor 16 |
OTHER_CURSOR_16 |
Other Cursor 17 |
OTHER_CURSOR_17 |
Other Cursor 18 |
OTHER_CURSOR_18 |
Other Cursor 19 |
OTHER_CURSOR_19 |
Other Cursor 20 |
OTHER_CURSOR_20 |
Other Cursor 21 |
OTHER_CURSOR_21 |
Other Cursor 22 |
OTHER_CURSOR_22 |
Other Cursor 23 |
OTHER_CURSOR_23 |
Other Cursor 24 |
OTHER_CURSOR_24 |
Other Cursor 25 |
OTHER_CURSOR_25 |
Other Cursor 26 |
OTHER_CURSOR_26 |
Other Cursor 27 |
OTHER_CURSOR_27 |
Other Cursor 28 |
OTHER_CURSOR_28 |
Other Cursor 29 |
OTHER_CURSOR_29 |
Other Cursor 30 |
OTHER_CURSOR_30 |
Other Cursor 31 |
OTHER_CURSOR_31 |
Other Cursor 32 |
OTHER_CURSOR_32 |
Other Cursor 33 |
OTHER_CURSOR_33 |
Other Cursor 34 |
OTHER_CURSOR_34 |
Other Cursor 35 |
OTHER_CURSOR_35 |
Other Cursor 36 |
OTHER_CURSOR_36 |
Other Cursor 37 |
OTHER_CURSOR_37 |
Other Cursor 38 |
OTHER_CURSOR_38 |
Other Cursor 39 |
OTHER_CURSOR_39 |
Other Cursor 40 |
OTHER_CURSOR_40 |
Other Cursor 41 |
OTHER_CURSOR_41 |
Other Cursor 42 |
OTHER_CURSOR_42 |
Other Cursor 43 |
OTHER_CURSOR_43 |
Other Cursor 44 |
OTHER_CURSOR_44 |
Other Cursor 45 |
OTHER_CURSOR_45 |
Other Cursor 46 |
OTHER_CURSOR_46 |
Other Cursor 47 |
OTHER_CURSOR_47 |
Other Cursor 48 |
OTHER_CURSOR_48 |
Other Cursor 49 |
OTHER_CURSOR_49 |
Other Cursor 50 |
OTHER_CURSOR_50 |
Other Cursor 51 |
OTHER_CURSOR_51 |
Other Cursor 52 |
OTHER_CURSOR_52 |
Other Cursor 53 |
OTHER_CURSOR_53 |
Other Cursor 54 |
OTHER_CURSOR_54 |
Other Cursor 55 |
OTHER_CURSOR_55 |
Other Cursor 56 |
OTHER_CURSOR_56 |
Other Cursor 57 |
OTHER_CURSOR_57 |
Other Cursor 58 |
OTHER_CURSOR_58 |
Other Cursor 59 |
OTHER_CURSOR_59 |
Other Cursor 60 |
OTHER_CURSOR_60 |
Other Cursor 61 |
OTHER_CURSOR_61 |
Other Cursor 62 |
OTHER_CURSOR_62 |
Other Cursor 63 |
OTHER_CURSOR_63 |
Other Cursor 64 |
OTHER_CURSOR_64 |
Other Cursor 65 |
OTHER_CURSOR_65 |
Other Cursor 66 |
OTHER_CURSOR_66 |
Other Cursor 67 |
OTHER_CURSOR_67 |
Other Cursor 68 |
OTHER_CURSOR_68 |
Other Cursor 69 |
OTHER_CURSOR_69 |
Blank Cursor |
BLANK_CURSOR |
csoIdUnderMouseCursor
-
name:
csoIdUnderMouseCursor
, type:
Integer
, persistent:
no
moduleCreatorId
-
name:
moduleCreatorId
, type:
Integer
, default:
0
moduleCreatorString
-
name:
moduleCreatorString
, type:
String
, default:
SoCSOManualCorrectionEditor
labelPrefixString
-
name:
labelPrefixString
, type:
String
, default:
CSO
requirePointerPositionMovementToCreateCSO
-
name:
requirePointerPositionMovementToCreateCSO
, type:
Bool
, default:
TRUE
pointerPositionEpsilonForCreatingCSO
-
name:
pointerPositionEpsilonForCreatingCSO
, type:
Integer
, default:
1
createCursor
-
name:
createCursor
, type:
Enum
, default:
CROSS_FREEFORM_CURSOR
Values:
Title |
Name |
Undefined Cursor |
UNDEFINED_CURSOR |
Default Cursor |
DEFAULT_CURSOR |
Forbidden Cursor |
FORBIDDEN_CURSOR |
Pointing Hand Cursor |
POINTING_HAND_CURSOR |
Open Hand Cursor |
OPEN_HAND_CURSOR |
Closed Hand Cursor |
CLOSED_HAND_CURSOR |
Move All Cursor |
MOVE_ALL_CURSOR |
Move Hori Cursor |
MOVE_HORI_CURSOR |
Move Vert Cursor |
MOVE_VERT_CURSOR |
Move Fdiag Cursor |
MOVE_FDIAG_CURSOR |
Move Bdiag Cursor |
MOVE_BDIAG_CURSOR |
Move Inout Cursor |
MOVE_INOUT_CURSOR |
Rotate X Cursor |
ROTATE_X_CURSOR |
Rotate Y Cursor |
ROTATE_Y_CURSOR |
Rotate Z Cursor |
ROTATE_Z_CURSOR |
Rotate Xy Cursor |
ROTATE_XY_CURSOR |
Zoom Cursor |
ZOOM_CURSOR |
Zoom In Cursor |
ZOOM_IN_CURSOR |
Zoom Out Cursor |
ZOOM_OUT_CURSOR |
Cross Cursor |
CROSS_CURSOR |
Cross Plus Cursor |
CROSS_PLUS_CURSOR |
Cross Minus Cursor |
CROSS_MINUS_CURSOR |
Cross Move Cursor |
CROSS_MOVE_CURSOR |
Cross Rotate Cursor |
CROSS_ROTATE_CURSOR |
Cross Rect Cursor |
CROSS_RECT_CURSOR |
Cross Oval Cursor |
CROSS_OVAL_CURSOR |
Cross Vector Cursor |
CROSS_VECTOR_CURSOR |
Cross Freeform Cursor |
CROSS_FREEFORM_CURSOR |
Cross Point Cursor |
CROSS_POINT_CURSOR |
Cross Line Cursor |
CROSS_LINE_CURSOR |
Cross Curve Cursor |
CROSS_CURVE_CURSOR |
Cross Polyline Cursor |
CROSS_POLYLINE_CURSOR |
Cross Polygon Cursor |
CROSS_POLYGON_CURSOR |
Cross Fill Cursor |
CROSS_FILL_CURSOR |
Cross Link Cursor |
CROSS_LINK_CURSOR |
Cross 0 Cursor |
CROSS_0_CURSOR |
Cross 1 Cursor |
CROSS_1_CURSOR |
Cross 2 Cursor |
CROSS_2_CURSOR |
Cross 3 Cursor |
CROSS_3_CURSOR |
Cross 4 Cursor |
CROSS_4_CURSOR |
Cross 5 Cursor |
CROSS_5_CURSOR |
Cross 6 Cursor |
CROSS_6_CURSOR |
Cross 7 Cursor |
CROSS_7_CURSOR |
Cross 8 Cursor |
CROSS_8_CURSOR |
Cross 9 Cursor |
CROSS_9_CURSOR |
Lut Cursor |
LUT_CURSOR |
Lut 1 Cursor |
LUT_1_CURSOR |
Lut 2 Cursor |
LUT_2_CURSOR |
Lut 3 Cursor |
LUT_3_CURSOR |
Slicing Cursor |
SLICING_CURSOR |
Other Cursor 0 |
OTHER_CURSOR_0 |
Other Cursor 1 |
OTHER_CURSOR_1 |
Other Cursor 2 |
OTHER_CURSOR_2 |
Other Cursor 3 |
OTHER_CURSOR_3 |
Other Cursor 4 |
OTHER_CURSOR_4 |
Other Cursor 5 |
OTHER_CURSOR_5 |
Other Cursor 6 |
OTHER_CURSOR_6 |
Other Cursor 7 |
OTHER_CURSOR_7 |
Other Cursor 8 |
OTHER_CURSOR_8 |
Other Cursor 9 |
OTHER_CURSOR_9 |
Other Cursor 10 |
OTHER_CURSOR_10 |
Other Cursor 11 |
OTHER_CURSOR_11 |
Other Cursor 12 |
OTHER_CURSOR_12 |
Other Cursor 13 |
OTHER_CURSOR_13 |
Other Cursor 14 |
OTHER_CURSOR_14 |
Other Cursor 15 |
OTHER_CURSOR_15 |
Other Cursor 16 |
OTHER_CURSOR_16 |
Other Cursor 17 |
OTHER_CURSOR_17 |
Other Cursor 18 |
OTHER_CURSOR_18 |
Other Cursor 19 |
OTHER_CURSOR_19 |
Other Cursor 20 |
OTHER_CURSOR_20 |
Other Cursor 21 |
OTHER_CURSOR_21 |
Other Cursor 22 |
OTHER_CURSOR_22 |
Other Cursor 23 |
OTHER_CURSOR_23 |
Other Cursor 24 |
OTHER_CURSOR_24 |
Other Cursor 25 |
OTHER_CURSOR_25 |
Other Cursor 26 |
OTHER_CURSOR_26 |
Other Cursor 27 |
OTHER_CURSOR_27 |
Other Cursor 28 |
OTHER_CURSOR_28 |
Other Cursor 29 |
OTHER_CURSOR_29 |
Other Cursor 30 |
OTHER_CURSOR_30 |
Other Cursor 31 |
OTHER_CURSOR_31 |
Other Cursor 32 |
OTHER_CURSOR_32 |
Other Cursor 33 |
OTHER_CURSOR_33 |
Other Cursor 34 |
OTHER_CURSOR_34 |
Other Cursor 35 |
OTHER_CURSOR_35 |
Other Cursor 36 |
OTHER_CURSOR_36 |
Other Cursor 37 |
OTHER_CURSOR_37 |
Other Cursor 38 |
OTHER_CURSOR_38 |
Other Cursor 39 |
OTHER_CURSOR_39 |
Other Cursor 40 |
OTHER_CURSOR_40 |
Other Cursor 41 |
OTHER_CURSOR_41 |
Other Cursor 42 |
OTHER_CURSOR_42 |
Other Cursor 43 |
OTHER_CURSOR_43 |
Other Cursor 44 |
OTHER_CURSOR_44 |
Other Cursor 45 |
OTHER_CURSOR_45 |
Other Cursor 46 |
OTHER_CURSOR_46 |
Other Cursor 47 |
OTHER_CURSOR_47 |
Other Cursor 48 |
OTHER_CURSOR_48 |
Other Cursor 49 |
OTHER_CURSOR_49 |
Other Cursor 50 |
OTHER_CURSOR_50 |
Other Cursor 51 |
OTHER_CURSOR_51 |
Other Cursor 52 |
OTHER_CURSOR_52 |
Other Cursor 53 |
OTHER_CURSOR_53 |
Other Cursor 54 |
OTHER_CURSOR_54 |
Other Cursor 55 |
OTHER_CURSOR_55 |
Other Cursor 56 |
OTHER_CURSOR_56 |
Other Cursor 57 |
OTHER_CURSOR_57 |
Other Cursor 58 |
OTHER_CURSOR_58 |
Other Cursor 59 |
OTHER_CURSOR_59 |
Other Cursor 60 |
OTHER_CURSOR_60 |
Other Cursor 61 |
OTHER_CURSOR_61 |
Other Cursor 62 |
OTHER_CURSOR_62 |
Other Cursor 63 |
OTHER_CURSOR_63 |
Other Cursor 64 |
OTHER_CURSOR_64 |
Other Cursor 65 |
OTHER_CURSOR_65 |
Other Cursor 66 |
OTHER_CURSOR_66 |
Other Cursor 67 |
OTHER_CURSOR_67 |
Other Cursor 68 |
OTHER_CURSOR_68 |
Other Cursor 69 |
OTHER_CURSOR_69 |
Blank Cursor |
BLANK_CURSOR |
moveAllCursor
-
name:
moveAllCursor
, type:
Enum
, default:
MOVE_ALL_CURSOR
Values:
Title |
Name |
Undefined Cursor |
UNDEFINED_CURSOR |
Default Cursor |
DEFAULT_CURSOR |
Forbidden Cursor |
FORBIDDEN_CURSOR |
Pointing Hand Cursor |
POINTING_HAND_CURSOR |
Open Hand Cursor |
OPEN_HAND_CURSOR |
Closed Hand Cursor |
CLOSED_HAND_CURSOR |
Move All Cursor |
MOVE_ALL_CURSOR |
Move Hori Cursor |
MOVE_HORI_CURSOR |
Move Vert Cursor |
MOVE_VERT_CURSOR |
Move Fdiag Cursor |
MOVE_FDIAG_CURSOR |
Move Bdiag Cursor |
MOVE_BDIAG_CURSOR |
Move Inout Cursor |
MOVE_INOUT_CURSOR |
Rotate X Cursor |
ROTATE_X_CURSOR |
Rotate Y Cursor |
ROTATE_Y_CURSOR |
Rotate Z Cursor |
ROTATE_Z_CURSOR |
Rotate Xy Cursor |
ROTATE_XY_CURSOR |
Zoom Cursor |
ZOOM_CURSOR |
Zoom In Cursor |
ZOOM_IN_CURSOR |
Zoom Out Cursor |
ZOOM_OUT_CURSOR |
Cross Cursor |
CROSS_CURSOR |
Cross Plus Cursor |
CROSS_PLUS_CURSOR |
Cross Minus Cursor |
CROSS_MINUS_CURSOR |
Cross Move Cursor |
CROSS_MOVE_CURSOR |
Cross Rotate Cursor |
CROSS_ROTATE_CURSOR |
Cross Rect Cursor |
CROSS_RECT_CURSOR |
Cross Oval Cursor |
CROSS_OVAL_CURSOR |
Cross Vector Cursor |
CROSS_VECTOR_CURSOR |
Cross Freeform Cursor |
CROSS_FREEFORM_CURSOR |
Cross Point Cursor |
CROSS_POINT_CURSOR |
Cross Line Cursor |
CROSS_LINE_CURSOR |
Cross Curve Cursor |
CROSS_CURVE_CURSOR |
Cross Polyline Cursor |
CROSS_POLYLINE_CURSOR |
Cross Polygon Cursor |
CROSS_POLYGON_CURSOR |
Cross Fill Cursor |
CROSS_FILL_CURSOR |
Cross Link Cursor |
CROSS_LINK_CURSOR |
Cross 0 Cursor |
CROSS_0_CURSOR |
Cross 1 Cursor |
CROSS_1_CURSOR |
Cross 2 Cursor |
CROSS_2_CURSOR |
Cross 3 Cursor |
CROSS_3_CURSOR |
Cross 4 Cursor |
CROSS_4_CURSOR |
Cross 5 Cursor |
CROSS_5_CURSOR |
Cross 6 Cursor |
CROSS_6_CURSOR |
Cross 7 Cursor |
CROSS_7_CURSOR |
Cross 8 Cursor |
CROSS_8_CURSOR |
Cross 9 Cursor |
CROSS_9_CURSOR |
Lut Cursor |
LUT_CURSOR |
Lut 1 Cursor |
LUT_1_CURSOR |
Lut 2 Cursor |
LUT_2_CURSOR |
Lut 3 Cursor |
LUT_3_CURSOR |
Slicing Cursor |
SLICING_CURSOR |
Other Cursor 0 |
OTHER_CURSOR_0 |
Other Cursor 1 |
OTHER_CURSOR_1 |
Other Cursor 2 |
OTHER_CURSOR_2 |
Other Cursor 3 |
OTHER_CURSOR_3 |
Other Cursor 4 |
OTHER_CURSOR_4 |
Other Cursor 5 |
OTHER_CURSOR_5 |
Other Cursor 6 |
OTHER_CURSOR_6 |
Other Cursor 7 |
OTHER_CURSOR_7 |
Other Cursor 8 |
OTHER_CURSOR_8 |
Other Cursor 9 |
OTHER_CURSOR_9 |
Other Cursor 10 |
OTHER_CURSOR_10 |
Other Cursor 11 |
OTHER_CURSOR_11 |
Other Cursor 12 |
OTHER_CURSOR_12 |
Other Cursor 13 |
OTHER_CURSOR_13 |
Other Cursor 14 |
OTHER_CURSOR_14 |
Other Cursor 15 |
OTHER_CURSOR_15 |
Other Cursor 16 |
OTHER_CURSOR_16 |
Other Cursor 17 |
OTHER_CURSOR_17 |
Other Cursor 18 |
OTHER_CURSOR_18 |
Other Cursor 19 |
OTHER_CURSOR_19 |
Other Cursor 20 |
OTHER_CURSOR_20 |
Other Cursor 21 |
OTHER_CURSOR_21 |
Other Cursor 22 |
OTHER_CURSOR_22 |
Other Cursor 23 |
OTHER_CURSOR_23 |
Other Cursor 24 |
OTHER_CURSOR_24 |
Other Cursor 25 |
OTHER_CURSOR_25 |
Other Cursor 26 |
OTHER_CURSOR_26 |
Other Cursor 27 |
OTHER_CURSOR_27 |
Other Cursor 28 |
OTHER_CURSOR_28 |
Other Cursor 29 |
OTHER_CURSOR_29 |
Other Cursor 30 |
OTHER_CURSOR_30 |
Other Cursor 31 |
OTHER_CURSOR_31 |
Other Cursor 32 |
OTHER_CURSOR_32 |
Other Cursor 33 |
OTHER_CURSOR_33 |
Other Cursor 34 |
OTHER_CURSOR_34 |
Other Cursor 35 |
OTHER_CURSOR_35 |
Other Cursor 36 |
OTHER_CURSOR_36 |
Other Cursor 37 |
OTHER_CURSOR_37 |
Other Cursor 38 |
OTHER_CURSOR_38 |
Other Cursor 39 |
OTHER_CURSOR_39 |
Other Cursor 40 |
OTHER_CURSOR_40 |
Other Cursor 41 |
OTHER_CURSOR_41 |
Other Cursor 42 |
OTHER_CURSOR_42 |
Other Cursor 43 |
OTHER_CURSOR_43 |
Other Cursor 44 |
OTHER_CURSOR_44 |
Other Cursor 45 |
OTHER_CURSOR_45 |
Other Cursor 46 |
OTHER_CURSOR_46 |
Other Cursor 47 |
OTHER_CURSOR_47 |
Other Cursor 48 |
OTHER_CURSOR_48 |
Other Cursor 49 |
OTHER_CURSOR_49 |
Other Cursor 50 |
OTHER_CURSOR_50 |
Other Cursor 51 |
OTHER_CURSOR_51 |
Other Cursor 52 |
OTHER_CURSOR_52 |
Other Cursor 53 |
OTHER_CURSOR_53 |
Other Cursor 54 |
OTHER_CURSOR_54 |
Other Cursor 55 |
OTHER_CURSOR_55 |
Other Cursor 56 |
OTHER_CURSOR_56 |
Other Cursor 57 |
OTHER_CURSOR_57 |
Other Cursor 58 |
OTHER_CURSOR_58 |
Other Cursor 59 |
OTHER_CURSOR_59 |
Other Cursor 60 |
OTHER_CURSOR_60 |
Other Cursor 61 |
OTHER_CURSOR_61 |
Other Cursor 62 |
OTHER_CURSOR_62 |
Other Cursor 63 |
OTHER_CURSOR_63 |
Other Cursor 64 |
OTHER_CURSOR_64 |
Other Cursor 65 |
OTHER_CURSOR_65 |
Other Cursor 66 |
OTHER_CURSOR_66 |
Other Cursor 67 |
OTHER_CURSOR_67 |
Other Cursor 68 |
OTHER_CURSOR_68 |
Other Cursor 69 |
OTHER_CURSOR_69 |
Blank Cursor |
BLANK_CURSOR |
moveSeedCursor
-
name:
moveSeedCursor
, type:
Enum
, default:
CROSS_CURSOR
Values:
Title |
Name |
Undefined Cursor |
UNDEFINED_CURSOR |
Default Cursor |
DEFAULT_CURSOR |
Forbidden Cursor |
FORBIDDEN_CURSOR |
Pointing Hand Cursor |
POINTING_HAND_CURSOR |
Open Hand Cursor |
OPEN_HAND_CURSOR |
Closed Hand Cursor |
CLOSED_HAND_CURSOR |
Move All Cursor |
MOVE_ALL_CURSOR |
Move Hori Cursor |
MOVE_HORI_CURSOR |
Move Vert Cursor |
MOVE_VERT_CURSOR |
Move Fdiag Cursor |
MOVE_FDIAG_CURSOR |
Move Bdiag Cursor |
MOVE_BDIAG_CURSOR |
Move Inout Cursor |
MOVE_INOUT_CURSOR |
Rotate X Cursor |
ROTATE_X_CURSOR |
Rotate Y Cursor |
ROTATE_Y_CURSOR |
Rotate Z Cursor |
ROTATE_Z_CURSOR |
Rotate Xy Cursor |
ROTATE_XY_CURSOR |
Zoom Cursor |
ZOOM_CURSOR |
Zoom In Cursor |
ZOOM_IN_CURSOR |
Zoom Out Cursor |
ZOOM_OUT_CURSOR |
Cross Cursor |
CROSS_CURSOR |
Cross Plus Cursor |
CROSS_PLUS_CURSOR |
Cross Minus Cursor |
CROSS_MINUS_CURSOR |
Cross Move Cursor |
CROSS_MOVE_CURSOR |
Cross Rotate Cursor |
CROSS_ROTATE_CURSOR |
Cross Rect Cursor |
CROSS_RECT_CURSOR |
Cross Oval Cursor |
CROSS_OVAL_CURSOR |
Cross Vector Cursor |
CROSS_VECTOR_CURSOR |
Cross Freeform Cursor |
CROSS_FREEFORM_CURSOR |
Cross Point Cursor |
CROSS_POINT_CURSOR |
Cross Line Cursor |
CROSS_LINE_CURSOR |
Cross Curve Cursor |
CROSS_CURVE_CURSOR |
Cross Polyline Cursor |
CROSS_POLYLINE_CURSOR |
Cross Polygon Cursor |
CROSS_POLYGON_CURSOR |
Cross Fill Cursor |
CROSS_FILL_CURSOR |
Cross Link Cursor |
CROSS_LINK_CURSOR |
Cross 0 Cursor |
CROSS_0_CURSOR |
Cross 1 Cursor |
CROSS_1_CURSOR |
Cross 2 Cursor |
CROSS_2_CURSOR |
Cross 3 Cursor |
CROSS_3_CURSOR |
Cross 4 Cursor |
CROSS_4_CURSOR |
Cross 5 Cursor |
CROSS_5_CURSOR |
Cross 6 Cursor |
CROSS_6_CURSOR |
Cross 7 Cursor |
CROSS_7_CURSOR |
Cross 8 Cursor |
CROSS_8_CURSOR |
Cross 9 Cursor |
CROSS_9_CURSOR |
Lut Cursor |
LUT_CURSOR |
Lut 1 Cursor |
LUT_1_CURSOR |
Lut 2 Cursor |
LUT_2_CURSOR |
Lut 3 Cursor |
LUT_3_CURSOR |
Slicing Cursor |
SLICING_CURSOR |
Other Cursor 0 |
OTHER_CURSOR_0 |
Other Cursor 1 |
OTHER_CURSOR_1 |
Other Cursor 2 |
OTHER_CURSOR_2 |
Other Cursor 3 |
OTHER_CURSOR_3 |
Other Cursor 4 |
OTHER_CURSOR_4 |
Other Cursor 5 |
OTHER_CURSOR_5 |
Other Cursor 6 |
OTHER_CURSOR_6 |
Other Cursor 7 |
OTHER_CURSOR_7 |
Other Cursor 8 |
OTHER_CURSOR_8 |
Other Cursor 9 |
OTHER_CURSOR_9 |
Other Cursor 10 |
OTHER_CURSOR_10 |
Other Cursor 11 |
OTHER_CURSOR_11 |
Other Cursor 12 |
OTHER_CURSOR_12 |
Other Cursor 13 |
OTHER_CURSOR_13 |
Other Cursor 14 |
OTHER_CURSOR_14 |
Other Cursor 15 |
OTHER_CURSOR_15 |
Other Cursor 16 |
OTHER_CURSOR_16 |
Other Cursor 17 |
OTHER_CURSOR_17 |
Other Cursor 18 |
OTHER_CURSOR_18 |
Other Cursor 19 |
OTHER_CURSOR_19 |
Other Cursor 20 |
OTHER_CURSOR_20 |
Other Cursor 21 |
OTHER_CURSOR_21 |
Other Cursor 22 |
OTHER_CURSOR_22 |
Other Cursor 23 |
OTHER_CURSOR_23 |
Other Cursor 24 |
OTHER_CURSOR_24 |
Other Cursor 25 |
OTHER_CURSOR_25 |
Other Cursor 26 |
OTHER_CURSOR_26 |
Other Cursor 27 |
OTHER_CURSOR_27 |
Other Cursor 28 |
OTHER_CURSOR_28 |
Other Cursor 29 |
OTHER_CURSOR_29 |
Other Cursor 30 |
OTHER_CURSOR_30 |
Other Cursor 31 |
OTHER_CURSOR_31 |
Other Cursor 32 |
OTHER_CURSOR_32 |
Other Cursor 33 |
OTHER_CURSOR_33 |
Other Cursor 34 |
OTHER_CURSOR_34 |
Other Cursor 35 |
OTHER_CURSOR_35 |
Other Cursor 36 |
OTHER_CURSOR_36 |
Other Cursor 37 |
OTHER_CURSOR_37 |
Other Cursor 38 |
OTHER_CURSOR_38 |
Other Cursor 39 |
OTHER_CURSOR_39 |
Other Cursor 40 |
OTHER_CURSOR_40 |
Other Cursor 41 |
OTHER_CURSOR_41 |
Other Cursor 42 |
OTHER_CURSOR_42 |
Other Cursor 43 |
OTHER_CURSOR_43 |
Other Cursor 44 |
OTHER_CURSOR_44 |
Other Cursor 45 |
OTHER_CURSOR_45 |
Other Cursor 46 |
OTHER_CURSOR_46 |
Other Cursor 47 |
OTHER_CURSOR_47 |
Other Cursor 48 |
OTHER_CURSOR_48 |
Other Cursor 49 |
OTHER_CURSOR_49 |
Other Cursor 50 |
OTHER_CURSOR_50 |
Other Cursor 51 |
OTHER_CURSOR_51 |
Other Cursor 52 |
OTHER_CURSOR_52 |
Other Cursor 53 |
OTHER_CURSOR_53 |
Other Cursor 54 |
OTHER_CURSOR_54 |
Other Cursor 55 |
OTHER_CURSOR_55 |
Other Cursor 56 |
OTHER_CURSOR_56 |
Other Cursor 57 |
OTHER_CURSOR_57 |
Other Cursor 58 |
OTHER_CURSOR_58 |
Other Cursor 59 |
OTHER_CURSOR_59 |
Other Cursor 60 |
OTHER_CURSOR_60 |
Other Cursor 61 |
OTHER_CURSOR_61 |
Other Cursor 62 |
OTHER_CURSOR_62 |
Other Cursor 63 |
OTHER_CURSOR_63 |
Other Cursor 64 |
OTHER_CURSOR_64 |
Other Cursor 65 |
OTHER_CURSOR_65 |
Other Cursor 66 |
OTHER_CURSOR_66 |
Other Cursor 67 |
OTHER_CURSOR_67 |
Other Cursor 68 |
OTHER_CURSOR_68 |
Other Cursor 69 |
OTHER_CURSOR_69 |
Blank Cursor |
BLANK_CURSOR |
generateSeedPointsWhileDragging
-
name:
generateSeedPointsWhileDragging
, type:
Bool
, default:
FALSE
insertSeedPointByClickingOnPathPointList
-
name:
insertSeedPointByClickingOnPathPointList
, type:
Bool
, default:
TRUE
insertSeedPointCursor
-
name:
insertSeedPointCursor
, type:
Enum
, default:
CROSS_PLUS_CURSOR
Values:
Title |
Name |
Undefined Cursor |
UNDEFINED_CURSOR |
Default Cursor |
DEFAULT_CURSOR |
Forbidden Cursor |
FORBIDDEN_CURSOR |
Pointing Hand Cursor |
POINTING_HAND_CURSOR |
Open Hand Cursor |
OPEN_HAND_CURSOR |
Closed Hand Cursor |
CLOSED_HAND_CURSOR |
Move All Cursor |
MOVE_ALL_CURSOR |
Move Hori Cursor |
MOVE_HORI_CURSOR |
Move Vert Cursor |
MOVE_VERT_CURSOR |
Move Fdiag Cursor |
MOVE_FDIAG_CURSOR |
Move Bdiag Cursor |
MOVE_BDIAG_CURSOR |
Move Inout Cursor |
MOVE_INOUT_CURSOR |
Rotate X Cursor |
ROTATE_X_CURSOR |
Rotate Y Cursor |
ROTATE_Y_CURSOR |
Rotate Z Cursor |
ROTATE_Z_CURSOR |
Rotate Xy Cursor |
ROTATE_XY_CURSOR |
Zoom Cursor |
ZOOM_CURSOR |
Zoom In Cursor |
ZOOM_IN_CURSOR |
Zoom Out Cursor |
ZOOM_OUT_CURSOR |
Cross Cursor |
CROSS_CURSOR |
Cross Plus Cursor |
CROSS_PLUS_CURSOR |
Cross Minus Cursor |
CROSS_MINUS_CURSOR |
Cross Move Cursor |
CROSS_MOVE_CURSOR |
Cross Rotate Cursor |
CROSS_ROTATE_CURSOR |
Cross Rect Cursor |
CROSS_RECT_CURSOR |
Cross Oval Cursor |
CROSS_OVAL_CURSOR |
Cross Vector Cursor |
CROSS_VECTOR_CURSOR |
Cross Freeform Cursor |
CROSS_FREEFORM_CURSOR |
Cross Point Cursor |
CROSS_POINT_CURSOR |
Cross Line Cursor |
CROSS_LINE_CURSOR |
Cross Curve Cursor |
CROSS_CURVE_CURSOR |
Cross Polyline Cursor |
CROSS_POLYLINE_CURSOR |
Cross Polygon Cursor |
CROSS_POLYGON_CURSOR |
Cross Fill Cursor |
CROSS_FILL_CURSOR |
Cross Link Cursor |
CROSS_LINK_CURSOR |
Cross 0 Cursor |
CROSS_0_CURSOR |
Cross 1 Cursor |
CROSS_1_CURSOR |
Cross 2 Cursor |
CROSS_2_CURSOR |
Cross 3 Cursor |
CROSS_3_CURSOR |
Cross 4 Cursor |
CROSS_4_CURSOR |
Cross 5 Cursor |
CROSS_5_CURSOR |
Cross 6 Cursor |
CROSS_6_CURSOR |
Cross 7 Cursor |
CROSS_7_CURSOR |
Cross 8 Cursor |
CROSS_8_CURSOR |
Cross 9 Cursor |
CROSS_9_CURSOR |
Lut Cursor |
LUT_CURSOR |
Lut 1 Cursor |
LUT_1_CURSOR |
Lut 2 Cursor |
LUT_2_CURSOR |
Lut 3 Cursor |
LUT_3_CURSOR |
Slicing Cursor |
SLICING_CURSOR |
Other Cursor 0 |
OTHER_CURSOR_0 |
Other Cursor 1 |
OTHER_CURSOR_1 |
Other Cursor 2 |
OTHER_CURSOR_2 |
Other Cursor 3 |
OTHER_CURSOR_3 |
Other Cursor 4 |
OTHER_CURSOR_4 |
Other Cursor 5 |
OTHER_CURSOR_5 |
Other Cursor 6 |
OTHER_CURSOR_6 |
Other Cursor 7 |
OTHER_CURSOR_7 |
Other Cursor 8 |
OTHER_CURSOR_8 |
Other Cursor 9 |
OTHER_CURSOR_9 |
Other Cursor 10 |
OTHER_CURSOR_10 |
Other Cursor 11 |
OTHER_CURSOR_11 |
Other Cursor 12 |
OTHER_CURSOR_12 |
Other Cursor 13 |
OTHER_CURSOR_13 |
Other Cursor 14 |
OTHER_CURSOR_14 |
Other Cursor 15 |
OTHER_CURSOR_15 |
Other Cursor 16 |
OTHER_CURSOR_16 |
Other Cursor 17 |
OTHER_CURSOR_17 |
Other Cursor 18 |
OTHER_CURSOR_18 |
Other Cursor 19 |
OTHER_CURSOR_19 |
Other Cursor 20 |
OTHER_CURSOR_20 |
Other Cursor 21 |
OTHER_CURSOR_21 |
Other Cursor 22 |
OTHER_CURSOR_22 |
Other Cursor 23 |
OTHER_CURSOR_23 |
Other Cursor 24 |
OTHER_CURSOR_24 |
Other Cursor 25 |
OTHER_CURSOR_25 |
Other Cursor 26 |
OTHER_CURSOR_26 |
Other Cursor 27 |
OTHER_CURSOR_27 |
Other Cursor 28 |
OTHER_CURSOR_28 |
Other Cursor 29 |
OTHER_CURSOR_29 |
Other Cursor 30 |
OTHER_CURSOR_30 |
Other Cursor 31 |
OTHER_CURSOR_31 |
Other Cursor 32 |
OTHER_CURSOR_32 |
Other Cursor 33 |
OTHER_CURSOR_33 |
Other Cursor 34 |
OTHER_CURSOR_34 |
Other Cursor 35 |
OTHER_CURSOR_35 |
Other Cursor 36 |
OTHER_CURSOR_36 |
Other Cursor 37 |
OTHER_CURSOR_37 |
Other Cursor 38 |
OTHER_CURSOR_38 |
Other Cursor 39 |
OTHER_CURSOR_39 |
Other Cursor 40 |
OTHER_CURSOR_40 |
Other Cursor 41 |
OTHER_CURSOR_41 |
Other Cursor 42 |
OTHER_CURSOR_42 |
Other Cursor 43 |
OTHER_CURSOR_43 |
Other Cursor 44 |
OTHER_CURSOR_44 |
Other Cursor 45 |
OTHER_CURSOR_45 |
Other Cursor 46 |
OTHER_CURSOR_46 |
Other Cursor 47 |
OTHER_CURSOR_47 |
Other Cursor 48 |
OTHER_CURSOR_48 |
Other Cursor 49 |
OTHER_CURSOR_49 |
Other Cursor 50 |
OTHER_CURSOR_50 |
Other Cursor 51 |
OTHER_CURSOR_51 |
Other Cursor 52 |
OTHER_CURSOR_52 |
Other Cursor 53 |
OTHER_CURSOR_53 |
Other Cursor 54 |
OTHER_CURSOR_54 |
Other Cursor 55 |
OTHER_CURSOR_55 |
Other Cursor 56 |
OTHER_CURSOR_56 |
Other Cursor 57 |
OTHER_CURSOR_57 |
Other Cursor 58 |
OTHER_CURSOR_58 |
Other Cursor 59 |
OTHER_CURSOR_59 |
Other Cursor 60 |
OTHER_CURSOR_60 |
Other Cursor 61 |
OTHER_CURSOR_61 |
Other Cursor 62 |
OTHER_CURSOR_62 |
Other Cursor 63 |
OTHER_CURSOR_63 |
Other Cursor 64 |
OTHER_CURSOR_64 |
Other Cursor 65 |
OTHER_CURSOR_65 |
Other Cursor 66 |
OTHER_CURSOR_66 |
Other Cursor 67 |
OTHER_CURSOR_67 |
Other Cursor 68 |
OTHER_CURSOR_68 |
Other Cursor 69 |
OTHER_CURSOR_69 |
Blank Cursor |
BLANK_CURSOR |
canCloseCursor
-
name:
canCloseCursor
, type:
Enum
, default:
CROSS_LINK_CURSOR
Values:
Title |
Name |
Undefined Cursor |
UNDEFINED_CURSOR |
Default Cursor |
DEFAULT_CURSOR |
Forbidden Cursor |
FORBIDDEN_CURSOR |
Pointing Hand Cursor |
POINTING_HAND_CURSOR |
Open Hand Cursor |
OPEN_HAND_CURSOR |
Closed Hand Cursor |
CLOSED_HAND_CURSOR |
Move All Cursor |
MOVE_ALL_CURSOR |
Move Hori Cursor |
MOVE_HORI_CURSOR |
Move Vert Cursor |
MOVE_VERT_CURSOR |
Move Fdiag Cursor |
MOVE_FDIAG_CURSOR |
Move Bdiag Cursor |
MOVE_BDIAG_CURSOR |
Move Inout Cursor |
MOVE_INOUT_CURSOR |
Rotate X Cursor |
ROTATE_X_CURSOR |
Rotate Y Cursor |
ROTATE_Y_CURSOR |
Rotate Z Cursor |
ROTATE_Z_CURSOR |
Rotate Xy Cursor |
ROTATE_XY_CURSOR |
Zoom Cursor |
ZOOM_CURSOR |
Zoom In Cursor |
ZOOM_IN_CURSOR |
Zoom Out Cursor |
ZOOM_OUT_CURSOR |
Cross Cursor |
CROSS_CURSOR |
Cross Plus Cursor |
CROSS_PLUS_CURSOR |
Cross Minus Cursor |
CROSS_MINUS_CURSOR |
Cross Move Cursor |
CROSS_MOVE_CURSOR |
Cross Rotate Cursor |
CROSS_ROTATE_CURSOR |
Cross Rect Cursor |
CROSS_RECT_CURSOR |
Cross Oval Cursor |
CROSS_OVAL_CURSOR |
Cross Vector Cursor |
CROSS_VECTOR_CURSOR |
Cross Freeform Cursor |
CROSS_FREEFORM_CURSOR |
Cross Point Cursor |
CROSS_POINT_CURSOR |
Cross Line Cursor |
CROSS_LINE_CURSOR |
Cross Curve Cursor |
CROSS_CURVE_CURSOR |
Cross Polyline Cursor |
CROSS_POLYLINE_CURSOR |
Cross Polygon Cursor |
CROSS_POLYGON_CURSOR |
Cross Fill Cursor |
CROSS_FILL_CURSOR |
Cross Link Cursor |
CROSS_LINK_CURSOR |
Cross 0 Cursor |
CROSS_0_CURSOR |
Cross 1 Cursor |
CROSS_1_CURSOR |
Cross 2 Cursor |
CROSS_2_CURSOR |
Cross 3 Cursor |
CROSS_3_CURSOR |
Cross 4 Cursor |
CROSS_4_CURSOR |
Cross 5 Cursor |
CROSS_5_CURSOR |
Cross 6 Cursor |
CROSS_6_CURSOR |
Cross 7 Cursor |
CROSS_7_CURSOR |
Cross 8 Cursor |
CROSS_8_CURSOR |
Cross 9 Cursor |
CROSS_9_CURSOR |
Lut Cursor |
LUT_CURSOR |
Lut 1 Cursor |
LUT_1_CURSOR |
Lut 2 Cursor |
LUT_2_CURSOR |
Lut 3 Cursor |
LUT_3_CURSOR |
Slicing Cursor |
SLICING_CURSOR |
Other Cursor 0 |
OTHER_CURSOR_0 |
Other Cursor 1 |
OTHER_CURSOR_1 |
Other Cursor 2 |
OTHER_CURSOR_2 |
Other Cursor 3 |
OTHER_CURSOR_3 |
Other Cursor 4 |
OTHER_CURSOR_4 |
Other Cursor 5 |
OTHER_CURSOR_5 |
Other Cursor 6 |
OTHER_CURSOR_6 |
Other Cursor 7 |
OTHER_CURSOR_7 |
Other Cursor 8 |
OTHER_CURSOR_8 |
Other Cursor 9 |
OTHER_CURSOR_9 |
Other Cursor 10 |
OTHER_CURSOR_10 |
Other Cursor 11 |
OTHER_CURSOR_11 |
Other Cursor 12 |
OTHER_CURSOR_12 |
Other Cursor 13 |
OTHER_CURSOR_13 |
Other Cursor 14 |
OTHER_CURSOR_14 |
Other Cursor 15 |
OTHER_CURSOR_15 |
Other Cursor 16 |
OTHER_CURSOR_16 |
Other Cursor 17 |
OTHER_CURSOR_17 |
Other Cursor 18 |
OTHER_CURSOR_18 |
Other Cursor 19 |
OTHER_CURSOR_19 |
Other Cursor 20 |
OTHER_CURSOR_20 |
Other Cursor 21 |
OTHER_CURSOR_21 |
Other Cursor 22 |
OTHER_CURSOR_22 |
Other Cursor 23 |
OTHER_CURSOR_23 |
Other Cursor 24 |
OTHER_CURSOR_24 |
Other Cursor 25 |
OTHER_CURSOR_25 |
Other Cursor 26 |
OTHER_CURSOR_26 |
Other Cursor 27 |
OTHER_CURSOR_27 |
Other Cursor 28 |
OTHER_CURSOR_28 |
Other Cursor 29 |
OTHER_CURSOR_29 |
Other Cursor 30 |
OTHER_CURSOR_30 |
Other Cursor 31 |
OTHER_CURSOR_31 |
Other Cursor 32 |
OTHER_CURSOR_32 |
Other Cursor 33 |
OTHER_CURSOR_33 |
Other Cursor 34 |
OTHER_CURSOR_34 |
Other Cursor 35 |
OTHER_CURSOR_35 |
Other Cursor 36 |
OTHER_CURSOR_36 |
Other Cursor 37 |
OTHER_CURSOR_37 |
Other Cursor 38 |
OTHER_CURSOR_38 |
Other Cursor 39 |
OTHER_CURSOR_39 |
Other Cursor 40 |
OTHER_CURSOR_40 |
Other Cursor 41 |
OTHER_CURSOR_41 |
Other Cursor 42 |
OTHER_CURSOR_42 |
Other Cursor 43 |
OTHER_CURSOR_43 |
Other Cursor 44 |
OTHER_CURSOR_44 |
Other Cursor 45 |
OTHER_CURSOR_45 |
Other Cursor 46 |
OTHER_CURSOR_46 |
Other Cursor 47 |
OTHER_CURSOR_47 |
Other Cursor 48 |
OTHER_CURSOR_48 |
Other Cursor 49 |
OTHER_CURSOR_49 |
Other Cursor 50 |
OTHER_CURSOR_50 |
Other Cursor 51 |
OTHER_CURSOR_51 |
Other Cursor 52 |
OTHER_CURSOR_52 |
Other Cursor 53 |
OTHER_CURSOR_53 |
Other Cursor 54 |
OTHER_CURSOR_54 |
Other Cursor 55 |
OTHER_CURSOR_55 |
Other Cursor 56 |
OTHER_CURSOR_56 |
Other Cursor 57 |
OTHER_CURSOR_57 |
Other Cursor 58 |
OTHER_CURSOR_58 |
Other Cursor 59 |
OTHER_CURSOR_59 |
Other Cursor 60 |
OTHER_CURSOR_60 |
Other Cursor 61 |
OTHER_CURSOR_61 |
Other Cursor 62 |
OTHER_CURSOR_62 |
Other Cursor 63 |
OTHER_CURSOR_63 |
Other Cursor 64 |
OTHER_CURSOR_64 |
Other Cursor 65 |
OTHER_CURSOR_65 |
Other Cursor 66 |
OTHER_CURSOR_66 |
Other Cursor 67 |
OTHER_CURSOR_67 |
Other Cursor 68 |
OTHER_CURSOR_68 |
Other Cursor 69 |
OTHER_CURSOR_69 |
Blank Cursor |
BLANK_CURSOR |
shouldRenderAll
-
name:
shouldRenderAll
, type:
Bool
, default:
TRUE
interpolationMode
-
name:
interpolationMode
, type:
Enum
, default:
SPLINE_APPROXIMATION
Values:
Title |
Name |
Linear Interpolation |
LINEAR_INTERPOLATION |
Spline Interpolation |
SPLINE_INTERPOLATION |
Spline Approximation |
SPLINE_APPROXIMATION |