Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected static TimeIntervalCollection<ReferenceFrame> CreateConstantDefinedIn(
	ReferenceFrame definedIn
)

Parameters

definedIn
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame that this point is defined in for all time.

Return Value

Type: TimeIntervalCollectionReferenceFrame
The time interval collection indicated the reference frame this point is defined in.
See Also