Click or drag to resize

AxesFixedAtJulianDate Constructor (Axes, ValueDefinitionJulianDate)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AxesFixedAtJulianDate(
	Axes fixedAxes,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedAxes
Type: AGI.Foundation.GeometryAxes
The axes that will be evaluated at fixedAt date.
fixedAt
Type: AGI.Foundation.InfrastructureValueDefinitionJulianDate
The date at which the fixedAxes is fixed.
See Also