Namespace:
Autodesk.Revit.DB
AdaptivePointConstraintType
Enumeration
Description:
An enumerated type containing possible constraint types for Adaptive Points.
An enumerated type containing possible constraint types for Adaptive Points.
AdaptivePointConstraintType Enumeration Members:
Name | Description |
---|---|
0 | Not constrained. |
1 | Constrained to the YZ Plane (x=0). |
2 | Constrained to the ZX Plane (y=0). |
3 | Constrained to the XY Plane (z=0). |
4 | Constrained to the X Axis (y=0, z=0). |
5 | Constrained to the Y Axis (x=0, z=0). |
6 | Constrained to the Z Axis (x=0, y=0). |