Click or drag to resize
SoUniformGridClipping Properties

The SoUniformGridClipping type exposes the following members.

Properties
  NameDescription
Public propertyaxis

Height axis: X, Y, or Z.

Public propertyblendColor

Color used for BLEND model.

(Inherited from SoTexture.)
Public propertyborderColor

Defines border color used for border texture filtering.

(Inherited from SoTexture.)
Public propertyclipAbove

Clip voxels above the surface.

Public propertyclipBelow

Clip voxels below the surface.

Public propertyenableBorder

Enables borders for textures.

(Inherited from SoTexture.)
Public propertyenableCompressedTexture

Enables storage of textures on the graphics board in compressed form.

(Inherited from SoTexture.)
Public propertyextent

Bounding box of the surface in 3D geometric coordinates.

Public propertyfilename

Name of the file from which to read texture image.

(Inherited from SoTexture2.)
Public propertyFinishLoadingCallback

Callback invoked when the texture is loaded and ready to use.

(Inherited from SoTexture2.)
Public propertyimage

Contains an in-memory representation of the texture map.

(Inherited from SoTexture2.)
Public propertyinternalFormat

Internal format for texture storage.

(Inherited from SoTexture.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyloadingMode

Specifies the loading mode.

(Inherited from SoTexture2.)
Public propertymagFilter

Specifies the OpenGL magFilter.

(Inherited from SoTexture.)
Public propertymaxAnisotropy

Specifies on a per-texture object basis, the maximum degree of anisotropy to account for in texture filtering.

(Inherited from SoTexture.)
Public propertyminFilter

Specifies the OpenGL minFilter.

(Inherited from SoTexture.)
Public propertymodel

Specifies how to map texture onto surface.

(Inherited from SoTexture.)
Public propertyrenderToTextureProperty

Specifies an OIV.Inventor.Nodes.SoRenderToTextureProperty node containing a scene graph that will be rendered to create the texture image.

(Inherited from SoTexture2.)
Public propertysize Obsolete.
Public propertyStartLoadingCallback

Callback invoked when starting to load the texture.

(Inherited from SoTexture2.)
Public propertythickness

Defines a clipping thickness in the axis direction.

Public propertyundefinedValue

Texels in the clipping texture with this value will clip all voxels above and below the surface.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertywrapS

Indicates what to do when texture coordinates in the S (horizontal) direction lie outside the range 0-1.

(Inherited from SoTexture.)
Public propertywrapT

Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.

(Inherited from SoTexture2.)
Top
See Also