SoVRLdmFileWriterenableTileMinMax Property |
Specify if tile min/max should be computed even if OIV.LDM.Writers.SoVRLdmFileWriter.m_enableHistogram is false.
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.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