Autodesk.AutoCAD.GraphicsInterface Namespace > Projection Enumeration
Autodesk.AutoCAD.GraphicsInterface.Projection Enumeration
Description

 

This .NET enum wraps the AcGiMapper::Projection ObjectARX enum. 

This enumeration provides values that describe the mapping projection of the mapper.

Visual Basic
Public Enum Projection
  InheritProjection
  Planar
  Box
  Cylinder
  Sphere
End Enum
C#
public enum Projection {
  InheritProjection,
  Planar,
  Box,
  Cylinder,
  Sphere
}
Members
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 
   Comments?