Enum ConstructAction.DefaultGeoVector.StartLength
How should the Length be initialized
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public enum StartLength
Fields
| Name | Description |
|---|---|
| ModelWidth | the width of the model |
| UnitOne | length = 1.0 |
| ViewWidth | the width of the current view |
| ViewWidth2 | the width of the current view divided by 2 |
| ViewWidth4 | the width of the current view divided by 4 |
| ViewWidth6 | the width of the current view divided by 6 |
| ViewWidth8 | the width of the current view divided by 8 |