AxesFixedOffsetReferenceAxes Property |
Gets or sets the axes from which this axes is offset.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes ReferenceAxes { get; set; }
Public Property ReferenceAxes As Axes
Get
Set
public:
property Axes^ ReferenceAxes {
Axes^ get ();
void set (Axes^ value);
}
member ReferenceAxes : Axes with get, set
Property Value
Type:
AxesSee Also