SoVRLdmFileWriterenableTileMinMax Property |
Specify if tile min/max should be computed even if enableHistogram is false.
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool enableTileMinMax { get; }
Public ReadOnly Property enableTileMinMax As SoSFBool
Get
public:
property SoSFBool^ enableTileMinMax {
SoSFBool^ get ();
}
member enableTileMinMax : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksNote that when enableHistogram to true, tile min/max is always computed. Default is false.
See Also