Click or drag to resize

CloudRebase Method

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

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public Cloud Rebase(
	Basis newBasis
)

Parameters

newBasis
Type: Novacta.Analytics.AdvancedBasis
The new basis.

Return Value

Type: Cloud
A Cloud representing the same points of this instance, using coordinates referred to the specified basis.
Exceptions
ExceptionCondition
ArgumentNullExceptionnewBasis is null.
ArgumentOutOfRangeExceptionnewBasis has a Dimension not equal to that of the current one.
Remarks

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

See Also