CompositeAxes Constructor (TimeIntervalCollection<Axes>) |
Initializes a new instance with the provided intervals.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CompositeAxes(
TimeIntervalCollection<Axes> intervals
)
Public Sub New (
intervals As TimeIntervalCollection(Of Axes)
)
public:
CompositeAxes(
TimeIntervalCollection<Axes^>^ intervals
)
new :
intervals : TimeIntervalCollection<Axes> -> CompositeAxes
Parameters
- intervals
- Type: AGI.Foundation.Time.TimeIntervalCollection<Axes>
The collection of axes.
See Also