Enum SurfaceFinishSymbolType
Defines the various types of symbol of a surface finish entity.
Namespace: TopSolid.Cad.Drafting.Automating.SurfaceFinishTools
Assembly: TopSolid.Cad.Drafting.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 0, 0)]
public enum SurfaceFinishSymbolType
Remarks
This enum is available since v7.17.000.000.
Fields
| Name | Description |
|---|---|
| AnyProcessAllowed | Indicates that any process allowed. |
| Delta | JIS delta symbol. |
| MaterialRemovalRequired | Indicates that machining by material removal is used. |
| NoMaterialRemoved | Indicates that it is forbidden to use machining material removal. |
| None | None. |
| Unclassified | Unclassified type. |
| Wave | JIS wave symbol. |