SoPathSensorAttach Method |
Makes this sensor detect changes to the given path.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Attach(
SoPath path
)
Public Sub Attach (
path As SoPath
)
public:
void Attach(
SoPath^ path
)
member Attach :
path : SoPath -> unit
Parameters
- path
- Type: OIV.InventorSoPath
Remarks See Also