Skip to main content

optiSLang 3D Postprocessing Script API 2025 R1

PropertyUserBase Class Reference

Last update: 16.07.2025

This class provies a unified acces to use the MOP frameworks property system. Just derive your class from it if you need proeprties. More...

Public Member Functions

virtual addProperty (PropertyBase p)
 Properties that help the ScalarMOP scheduling the Models to be built The properties class needs to be implemented for the specific model type.
 
virtual PropertyList getProperties ()
 Returns the properties stored by this user.
 
virtual transferProperties (PropertyList property_list)
 Convenience function to transfer a complete PropertyList into the model. More...
 

Friends

class boost::serialization::access
 

Detailed Description

This class provies a unified acces to use the MOP frameworks property system. Just derive your class from it if you need proeprties.

Member Function Documentation

◆ transferProperties()

virtual transferProperties ( PropertyList  property_list)
virtual

Convenience function to transfer a complete PropertyList into the model.

Parameters
property_listThe properties to transfer into this model

Connect with Ansys