| SoRenderObjectListElementGetTransparentObjectList Method |
Gets list of transparent objects from state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.38.0 (9.9.38.0)
Syntaxpublic static SoRenderObjectList GetTransparentObjectList(
SoState name_24218,
SoNode name_24219
)
Public Shared Function GetTransparentObjectList (
name_24218 As SoState,
name_24219 As SoNode
) As SoRenderObjectList
public:
static SoRenderObjectList^ GetTransparentObjectList(
SoState^ name_24218,
SoNode^ name_24219
)
static member GetTransparentObjectList :
name_24218 : SoState *
name_24219 : SoNode -> SoRenderObjectList
Parameters
- name_24218
- Type: OIV.Inventor.MiscSoState
- name_24219
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
SoRenderObjectList
Remarks
See Also