VisualizationFoundation Enumeration CATGeomType

enum CATGeomType {
  CATBoundaryEdge,
  CATInternalSharpeEdge,
  CATInternalSmoothEdge,
  CATBoundaryPoint,
  CATInternalSharpePoint,
  CATInternalSmoothPoint,
  CATSurfacicPoint,
  CATFreePoint,
  CATWireEdge,
  CATInfiniteFace,
  CATVisVolume
}
The type of elements a CAT3DGeomRep can handle.
Values:
CATBoundaryEdge
A
or that bounds a face
CATInternalSharpeEdge
A G0 continuous
or between two faces
CATInternalSmoothEdge
An at least G1 continuous
or between two faces
CATBoundaryPoint
A
that bounds a face
CATInternalSharpePoint
A G0 continuous
CATInternalSmoothPoint
An at least G1 continuous
CATSurfacicPoint
A
that lies on a face
CATFreePoint
A
CATWireEdge
A
that represents a wire (polyline)
CATVolume
A
that represents a volume (defined by a list of face)

This object is included in the file: CAT3DGeomRep.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.