Click or drag to resize
SoVectorizeActionApply Method (SoPathList, Boolean)

Initiates an action on the graph specified by list of paths.

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override void Apply(
	SoPathList pathList,
	bool obeysRules
)

Parameters

pathList
Type: OIV.InventorSoPathList
obeysRules
Type: SystemBoolean
Remarks

true can be passed for the obeysRules flag if the given path list has the following four properties:

  • All paths have the same head node,

  • Paths are sorted in traversal order,

  • If one path ends at node A, no other path continues through A,

  • No two paths are the same.

These rules will be obeyed by path lists returned by picking and by searches for non-group nodes.

See Also