Click or drag to resize

AxesFixedAtJulianDate Constructor (Axes, 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,
	Axes fixedWithRespectTo,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedAxes
Type: AGI.Foundation.GeometryAxes
The axes that will be evaluated at fixedAt date.
fixedWithRespectTo
Type: AGI.Foundation.GeometryAxes
The axes in which the fixedAxes will be fixed. If this is null, the fixedAxes will be fixed with respect to the axes in which it is defined.
fixedAt
Type: AGI.Foundation.InfrastructureValueDefinitionJulianDate
The date at which the fixedAxes is fixed.
See Also