IAnimationSampler1.CreateCurveSampler

IAnimationSampler<T>.CreateCurveSampler method

Creates an interpolation sampler that can be used to query the value of the curve at any time.

public ICurveSampler<T> CreateCurveSampler(bool isolateMemory = false)
ParameterTypeDescription
isolateMemoryBooleanIf true, this call will do an internal copy of the curve data, so it will not reference the source date in the original document.

Return Value

An object that can be used to sample the curve at any time.

Remarks

When isolateMemory is true, it also arranges the data so it’s much faster to query.

See Also