SoLDMResourceParametersoverlapping Property |
Note: This API is now obsolete.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFInt32 overlapping { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property overlapping As SoSFInt32
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFInt32^ overlapping {
SoSFInt32^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member overlapping : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksSets the tile overlap value (number of voxels) for non-LDM data. 0 is the only supported value since Open Inventor 9.0.Obsoletesince Open Inventor 9000
No longer used
See Also