FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
WSM::MaterialProps Class Reference

Description

Material used for rendering IPolyLine/IPolygon/IMarker.

#include <interfaces.h>

Public Member Functions

 MaterialProps ()=default
 Constructor.
 
 MaterialProps (const char *lineStyleName)
 
 MaterialProps (const 1::string &lineStyleName)
 
 MaterialProps (const WSM::Color &c)
 

Public Attributes

::string m_LineStyleName
 
WSM::Color m_Color = { 0.0, 0.0, 0.0, 1.0 }
 

Constructor & Destructor Documentation

◆ MaterialProps() [1/4]

WSM::MaterialProps::MaterialProps ( )
default

Constructor.

◆ MaterialProps() [2/4]

WSM::MaterialProps::MaterialProps ( const char *  lineStyleName)
inline

◆ MaterialProps() [3/4]

WSM::MaterialProps::MaterialProps ( const 1::string &  lineStyleName)
inline

◆ MaterialProps() [4/4]

WSM::MaterialProps::MaterialProps ( const WSM::Color c)
inline

Member Data Documentation

◆ m_Color

WSM::Color WSM::MaterialProps::m_Color = { 0.0, 0.0, 0.0, 1.0 }

◆ m_LineStyleName

::string WSM::MaterialProps::m_LineStyleName

The documentation for this class was generated from the following file: