Frame Members

The Frame type exposes the following members.

Constructors

  NameDescription
Public methodFrame()()()()
Default constructor. Uses global origin and standard basis vectors.
Public methodFrame(XYZ, XYZ, XYZ, XYZ)
Constructor that takes the frame's base point and three basis vectors.

Methods

  NameDescription
Public methodStatic memberCanDefineRevitGeometry
Tests whether the supplied Frame object may be used to define a Revit curve or surface. In order to satisfy the requirements the Frame must be orthonormal and its origin is expected to lie within the Revit design limits IsWithinLengthLimits(XYZ).
Public methodDispose
Releases all resources used by the Frame
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsOrthogonal
Determines if this frame's basis vectors are orthogonal.
Public methodIsOrthonormal
Determines if this frame's basis vectors are orthonormal.
Public methodIsRightHanded
Determine if this frame's basis is right-handed.
Public methodToString (Inherited from Object.)
Public methodTransform
Applies the input transform to this frame.

Properties

  NameDescription
Public propertyBasisX
The first basis vector of the frame.
Public propertyBasisY
The second basis vector of the frame.
Public propertyBasisZ
The third basis vector of the frame.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyOrigin
The frame's base point.

See Also