ScalarDihedralAngleVectorAxis Property |
Gets or sets the axis about which to measure the dihedral angle.
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 VectorAxis { get; set; }
Public Property VectorAxis As Vector
Get
Set
public:
property Vector^ VectorAxis {
Vector^ get ();
void set (Vector^ value);
}
member VectorAxis : Vector with get, set
Property Value
Type:
VectorSee Also