Enum pfcDatumSide
# include <pfcBase.h>
enum pfcDatumSide
{
pfcDATUM_SIDE_NONE,
pfcDATUM_SIDE_RED,
pfcDATUM_SIDE_YELLOW,
pfcDatumSide_nil
};
Description
This interface represents the datum plane side to use when calculating assembly component constraints.
Values
-
pfcDATUM_SIDE_NONE
- This type is used if the constraint does not involve a datum plane.
-
pfcDATUM_SIDE_RED
- This type represents the secondary (formerly red) side of the datum plane.
-
pfcDATUM_SIDE_YELLOW
- This type represents the primary (formerly yellow) side of the datum plane.
-
pfcDatumSide_nil
- Enum null value.