Defines the basis of the old coordinate system in the new coordinate system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ this[
int idx
] { get; set; }
Public Property Basis (
idx As Integer
) As XYZ
Get
Set
public:
property XYZ^ Basis[int idx] {
XYZ^ get (int idx);
void set (int idx, XYZ^ value);
}
member Basis : XYZ with get, set
Parameters
- idx Int32
- The index of the basis vector: 0, 1 or 2.
Property Value
XYZ
Exceptions
RemarksThis corresponds to the first three column vectors of the conventional 3x4 matrix
representation.
See Also