Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
Naming Conventions

Basic types in Inventor begin with the letters Sb (for scene basic; see the next section, Scene Basic Types). For example:

  • SbColor
  • SbViewVolume All other classes in Inventor are prefixed with the letters So (for scene object). For example:
  • SoCone
  • SoPerspectiveCamera
  • SoMaterial
  • SoTransform Methods and variables begin with a lowercase letter. Each word within a class, method, or variable name begins with an uppercase letter. For example:
  • getNormal()
  • setSceneGraph()
  • myCube Enumerated type values are in UPPERCASE. For example:
  • FILLED
  • PER_PART