DXBNDID enumeration

Identifies an axis for a surface boundary.

Syntax


typedef enum DXBNDID { 
  DXB_X  = 0,
  DXB_Y  = 1,
  DXB_Z  = 2,
  DXB_T  = 3
} DXBNDID;

Constants

DXB_X

Selected boundary is on the x-axis.

DXB_Y

Selected boundary is on the y-axis.

DXB_Z

Selected boundary is on the z-axis.

DXB_T

Selected boundary is on the time axis.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dxtrans.h

IDL

Dxtrans.idl

 

 

Show: