Click or drag to resize
SoEngineCopy Method

Creates and returns an exact copy of the engine.

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoEngine Copy()

Return Value

Type: SoEngine
Remarks

All connections to inputs are copied as is (without copying what's at the other end).

See Also