Specifies the mapping projection.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
Public Enumeration Projection
public enum class Projection
Members
| Member name |
Value |
Description |
| InheritProjection |
0 |
Inherits the projection from the current material's
mapper. |
| Planar |
1 |
Maps directly to xy-coordinates. |
| Box |
2 |
Maps to planes perpendicular to the major axes. |
| Cylinder |
3 |
Maps to cylinders aligned with the z-axis. |
| Sphere |
4 |
Maps to spheres aligned with the z-axis. |
See Also