![]() |
NDEVR
API Documentation
|
Provides column access for NDPM material properties within the design table system. More...
Static Public Member Functions | |
| static constexpr TableColumn * | column (const DesignInfo *object, NDPM property) |
| Retrieves the TableColumn pointer for the given material property. | |
| static constexpr uint04 | index (const DesignInfo *object, NDPM) |
| Retrieves the row index for a material property lookup. | |
Provides column access for NDPM material properties within the design table system.
Maps NDPM property enum values to the appropriate TableColumn and row index within the underlying DesignObjectBase storage.
Definition at line 120 of file Material.h.
|
inlinestaticconstexpr |
Retrieves the TableColumn pointer for the given material property.
| [in] | object | The DesignInfo containing the base material property table. |
| [in] | property | The material property to look up. |
Definition at line 129 of file Material.h.
|
inlinestaticconstexpr |
Retrieves the row index for a material property lookup.
| [in] | object | The DesignInfo containing the design index. |
Definition at line 138 of file Material.h.