2021 Members
Changes 4
M

Frame

Name Return Type Description Inherited From
M CanDefineRevitGeometry(Frame) bool 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) .
M Dispose() None Releases all resources used by the Frame
M Equals None (Inherited from Object .) Object .
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M IsOrthogonal() bool Determines if this frame's basis vectors are orthogonal.
M IsOrthonormal() bool Determines if this frame's basis vectors are orthonormal.
M IsRightHanded() bool Determine if this frame's basis is right-handed.
M ToString None (Inherited from Object .) Object .
M Transform(Transform) None Applies the input transform to this frame.
Name Return Type Description Inherited From
P BasisX XYZ The first basis vector of the frame.
P BasisY XYZ The second basis vector of the frame.
P BasisZ XYZ The third basis vector of the frame.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Origin XYZ The frame's base point.