| SoSplitGeometryActionApply Method (SoPathList) | 
Calls Apply(pathList, false).
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void Apply(
	SoPathList pathList
)
Public Sub Apply ( 
	pathList As SoPathList
)
public:
void Apply(
	SoPathList^ pathList
)
member Apply : 
        pathList : SoPathList -> unit 
Parameters
- pathList
 - Type: OIV.InventorSoPathList
 
Remarks
See Also