283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
13 lines
148 B
C#
13 lines
148 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public enum AdaptivePointConstraintType
|
|
{
|
|
None,
|
|
Plane_YZ,
|
|
Plane_ZX,
|
|
Plane_XY,
|
|
Axis_X,
|
|
Axis_Y,
|
|
Axis_Z,
|
|
}
|