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