SoTileComposerParamshullOptimization Property |
Enables hull optimization.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool hullOptimization { get; }
Public ReadOnly Property hullOptimization As SoSFBool
Get
public:
property SoSFBool^ hullOptimization {
SoSFBool^ get ();
}
member hullOptimization : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksHull optimization specifies to send only the portion of the image that really contains graphics entities (non background pixels). Default is false.
See Also