SoVRMLInterpolatorCopy Method |
Creates and returns a copy of the VRML interpolator.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoVRMLInterpolator Copy()
Public Function Copy As SoVRMLInterpolator
public:
SoVRMLInterpolator^ Copy()
member Copy : unit -> SoVRMLInterpolator
Return Value
Type:
SoVRMLInterpolator
RemarksAll connections to inputs are copied as is (without copying what's at the other end).
See Also