Enum EnclosingBoxManagementType
Defines the various types of enclosing box management.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 10, 0, 0)]
public enum EnclosingBoxManagementType
Remarks
This enum is available since v7.10.
Fields
Name | Description |
---|---|
Aligned | Automatic enclosing box aligned with absolute frame directions. |
Manual | Specified enclosing box parameters. |
Minimal | Automatic enclosing box of minimal size. |
None | No enclosing box management. |