Click or drag to resize
SoState Constructor

Constructor.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoState(
	SoAction action,
	SoTypeList enabledElements
)

Parameters

action
Type: OIV.Inventor.ActionsSoAction
enabledElements
Type: OIV.InventorSoTypeList
Remarks

Takes pointer to action instance this state is part of and a list of type-ids of elements that are enabled.

See Also