SoToVRMLActionApply Method (SoPathList, Boolean) |
Apply action to the specified list of path.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override void Apply(
SoPathList path_list,
bool obeys_rules
)
Public Overrides Sub Apply (
path_list As SoPathList,
obeys_rules As Boolean
)
public:
virtual void Apply(
SoPathList^ path_list,
bool obeys_rules
) override
abstract Apply :
path_list : SoPathList *
obeys_rules : bool -> unit
override Apply :
path_list : SoPathList *
obeys_rules : bool -> unit
Parameters
- path_list
- Type: OIV.InventorSoPathList
- obeys_rules
- Type: SystemBoolean
Remarks
See Also