| PoMeshsmoothTextureContouring Property  | 
If set to true and combined with COLOR_TEXTURE_CONTOURING coloring type, the texture used for coloring appears smoothed, since a linear interpolation is used instead of a nearest one. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFBool smoothTextureContouring { get; }Public ReadOnly Property smoothTextureContouring As SoSFBool
	Get
public:
property SoSFBool^ smoothTextureContouring {
	SoSFBool^ get ();
}member smoothTextureContouring : SoSFBool with get
Property Value
Type: 
SoSFBool
Remarks  Note | 
|---|
Field available since Open Inventor 8.1   | 
See Also