VisualizationInterfaces Enumeration CATVisPropertyType

enum CATVisPropertyType {
  CATVPColor,
  CATVPOpacity,
  CATVPSymbol,
  CATVPLineType,
  CATVPWidth,
  CATVPInheritance,
  CATVPLayer,
  CATVPShow,
  CATVPPick,
  CATVPLowInt,
  CATVPRenderingStyle,
  CATVPEffect,
  CATVPAllPropertyType
}
Defines the type of graphic property.
Role: Defines the graphic information to read/write on a .
This enumeration is used in these methods:
Values:
CATVPColor
The information is a color.
CATVPOpacity
The information is an opacity.
CATVPSymbol
The information is a symbol point.
CATVPLineType
The information is a line type.
CATVPWidth
The information is a line width.
CATVPInheritance
The information is the set of all inheritance flags.
CATVPLayer
The information is a number of layer
CATVPShow
The information is the visibility
CATVPPick
The information is the selectionability
CATVPAllPropertyType
With this value you read/write a set of property. So with an unique call you have information which regroup these properties:
  • CATVPColor
  • CATVPOpacity
  • CATVPSymbol
  • CATVPLineType
  • CATVPWidth
  • CATVPInheritance
See also:
,

This object is included in the file: CATVisPropertyType.h

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