Enum TextureMappingType
Defines the various types of texture mapping.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 16, 0, 0)]
public enum TextureMappingType
Remarks
This enum is available since v7.16.
Fields
| Name | Description |
|---|---|
| AutoAxis | Auto-Axis. |
| Cylindrical | Cylindrical. |
| Edge | Edge. |
| Inherited | Inherited. |
| None | No mapping defined. |
| Parametric | Parametric. |
| Planar | Planar. |
| Spherical | Spherical. |
| Unclassified | Unclassified type. |