PointEvaluatorCreateConstantDefinedIn Method |
Creates a
TimeIntervalCollection indicating that the ReferenceFrame that this Point 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<ReferenceFrame> CreateConstantDefinedIn(
ReferenceFrame definedIn
)
Protected Shared Function CreateConstantDefinedIn (
definedIn As ReferenceFrame
) As TimeIntervalCollection(Of ReferenceFrame)
protected:
static TimeIntervalCollection<ReferenceFrame^>^ CreateConstantDefinedIn(
ReferenceFrame^ definedIn
)
static member CreateConstantDefinedIn :
definedIn : ReferenceFrame -> TimeIntervalCollection<ReferenceFrame>
Parameters
- definedIn
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame that this point is defined in for all time.
Return Value
Type:
TimeIntervalCollectionReferenceFrameThe time interval collection indicated the reference frame this point is defined in.
See Also