Defines the available result types for the auto constrain operation. Each result type represents a different approach to generating constraints and dimensions for the sketch. The default is Option1AutoConstrainResultType.
Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
| Name | Value | Description |
| Option1AutoConstrainResultType | 0 | The default result option. This may take longer to compute but can produce a more thorough set of constraints and dimensions for the sketch geometry. |
| Option2AutoConstrainResultType | 1 | A faster result option. Use this when computation time is a concern. |
| Option3AutoConstrainResultType | 2 | A result option that may adjust sketch geometry within tolerance to achieve a fully constrained sketch. If the sketch is eligible for geometry adjustment, the result will include moved entities accessible through the movedGeometry property on the AutoConstrainResult. If the sketch is not eligible for geometry adjustment, autoconstrain returns null. The caller should retry with Option1AutoConstrainResultType or Option2AutoConstrainResultType. |