This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEncode3DProperties Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that encode and decode normals and 2D texture coordinates into a single double value.
Description | ||
---|---|---|
PackNormal | Encodes a normal into part of a double. A normal and texture information can both be packed in a single double without conflict. | |
PackTexture2D | Encodes texture coordinates into part of a double. A normal and texture information can both be packed in a single double without conflict. | |
UnPackNormal | Decodes a normal from a double. | |
UnPackTexture2D | Decodes texture coordinates. |
CoClasses and Classes | Description |
---|---|
GeometryEnvironment | Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |