AxesTargetingLinkReference Property |
Gets or sets the reference direction vector. The X-axis of this set of axes will be constrained
to minimize the angular separation from this vector.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector Reference { get; set; }
Public Property Reference As Vector
Get
Set
public:
property Vector^ Reference {
Vector^ get ();
void set (Vector^ value);
}
member Reference : Vector with get, set
Property Value
Type:
VectorSee Also