Cloud.Rebase Method

Returns a Cloud representing the same points of this instance, using coordinates referred to the specified basis.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public Cloud Rebase(
	Basis newBasis
)

Parameters

newBasis  Basis
The new basis.

Return Value

Cloud
A Cloud representing the same points of this instance, using coordinates referred to the specified basis.

Remarks

The point coordinates are updated to be referable to the new basis.

Exceptions

ArgumentNullExceptionnewBasis is null.
ArgumentOutOfRangeExceptionnewBasis has a Dimension not equal to that of the current one.

See Also