SoDataSetDrawTiles Method |
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 void DrawTiles(
SoState state,
Queue tileIDs,
SbVec4f tileColor,
SbVec4f maxLevelColor,
ulong maxLineWidth
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub DrawTiles (
state As SoState,
tileIDs As Queue,
tileColor As SbVec4f,
maxLevelColor As SbVec4f,
maxLineWidth As ULong
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void DrawTiles(
SoState^ state,
Queue^ tileIDs,
SbVec4f tileColor,
SbVec4f maxLevelColor,
unsigned long long maxLineWidth
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member DrawTiles :
state : SoState *
tileIDs : Queue *
tileColor : SbVec4f *
maxLevelColor : SbVec4f *
maxLineWidth : uint64 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- tileIDs
- Type: System.CollectionsQueue
- tileColor
- Type: OIV.InventorSbVec4f
- maxLevelColor
- Type: OIV.InventorSbVec4f
- maxLineWidth
- Type: SystemUInt64
See Also