Click or drag to resize
SoDataSetDrawTiles Method

Note: This API is now obsolete.

Namespace: OIV.LDM.Nodes
Assembly: 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 void DrawTiles(
	SoState state,
	Queue tileIDs,
	SbVec4f tileColor,
	SbVec4f maxLevelColor,
	ulong maxLineWidth
)

Parameters

state
Type: OIV.Inventor.MiscSoState
tileIDs
Type: System.CollectionsQueue
tileColor
Type: OIV.InventorSbVec4f
maxLevelColor
Type: OIV.InventorSbVec4f
maxLineWidth
Type: SystemUInt64
See Also