Indexes  

CatLimitMode (Enumeration)

enum CatLimitMode {
  catOffsetLimit,
  catUpToNextLimit,
  catUpToLastLimit,
  catUpToPlaneLimit,
  catUpToSurfaceLimit,
  catUpThruNextLimit
}
Limit mode.

Prismatic elements and holes are limited by surfaces or offset values. This enum lists appropriate values to set this property.
Values:
catOffsetLimit
The shape is limited by an offset value.
catUpToNextLimit
The shape is limited by the next boundary encountered.
catUpToLastLimit
The shape is limited by the last boundary encountered.
catUpToPlaneLimit
The shape is limited by a selected plane.
catUpToSurfaceLimit
The shape is limited by a selected surface.
catUpThruNextLimit
The shape is limited by the next boundary encountered.


Copyright © 2006, Dassault Systèmes. All rights reserved.