All Frameworks Object Hierarchy This Framework Indexes
CATArrangementRouteSection (Enumeration)
enum CATArrangementRouteSection {
CatArrangementRouteSectionNone,
CatArrangementRouteSectionRectangular,
CatArrangementRouteSectionRound,
CatArrangementRouteSectionFlatOval,
CatArrangementRouteSectionRadiusCorner,
CatArrangementRouteSectionDoubleRidge
}
Section Types for ArrangementRun, ArrangementPathway and ArrangementBoundary objects.
- See also:
- ArrangementRun, ArrangementPathway, ArrangementBoundary
- Values:
-
- CatArrangementRouteSectionNone
- There is no section shape (it is considered a point).
- CatArrangementRouteSectionRectangular
- The section is rectangular.
- CatArrangementRouteSectionRound
- The section is round (circular).
Note: This mode is used only on ArrangementRun, ArrangementPathway objects.
- CatArrangementRouteSectionFlatOval
- The section is flat oval (rectangular in the middle half circle at sides).
Note: This mode is used only on ArrangementRun, ArrangementPathway objects.
- CatArrangementRouteSectionRadiusCorner
- The section is rectangular with cornered radius.
Note: This mode is used only on ArrangementRun, ArrangementPathway objects.
- CatArrangementRouteSectionDoubleRidge
- The section is rectangular with cornered radius.
Note: This mode is used only on ArrangementRun, ArrangementPathway objects.