AxesEvaluatorCreateConstantDefinedIn 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: 24.2.419.0 (24.2.419.0)
Syntax protected static TimeIntervalCollection<Axes> CreateConstantDefinedIn(
Axes definedIn
)
Protected Shared Function CreateConstantDefinedIn (
definedIn As Axes
) As TimeIntervalCollection(Of Axes)
protected:
static TimeIntervalCollection<Axes^>^ CreateConstantDefinedIn(
Axes^ definedIn
)
static member CreateConstantDefinedIn :
definedIn : Axes -> TimeIntervalCollection<Axes>
Parameters
- definedIn
- Type: AGI.Foundation.GeometryAxes
The axes that this axes is defined in for all time.
Return Value
Type:
TimeIntervalCollectionAxesThe time interval collection indicated the axes this axes is defined in.
See Also