Image Plane
These properties control image plane object visualizations. For each property, the type of control and the values that can be assigned are listed, along with the property identifier and allowed values for use by the iTools Procedural Interface. For a description of how a particular control is used, refer to Property Controls
|
Interface:
Property Name |
Control Type: Values
|
API:
Property Identifier |
API:
Allowed Values |
|---|---|---|---|
| Opacity Control |
String List: Set opacity. Choose from the following: Default = Use Opacity Table |
OPACITY_CONTROL |
0 (Use opacity table) 1 (Opaque) 2 (Opacity value) |
| Opacity Value |
Number: Factor from 0 - 100 determining the level of opacity. Move slider to change the size.
Default = |
OPACITY_VALUE |
Integer value from 0 to 100. |
| Orientation |
Set orientation. Default = X |
ORIENTATION |
0 (X--default) 1 (Y) 2 (Z) |
| Location |
Number: The location of the image plane along the associated dimension (either X, Y, or Z depending on orientation). The valid range is from |
PLANE_LOCATION |
Floating point |
| Opacity |
Number: Factor from 0 - 100 determining the level of alpha channel opacity. Move slider to change the size. |
ALPHA_CHANNEL |
Floating point value |
| Color |
Color: Color to be used for the image plane lines in this visualization. Click to choose from the default color palette, or specify RGB values.
Default = |
COLOR |
3D integer array of the form: [R, G, B] Each color value may range from 0 to 255. |
| Bottom color |
Color: Color to be used for the image plane bottom color in this visualization. Click to choose from the default color palette, or specify RGB values.
Default = |
BOTTOM |
3D integer array of the form: [R, G, B] Each color value may range from 0 to 255. |
| Depth offset |
Number: Set depth offset value. Enter value.
Default = |
DEPTH_OFFSET |
Integer |
| Skip zero opacity |
Boolean: Skip zero opacity? Choose True or False. Default = True |
ZERO_OPACITY_SKIP |
0 (Do not skip zero opacity) 1 (Skip zero opacity) |
| Texture interpolation |
String List: Set texture interpolation type. Choose between these values: Default = Nearest neighbor |
TEXTURE_INTERP |
0 (Nearest neighbor--default) 1 (Bilinear) |
.
