Skip to main content

optiSLang 3D Postprocessing Script API 2025 R1

MOP properties

Last update: 16.07.2025

Properties are a way to handle global values for the MOP in a type safe manner throughout C++ amd Python. More...

Classes

struct  PropertyBase
 Property base class used to have a common interface to handle properties and kept them in a container. See: PropertyList. More...
 
class  PropertyList
 Container class for handling properties Uses templates to easily find and cast configurations of different types. More...
 
class  PropertyUserBase
 This class provies a unified acces to use the MOP frameworks property system. Just derive your class from it if you need proeprties. More...
 

Enumerations

enum  ModelComplexity {
  VeryLow = 0, Low, Medium, High,
  VeryHigh, Custom, Undefined
}
 Complexities available fo the ComplexityProperty.
 

Variables

nodefaultctor PropertyBase
 

Detailed Description

Properties are a way to handle global values for the MOP in a type safe manner throughout C++ amd Python.

Connect with Ansys