Click or drag to resize

AxesEvaluator.CreateConstantDefinedIn Method

Creates a TimeIntervalCollection indicating that the Axes that this Axes is defined in is the same for all possible times. This is useful for constructing the value of the DefinedInIntervals property.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected static TimeIntervalCollection<Axes> CreateConstantDefinedIn(
	Axes definedIn
)

Parameters

definedIn
Type: AGI.Foundation.Geometry.Axes
The axes that this axes is defined in for all time.

Return Value

Type: TimeIntervalCollection<Axes>
The time interval collection indicated the axes this axes is defined in.
See Also