2024 Enumeration
Changes 0
E

AdaptivePointConstraintType

Description:
An enumerated type containing possible constraint types for Adaptive Points.
Name Description
E None Not constrained.
E Plane_YZ Constrained to the YZ Plane (x=0).
E Plane_ZX Constrained to the ZX Plane (y=0).
E Plane_XY Constrained to the XY Plane (z=0).
E Axis_X Constrained to the X Axis (y=0, z=0).
E Axis_Y Constrained to the Y Axis (x=0, z=0).
E Axis_Z Constrained to the Z Axis (x=0, y=0).