Click or drag to resize

SwitchableSegmentPrimarySegment Property

Gets or sets the primary segment. For all cases where there is ambiguity between what settings the SwitchableSegment will use, this segment may be assumed to contain those settings. For example, the final states generated by the overall SwitchableSegment will be in the defined-in objects (ReferenceFrame, Axes...) of this segment.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentDefinition PrimarySegment { get; set; }

Property Value

Type: SegmentDefinition
See Also