| SoGlobalSimplifyActionApply Method (SoPath) | 
Initiates an action on the graph defined by a path. 
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic override void Apply(
	SoPath path
)
Public Overrides Sub Apply ( 
	path As SoPath
)
public:
virtual void Apply(
	SoPath^ path
) override
abstract Apply : 
        path : SoPath -> unit 
override Apply : 
        path : SoPath -> unit Parameters
- path
 - Type: OIV.InventorSoPath
 
Remarks
See Also