Click or drag to resize

PlaneIndicator Enumeration

Indicates which plane to use with a AngleInPlaneConstraint or a AngleOutOfPlaneConstraint

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum PlaneIndicator
Members
  Member nameDescription
XY Indicates the use of the XY plane for a AngleInPlaneConstraint or a AngleOutOfPlaneConstraint
XZ Indicates the use of the XZ plane for a AngleInPlaneConstraint or a AngleOutOfPlaneConstraint
YZ Indicates the use of the XZ plane for a AngleInPlaneConstraint or a AngleOutOfPlaneConstraint
See Also