Click or drag to resize

SingleValueStateUpdaterCreateSetSingleValueToScalar Method

Creates a SingleValueStateUpdater where the value will be set to the scalar value in the propagated state.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static SingleValueStateUpdater CreateSetSingleValueToScalar(
	Scalar value,
	string elementIdentifier
)

Parameters

value
Type: AGI.Foundation.GeometryScalar
The value to set the scalar element in the propagated state.
elementIdentifier
Type: SystemString
The identifier of the scalar element in the propagated state.

Return Value

Type: SingleValueStateUpdater
A SingleValueStateUpdater where the value will be set to the scalar value in the propagated state.
See Also