minEdgeMaxCount
Specifies the maximum allowed number of consecutive small edges that is permitted in a step to satisfy the minEdgeLength constraint.
minEdgeMaxCount Quick Reference
Value Type
minEdgeMaxCount constraints have an IntValue.
Parameter
-
maxLength(Value) specifies the maximum length, in user units, for each small edge in the step.
Examples
The example in the following figure permits up to two consecutive edges of less than 0.3.
| Format | Example |
|---|---|
set_constraint_parameter -name maxLength -Value 0.3 |
|
MINSTEP 0.3 MAXEDGES 2 ; |

Related Topics
minEndOfLineAdjacentToStep
A minimum step rule optionally requires a certain minimum length for end-of-line edges that are adjacent to a minimum edge. If a minimum step edge has an adjacent edge that is also an end-of-line edge, that end-of-line edge must not be shorter than a certain value.
minEndOfLineAdjacentToStep
Value Type
|
Specifies in user units the required minimum length of an end-line edge adjacent to an edge less than the |
Required Parameters
|
Specifies the maximum length of the adjacent edge; the constraint applies if the end-of-line edge has an adjacent edge of length less than this value.
Type: |
Optional Parameters
|
Specified that the no adjacent EOL minimum step rule does not apply if the other neighbor edge of the minimum step edge has length greater than or equal to
Type: |
|
|
Specifies that any end-of-line with length less than the constraint value cannot have adjacent steps of length less than the
Type: |
|
|
Specifies that both of the neighbor edges of a EOL have concave corner at the other end.
Type: |
|
|
Specifies that the constraint applies only if the other neighbor edge of the minimum step edge has length greater than or equal to this value.
Type: |
|
Related Topics
Return to top