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