Identifies an axis for a surface boundary.
Syntax
typedef enum DXBNDID
{
DXB_X = 0,
DXB_Y = 1,
DXB_Z = 2,
DXB_T = 3
} DXBNDID;
Elements
- 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.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.