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).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
C# |
---|
public static bool CanDefineRevitGeometry(
Frame frameOfReference
) |
Visual Basic |
---|
Public Shared Function CanDefineRevitGeometry ( _
frameOfReference As Frame _
) As Boolean |
Visual C++ |
---|
public:
static bool CanDefineRevitGeometry(
Frame^ frameOfReference
) |
Return Value
True if this Frame may be used as a local frame of reference, false otherwise.
Remarks
Exceptions
See Also