Logo
0.9.0

CEETRON SDK Suite

  • Home

Getting started

  • Introduction
  • Quickstart
    • Installing CEETRON Envision
    • License system
    • How to integrate into your UI toolkit
    • Getting data into CEETRON Envision
      • FEA and CFD data
      • Geometry data
    • Sharing data from CEETRON Envision
      • Ceetron Cloud
      • Ceetron Viewers
      • Report Component
    • Adding features to your application
  • Support

Sample code

  • Tutorials
    • Simple model with two triangles
    • Simple model with results
    • Model specification
    • Scalar settings
    • Vector settings
    • Part settings
    • Cutting plane
    • Isosurface
    • Isovolume
    • Filtering with element sets
    • Custom DataReader
    • Highlight clicked parts
    • Geometry model
    • Geometry model with texture
    • Geometry model with geometric primitives
    • Markup model
    • Custom navigation handler
    • Create Word report
    • Create overlay 2D plot
  • Code examples
    • Simple model with two triangles
    • Simple model with results
    • Model specification
    • Scalar settings
    • Vector settings
    • Part settings
    • Cutting plane
    • Isosurface
    • Isovolume
    • Filtering with element sets
    • Custom DataReader
    • Highlight clicked parts
    • Geometry model
    • Geometry model with texture
    • Geometry model with geometric primitives
    • Markup model
    • Custom navigation handler
    • Create Word report
    • Create overlay 2D plot

Programming guide

  • General concepts
    • License system
    • Main concepts
      • View
      • Model
    • Model
      • UnstructGridModel
      • MarkupModel
      • GeometryModel
    • Logging
    • Smart pointers
    • Debug vs. Release
    • C# Users: Features and differences
      • Documentation
      • Namespaces
      • Properties
      • Inheritance
      • Deployment
    • Python Users: CEETRON Envision for Python
      • Setting up the environment
        • Prerequisites
        • License
        • Configure your installation
      • Example scripts
      • Documentation
        • Modules
      • Getting started with CEETRON Envision for Python
      • From C++ documentation to actual Python code
        • Inheritance
        • Identity operator
      • Deployment
  • UI toolkit integrations
    • Qt
      • Creating a viewer
      • Example programs
    • Win32
      • Creating a viewer
      • Example programs
    • MFC
      • Creating a viewer
      • Example programs
    • Windows Forms
      • Creating a viewer
      • Example programs
    • WPF
      • Creating a Viewer
      • Example programs
    • wxWidgets
      • Creating a viewer
      • Example programs
  • View and navigation
    • View overview
      • Models
      • Camera
      • Overlay items
      • Clipping
      • Background
      • Image rendering
      • Bounding box
    • Navigation and input handlers
    • Using the navigation cube
  • Unstructured grid
    • Getting data into UnstructGridModel
      • 1: Create your own data reader
      • 2: Using VTFx files
      • 3: Use the ImportCae Component
      • 4: Use a Data Provider
      • 5: Manually populate the DataSource
    • Efficient representation of your data
      • Analysis with multiple states
      • Multiple geometries
    • Animation
      • Setting up the animation
        • State animation
        • Modeshape animation
        • Particle trace animation
        • Cutting plane animation
      • Running the animation
        • State animation and Modeshape animation
        • Particle trace animations
    • Cutting planes
      • Tutorial
    • Isosurfaces
      • Tutorial
    • Particle traces
    • Scalar results
      • Range
      • Color mapping and scheme
      • Legend
      • Filtering
      • Tutorial
    • Vector results
      • Tutorial
  • Share
    • Ceetron Cloud - add a Send-To-Cloud button to your app
      • Examples
    • Ceetron VTFx file format
    • Share everywhere with VTFx files and Ceetron Viewers
  • Report
    • Create interactive reports directly from your application
      • Create the template
      • Create the repository
      • Create the report
      • Examples
      • Tutorials
    • Creating a report template
      • MS Office templates
      • Using the Office addin
      • HTML templates
    • Snapshots
      • Image snapshot
      • 3D model snapshot
      • Table snapshot
    • Tag behavior and syntax
      • Static tags
      • Generic tags
      • Reference tags
    • Field values
      • Tag syntax
      • Field values generator
  • Import CAE
  • Geometry model
  • 2D plotting

API reference

  • Components overview
  • Class index
    • cee
      • cee::AssertHelper
      • cee::AppLogging
      • cee::BoundingBox
      • cee::CodeLocation
      • cee::Color3f
      • cee::Color4f
      • cee::CoreComponent
      • cee::FileSystem
      • cee::Image
      • cee::ImageIoJpeg
      • cee::ImageIoPng
      • cee::ImageResources
      • cee::InitializationOptions
      • cee::Instance
      • cee::LogDestination
      • cee::LogDestinationConsole
      • cee::LogDestinationFile
      • cee::LogEvent
      • cee::LogDestinationAdapter
      • cee::LogManager
      • cee::Mat4d
      • cee::Plane
      • cee::PropertySet
      • cee::PropertySetCollection
      • cee::PtrRef
      • cee::Ray
      • cee::RefCountedObject
      • cee::Str
      • cee::SymmetricTensor
      • cee::SharedMemorySymmetricTensor
      • cee::Timer
      • cee::Variant
      • cee::Vec2d
      • cee::Vec2f
      • cee::Vec3d
      • cee::Vec3f
    • cee::app
      • cee::app::AppComponent
      • cee::app::Models
      • cee::app::Parts
      • cee::app::Plots
      • cee::app::NodeToElementResultGenerator
      • cee::app::ElementToNodeResultGenerator
      • cee::app::MinMaxAvgValueResultGenerator
      • cee::app::Results
      • cee::app::Selection
      • cee::app::Situations
      • cee::app::States
      • cee::app::ViewInfo
      • cee::app::Views
    • cee::exp
      • cee::exp::ExportCgeo
      • cee::exp::ExportComponent
      • cee::exp::ExportConstantRemoteModel
      • cee::exp::ExportDataSourceVTFx
      • cee::exp::ExportVTFx
      • cee::exp::ExportWavefrontObj
      • cee::exp::PropertyBuilderPlot2d
      • cee::exp::PropertyBuilderVTFx
    • cee::geo
      • cee::geo::Data
      • cee::geo::DataGenerator
      • cee::geo::DataIndexedPolylines
      • cee::geo::DataIndexedTriangles
      • cee::geo::DataPoints
      • cee::geo::DataTriangleFan
      • cee::geo::DataTriangleStrip
      • cee::geo::Effect
      • cee::geo::EffectColor
      • cee::geo::EffectEyeLift
      • cee::geo::EffectFrontAndBackColor
      • cee::geo::EffectFrontAndBackOpacity
      • cee::geo::EffectHalo
      • cee::geo::EffectLighting
      • cee::geo::EffectLineWidth
      • cee::geo::EffectOpacity
      • cee::geo::EffectPointSize
      • cee::geo::EffectPolygonOffset
      • cee::geo::EffectTexture
      • cee::geo::GeometryComponent
      • cee::geo::GeometryModel
      • cee::geo::HitItem
      • cee::geo::Part
      • cee::geo::PartHitItems
      • cee::geo::PartSettings
      • cee::geo::TextureCoordinates
    • cee::imp
    • cee::imp::cae
      • cee::imp::cae::ReaderInfo
      • cee::imp::cae::DataSourceCae
      • cee::imp::cae::DataSourcePhaseResponse
      • cee::imp::cae::ImportCaeComponent
      • cee::imp::cae::ReaderSettings
      • cee::imp::cae::ReaderSettingsDataProvider
      • cee::imp::cae::ReaderSettingsMarc
      • cee::imp::cae::ReaderSettingsOpenFoam
      • cee::imp::cae::ReaderSettingsPtc
      • cee::imp::cae::StateLinearCombination
    • cee::plt
      • cee::plt::AxisSettings
      • cee::plt::Curve
      • cee::plt::MarkerLine
      • cee::plt::OverlayPlot
      • cee::plt::Plot2dComponent
    • cee::rep
      • cee::rep::FieldValuesGenerator
      • cee::rep::ReportComponent
      • cee::rep::ReportCreatorHtml
      • cee::rep::ReportCreatorPowerPoint
      • cee::rep::ReportCreatorWord
      • cee::rep::Repository
      • cee::rep::Snapshot
      • cee::rep::Table
    • cee::ug
      • cee::ug::BulkValues
      • cee::ug::BulkCalculation
      • cee::ug::ColorMapper
      • cee::ug::ContourLines
      • cee::ug::CustomResultFunction
      • cee::ug::CuttingPlane
      • cee::ug::CuttingPlaneAnimation
      • cee::ug::CuttingPlaneData
      • cee::ug::DataElements
      • cee::ug::DataElementSet
      • cee::ug::DataElementSetBuilder
      • cee::ug::DataElementSetGenerator
      • cee::ug::DataElementSetItem
      • cee::ug::DataGeometry
      • cee::ug::DataNodes
      • cee::ug::DataNodeSet
      • cee::ug::DataNodeSetGenerator
      • cee::ug::DataNodeSetItem
      • cee::ug::DataPart
      • cee::ug::DataPartDisplacement
      • cee::ug::DataPartScalar
      • cee::ug::DataPartSymmetricTensor
      • cee::ug::DataPartVector
      • cee::ug::DataPartVisibility
      • cee::ug::DataReader
      • cee::ug::DataResultDisplacement
      • cee::ug::DataResultGroup
      • cee::ug::DataResultScalar
      • cee::ug::DataResultSymmetricTensor
      • cee::ug::DataResultTransformation
      • cee::ug::DataResultVector
      • cee::ug::DataResultVisibility
      • cee::ug::DataSource
      • cee::ug::DataSourceDirectory
      • cee::ug::DataSourceInterface
      • cee::ug::DataSourceMemory
      • cee::ug::DataSourceMerged
      • cee::ug::DataSourceReader
      • cee::ug::DataSourceVTF
      • cee::ug::DataSourceVTFx
      • cee::ug::DataState
      • cee::ug::DataStateSpec
      • cee::ug::DisplacementSettings
      • cee::ug::Element
      • cee::ug::ElementHighlighter
      • cee::ug::ElementsQuery
      • cee::ug::Error
      • cee::ug::HitItem
      • cee::ug::HitItemCollection
      • cee::ug::Isosurface
      • cee::ug::IsosurfaceData
      • cee::ug::Isovolume
      • cee::ug::IsovolumeData
      • cee::ug::MirrorSettings
      • cee::ug::ModelSettings
      • cee::ug::ModelSpec
      • cee::ug::ModeShapeAnimation
      • cee::ug::OverlayColorLegend
      • cee::ug::PartHitItems
      • cee::ug::ParticleTraceData
      • cee::ug::ParticleTraceGroup
      • cee::ug::ParticleTraceUtils
      • cee::ug::PartInfo
      • cee::ug::PartSettings
      • cee::ug::PartSettingsIterator
      • cee::ug::PartSettingsTexture
      • cee::ug::PropertyApplierPlot2d
      • cee::ug::PropertyApplierVTFx
      • cee::ug::PropertyBuilder
      • cee::ug::ResultSelectionPropertyHandler
      • cee::ug::SetPropertyHandler
      • cee::ug::StateSelectionPropertyHandler
      • cee::ug::ColorMapperFilledContoursUniformPropertyHandler
      • cee::ug::ColorMapperFilledContoursPropertyHandler
      • cee::ug::ColorMapperContinuousPropertyHandler
      • cee::ug::OverlayColorLegendPropertyHandler
      • cee::ug::ScalarSettingsPropertyHandler
      • cee::ug::VectorSettingsPropertyHandler
      • cee::ug::PartSettingsPropertyHandler
      • cee::ug::CuttingPlanePropertyHandler
      • cee::ug::IsosurfacePropertyHandler
      • cee::ug::IsovolumePropertyHandler
      • cee::ug::ParticleTraceGroupPropertyHandler
      • cee::ug::MirrorSettingsPropertyHandler
      • cee::ug::ViewClippingPlanePropertyHandler
      • cee::ug::CameraPropertyHandler
      • cee::ug::BackgroundPropertyHandler
      • cee::ug::OverlayImagePropertyHandler
      • cee::ug::ViewerPropertyHandler
      • cee::ug::OverlayPlotPropertyHandler
      • cee::ug::OverlayPlotCurvePropertyHandler
      • cee::ug::ResultCalculatorParams
      • cee::ug::ResultInfo
      • cee::ug::ResultsQuery
      • cee::ug::ResultsQueryItem
      • cee::ug::ResultsQueryResult
      • cee::ug::ResultsQueryResultPosition
      • cee::ug::ScalarSettings
      • cee::ug::SectionInfo
      • cee::ug::SectionCategoryInfo
      • cee::ug::SectionGroupInfo
      • cee::ug::SetInfo
      • cee::ug::SimulationInfo
      • cee::ug::Situation
      • cee::ug::SituationIo
      • cee::ug::StateGroupInfo
      • cee::ug::StateInfo
      • cee::ug::SurfacePathQuery
      • cee::ug::UnstructGridComponent
      • cee::ug::Progress
      • cee::ug::UnstructGridModel
      • cee::ug::VectorSettings
      • cee::ug::VisualizationParticleTraceQuery
      • cee::ug::VisualizationPartQuery
      • cee::ug::VTFxFileBrowser
      • cee::ug::VTFxMemoryFile
    • cee::vis
      • cee::vis::Background
      • cee::vis::BoxLocator
      • cee::vis::Camera
      • cee::vis::CameraAnimation
      • cee::vis::LegacyMath
      • cee::vis::CameraInputHandler
      • cee::vis::CameraInputHandlerZoom
      • cee::vis::CameraInputHandlerWalk
      • cee::vis::Clipping
      • cee::vis::ColorTableFactory
      • cee::vis::Font
      • cee::vis::MarkupModel
      • cee::vis::MarkupModelHitItem
      • cee::vis::MarkupModelHitItemCollection
      • cee::vis::MarkupPart
      • cee::vis::MarkupPartArrows
      • cee::vis::MarkupPartFixedSizeArrow
      • cee::vis::MarkupPartFixedSizeGlyph
      • cee::vis::MarkupPartFixedSizeSphere
      • cee::vis::MarkupPartInstancedGeometry
      • cee::vis::MarkupPartLabels
      • cee::vis::MarkupPartLines
      • cee::vis::MarkupPartPoints
      • cee::vis::MarkupPartText3d
      • cee::vis::MarkupPartTriangles
      • cee::vis::MarkupText3dItem
      • cee::vis::Model
      • cee::vis::MouseEvent
      • cee::vis::OpenGLContextGroup
      • cee::vis::OpenGLInfo
      • cee::vis::Overlay
      • cee::vis::OverlayAxisCross
      • cee::vis::OverlayCategoryLegend
      • cee::vis::OverlayColorLegendContinuousDomain
      • cee::vis::OverlayImage
      • cee::vis::OverlayItem
      • cee::vis::OverlayNavigationCube
      • cee::vis::OverlayTextBox
      • cee::vis::PerformanceInfo
      • cee::vis::PlaneLocator
      • cee::vis::ScalarMapper
      • cee::vis::ScalarMapperContinuous
      • cee::vis::ScalarMapperContinuousDomain
      • cee::vis::ScalarMapperContinuousPiecewise
      • cee::vis::ScalarMapperFilledContours
      • cee::vis::ScalarMapperFilledContoursUniform
      • cee::vis::TransparencyMode
      • cee::vis::TrueTypeFont
      • cee::vis::View
      • cee::vis::Viewer
      • cee::vis::ForwardingOpenGLContext
      • cee::vis::ViewerUIFramework
      • cee::vis::VisualizationComponent
      • cee::vis::WheelEvent
    • cee::win
      • cee::win::OpenGLContextSpecWin
      • cee::win::ViewerWin32
      • cee::win::ViewerWindowed
      • cee::win::WinComponent

Envision Frameworks

  • VTFx Component
    • Getting started
    • Topics
      • Writing VTFx Files
      • Tutorial: My first VTFx
      • VTFx Properties
      • Ceetron Cloud - Add a Send-To-Cloud button to your app
        • Examples
    • Code examples
      • Minimal VTFx file
      • Simple VTFx file
      • Advanced example
      • Read VTFx file
      • Append case to VTFx
      • Append data to VTFx
      • Cutting plane and isosurface
      • Adaptive topology
      • Two geometries
      • Send to cloud
    • API reference
      • cee::vtfx
        • cee::vtfx::Block
        • cee::vtfx::Case
        • cee::vtfx::Database
        • cee::vtfx::ElementBlock
        • cee::vtfx::File
        • cee::vtfx::FileSettings
        • cee::vtfx::GeometryBlock
        • cee::vtfx::GeometryInfoBlock
        • cee::vtfx::NodeBlock
        • cee::vtfx::ResultBlock
        • cee::vtfx::ResultValuesBlock
        • cee::vtfx::SetItemGroup
        • cee::vtfx::SetBlock
        • cee::vtfx::StateInfoBlock
        • cee::vtfx::TransformationResultBlock
        • cee::vtfx::TransformationResultValuesBlock
        • cee::vtfx::VTFxComponent
  • Data Provider Framework
    • Introduction
    • Programming guide
      • Getting started
      • Creating a DataProviderPlugin
      • Using Data Providers in Envision for Web
      • Using Data Providers in Envision Analyzer
    • Change log
    • API reference
      • File List
        • CDPAll.h
        • CDPBaseTypes.h
        • CDPChangeNotifications.cpp
        • CDPChangeNotifications.h
        • CDPClientRequest.cpp
        • CDPClientRequest.h
        • CDPColor4.cpp
        • CDPColor4.h
        • CDPColor4.inl
        • CDPDataProvider.cpp
        • CDPDataProvider.h
        • CDPDataProviderFactory.cpp
        • CDPDataProviderFactory.h
        • CDPDataProviderTypes.cpp
        • CDPDataProviderTypes.h
        • CDPElementGroup.cpp
        • CDPElementGroup.h
        • CDPError.cpp
        • CDPError.h
        • CDPGeometry.cpp
        • CDPGeometry.h
        • CDPInitOptions.cpp
        • CDPInitOptions.h
        • CDPLogHelper.cpp
        • CDPLogHelper.h
        • CDPLogHelper.inl
        • CDPMetaData.cpp
        • CDPMetaData.h
        • CDPNodeGroup.cpp
        • CDPNodeGroup.h
        • CDPPlugin.h
        • CDPResult.cpp
        • CDPResult.h
        • CDPResultValueGroup.cpp
        • CDPResultValueGroup.h
        • CDPSet.cpp
        • CDPSet.h
        • CDPString.cpp
        • CDPString.h
        • CDPString.inl
        • CDPTransformations.cpp
        • CDPTransformations.h
        • CDPUtils.cpp
        • CDPUtils.h
        • CDPUtils.inl
        • CDPVec3.cpp
        • CDPVec3.h
        • CDPVec3.inl
        • CDPVersion.h
        • CDPVisibilityResult.cpp
        • CDPVisibilityResult.h
        • CDPVisibilityResultValueGroup.cpp
        • CDPVisibilityResultValueGroup.h
      • Classes and Data Structures
        • C
        • D
        • E
        • G
        • I
        • L
        • M
        • N
        • R
        • S
        • T
        • U
        • V
        • _
      • Functions
        • A
        • B
        • C
        • D
        • E
        • F
        • G
        • H
        • I
        • L
        • M
        • N
        • O
        • P
        • R
        • S
        • T
        • U
        • X
        • Y
        • Z
        • ~
  • Result Calculator Framework
    • Introduction
    • Programming guide
      • Getting started
      • Creating a ResultCalculatorPlugin
      • Using Result Calculator in Envision for Web
      • Using Result Calculator in Envision Analyzer
    • Change log
    • API reference
      • File List
        • CRCAll.h
        • CRCBaseTypes.h
        • CRCCalculatorMetaData.cpp
        • CRCCalculatorMetaData.h
        • CRCCalculatorParams.cpp
        • CRCCalculatorParams.h
        • CRCError.cpp
        • CRCError.h
        • CRCHostMetaData.cpp
        • CRCHostMetaData.h
        • CRCInitOptions.cpp
        • CRCInitOptions.h
        • CRCLogHelper.cpp
        • CRCLogHelper.h
        • CRCLogHelper.inl
        • CRCPlugin.cpp
        • CRCPlugin.h
        • CRCResultCalculator.cpp
        • CRCResultCalculator.h
        • CRCResultType.cpp
        • CRCResultType.h
        • CRCString.cpp
        • CRCString.h
        • CRCString.inl
        • CRCUtils.cpp
        • CRCUtils.h
        • CRCUtils.inl
        • CRCVersion.h
      • Classes and Data Structures
        • C
        • E
        • H
        • I
        • L
        • R
        • S
        • U
        • _
      • Functions
        • A
        • B
        • C
        • F
        • G
        • H
        • I
        • L
        • N
        • O
        • R
        • S
        • T
        • U
        • V
        • ~
CEETRON Envision for Desktop
  • Unstructured grid
Previous Next

Unstructured grid

Topics

  • Getting data into UnstructGridModel
    • 1: Create your own data reader
    • 2: Using VTFx files
    • 3: Use the ImportCae Component
    • 4: Use a Data Provider
    • 5: Manually populate the DataSource
  • Efficient representation of your data
    • Analysis with multiple states
    • Multiple geometries
  • Animation
    • Setting up the animation
    • Running the animation
  • Cutting planes
    • Tutorial
  • Isosurfaces
    • Tutorial
  • Particle traces
  • Scalar results
    • Range
    • Color mapping and scheme
    • Legend
    • Filtering
    • Tutorial
  • Vector results
    • Tutorial
Previous Next

© Copyright 2022, Tech Soft 3D

Built with Sphinx using a theme provided by Read the Docs.
Return to top