All Frameworks Object Hierarchy This Framework Indexes
CatDimLineRep (Enumeration)
enum CatDimLineRep {
catDimUndef,
catDimHoriz,
catDimVert,
catDimAuto,
catDimUserDefined,
catDimTrueDim,
catDimParallel,
catDimOffset
}
Dimension line representation.
Role: CatDimLineRep is used to specify dimension line representation.
- Values:
-
- catDimUndef
- Undefined.
- catDimHoriz,
- Horizontal.
- catDimVert,
- Vertical.
- catDimAuto,
- Automatic.
- catDimUserDefined,
- User defined.
- catDimTrueDim,
- True dimension.
- catDimParallel,
- Parallel (for curvilinear dimensions only).
- catDimOffset,
- Offset (for curvilinear dimensions only).