AxesFixedAtJulianDate Constructor (Axes, Axes, ValueDefinitionJulianDate) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AxesFixedAtJulianDate(
	Axes fixedAxes,
	Axes fixedWithRespectTo,
	ValueDefinition<JulianDate> fixedAt
)
Public Sub New ( 
	fixedAxes As Axes,
	fixedWithRespectTo As Axes,
	fixedAt As ValueDefinition(Of JulianDate)
)
public:
AxesFixedAtJulianDate(
	Axes^ fixedAxes, 
	Axes^ fixedWithRespectTo, 
	ValueDefinition<JulianDate>^ fixedAt
)
new : 
        fixedAxes : Axes * 
        fixedWithRespectTo : Axes * 
        fixedAt : ValueDefinition<JulianDate> -> AxesFixedAtJulianDateParameters
- 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