A Frame comprises three vectors at a base point in 3D space.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
 Syntax
Syntax
| C# | 
|---|
| public class Frame : IDisposable | 
| Visual Basic | 
|---|
| Public Class Frame _ Implements IDisposable | 
| Visual C++ | 
|---|
| public ref class Frame : IDisposable | 
 Remarks
Remarks
   A Frame consists of three vectors at a base point in 3D space.
   The vectors need not be orthogonal, have unit length, or even be linearly
   independent, although in practice Frames will usually have linearly
   independent vectors.
   Frames may be used to represent a coordinate frame of reference,
   a moving frame field on a curve, or for other purposes.
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
Autodesk.Revit.DB..::..Frame
Autodesk.Revit.DB..::..Frame





