This .NET enum wraps the AcGiMapper::Projection ObjectARX enum.
This enumeration provides values that describe the mapping projection of the mapper.
Public Enum Projection InheritProjection Planar Box Cylinder Sphere End Enum
public enum Projection {
InheritProjection,
Planar,
Box,
Cylinder,
Sphere
}
| Members | Description |
|---|---|
| InheritProjection | Inherit projection method from current material's mapper |
| Planar | Maps 2D image coordinates directly to XY coordinates |
| Box | Maps 2D image coordinates to plane normal to major axis |
| Cylinder | Maps 2D image coordinates to cylinder along Z axis |
| Sphere | Maps 2D image coordinates to sphere with poles on Z axis |