v2.49

Enumerations

enum  AxonometricAxesOrientation { AxonometricAxesOrientation_Left = 1 , AxonometricAxesOrientation_Right = 2 }
 Supported embedded model view axonometric axes orientations. More...
enum  ProjectionType {
  ProjectionType_Isometric = 1 , ProjectionType_Dimetric = 2 , ProjectionType_Cavalier30 = 3 , ProjectionType_Cavalier45 = 4 ,
  ProjectionType_Cavalier60 = 5 , ProjectionType_Cabinet30 = 6 , ProjectionType_Cabinet45 = 7 , ProjectionType_Cabinet60 = 8 ,
  ProjectionType_Military30 = 9 , ProjectionType_Military45 = 10 , ProjectionType_Military60 = 11
}
 Supported embedded model view projection types. More...
enum  ViewDirection {
  ViewDirection_Bottom = 1 , ViewDirection_Top = 2 , ViewDirection_Front = 3 , ViewDirection_Back = 4 ,
  ViewDirection_Left = 5 , ViewDirection_Right = 6
}
 Supported embedded view directions. More...
enum  ViewType {
  ViewType_Undefined = 0 , ViewType_ProjectExplorer = 1 , ViewType_View3D = 2 , ViewType_Level = 3 ,
  ViewType_Section = 4 , ViewType_Facade = 5 , ViewType_Drawing = 6 , ViewType_Table = 7 ,
  ViewType_Schedule = 8 , ViewType_SectionProfile = 9 , ViewType_Assembly = 10 , ViewType_PipeSystem = 11 ,
  ViewType_DuctSystem = 12 , ViewType_ElectricalSystem = 13
}
 An enumeration type for supported view types. More...
enum  VisualStyle {
  VisualStyle_Default = 0 , VisualStyle_Wireframe = 1 , VisualStyle_Monochrome = 2 , VisualStyle_Color = 3 ,
  VisualStyle_Textured = 4
}
 An enumeration type for supported visual styles. More...

Enumeration Type Documentation

◆ AxonometricAxesOrientation

Supported embedded model view axonometric axes orientations.

See also
Renga::Parameters::AxonometricAxesOrientation
Enumerator
AxonometricAxesOrientation_Left 

Left orientation.

AxonometricAxesOrientation_Right 

Right orientation.

◆ ProjectionType

Supported embedded model view projection types.

See also
Renga::Parameters::ProjectionType
Enumerator
ProjectionType_Isometric 

Isometric projection.

ProjectionType_Dimetric 

Dimetric projection.

ProjectionType_Cavalier30 

Cavalier 30A° projection.

ProjectionType_Cavalier45 

Cavalier 45A° projection.

ProjectionType_Cavalier60 

Cavalier 60A° projection.

ProjectionType_Cabinet30 

Cabinet 30A° projection.

ProjectionType_Cabinet45 

Cabinet 45A° projection.

ProjectionType_Cabinet60 

Cabinet 60A° projection.

ProjectionType_Military30 

Military 30A° projection.

ProjectionType_Military45 

Military 45A° projection.

ProjectionType_Military60 

Military 60A° projection.

◆ ViewDirection

Supported embedded view directions.

See also
Renga::Parameters::ObjectViewDirection
Enumerator
ViewDirection_Bottom 

Bottom direction.

ViewDirection_Top 

Top direction.

ViewDirection_Front 

Front direction.

ViewDirection_Back 

Back direction.

ViewDirection_Left 

Left direction.

ViewDirection_Right 

Right direction.

◆ ViewType

enum ViewType

An enumeration type for supported view types.

Enumerator
ViewType_Undefined 

Not a view

ViewType_ProjectExplorer 

Project Explorer view

ViewType_View3D 

3D view

ViewType_Level 

Level view

ViewType_Section 

Section view

ViewType_Facade 

Facade view

ViewType_Drawing 

Drawing view

ViewType_Table 

Table editor

ViewType_Schedule 

Schedule view

ViewType_SectionProfile 

Section profile editor

ViewType_Assembly 

Assembly view

ViewType_PipeSystem 

Pipe system view

ViewType_DuctSystem 

Duct system view.

ViewType_ElectricalSystem 

Electrical system view.

◆ VisualStyle

An enumeration type for supported visual styles.

Enumerator
VisualStyle_Default 

Default visual style.

VisualStyle_Wireframe 

Wireframe visual style.

VisualStyle_Monochrome 

Monochrome visual style.

VisualStyle_Color 

Colored visual style.

VisualStyle_Textured 

Textured visual style.