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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(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