Transposition is supported for the case where a Surface3D object displays a set of DataSampled objects. If Chart resource XmNtranspose is False, DataSampled objects are plotted along the X direction. If XmNtranspose it True, DataSampled objects are plotted along the Y direction.
| Name | Type | Default | Access |
|---|---|---|---|
| XmNcontourLineColor | Pixel | black | CSG |
| XmNcontourLineMode | int | XintNO_CONTOUR_LINE | CSG |
| XmNcontourLineThickness | int | 1 | CSG |
| XmNfillMode | int | XintCONTOUR_FILL | CSG |
| XmNmeshColor | Pixel | black | CSG |
| XmNmeshDrawX | Boolean | True | CSG |
| XmNmeshDrawY | Boolean | True | CSG |
| XmNmeshMode | int | XintMONOCHROME_MESH | CSG |
| XmNmeshLineThickness | int | 1 | CSG |
| XmNnumGridX | int | 16 | CSG |
| XmNnumGridY | int | 16 | CSG |
| XmNnumGridZ | int | 16 | CSG |
| XmNsolidSurface | Boolean | False | CSG |
| XmNsurfaceBottomColor | Pixel | gray | CSG |
| XmNsurfaceTopColor | Pixel | light grey | CSG |
| Resource Value | Description |
|---|---|
| XintNO_CONTOUR_LINE (default) | No contour line is drawn. |
| XintCONTOUR_LINE | Draw the contour lines using color specified in resource XmNcontourLineColor. |
| XintCONTOUR_COLORED_LINE | Draw the contour lines using the color based on the Z value. |
| Resource Value | Description |
|---|---|
| XintNO_FILL | No fill. |
| XintSHADED_FILL | Surface is drawn using two colors. One for the top of the surface (XmNsurfaceTopColor) and one for the bottom of the surface (XmNsurfaceBottomColor). |
| XintMOSAIC_FILL | The surface is filled using a uniform color inside each grid cell. The color used is based on the average Z value for each cell. |
| XintCONTOUR_FILL | The surface is filled along the contour lines. The color used is based on the contour value. |
| Resource Value | Description |
|---|---|
| XintNO_MESH | No grid mesh is drawn. |
| XintCONTOUR_MESH | Grid mesh is drawn using colors based on the Z values. |
| XintMONOCHROME_MESH (default) | Mesh is drawn with color specified in resource XmNmeshColor. |
Boolean XintIsSurface3D (Object object)