AxesAlignedConstrained.PrincipalAxis Property |
Gets or sets the axis along which the
Principal vector is aligned.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AxisIndicator PrincipalAxis { get; set; }
Public Property PrincipalAxis As AxisIndicator
Get
Set
public:
property AxisIndicator PrincipalAxis {
AxisIndicator get ();
void set (AxisIndicator value);
}
member PrincipalAxis : AxisIndicator with get, set
Property Value
Type:
AxisIndicator
See Also