#include "SIM_API.h"#include "SIM_Data.h"#include "SIM_DataUtils.h"#include "SIM_OptionsUser.h"#include <GEO/GEO_AttributeHandle.h>#include <GU/GU_Detail.h>#include <GU/GU_DetailHandle.h>Go to the source code of this file.
Classes | |
| class | SIM_PropertyResolver |
| class | SIM_PropertyResolverConstant |
| class | SIM_PropertyResolverNearestPoint |
| class | SIM_PropertyResolverField |
| class | SIM_PropertyResolverMotion |
| class | SIM_PropertyResolverVelAtPosition |
| class | SIM_PhysicalParms |
| This class contains physical attributes that apply to all objects. More... | |
Enumerations | |
| enum | SIM_Property { SIM_PROPERTY_FRICTION = 0, SIM_PROPERTY_DYNAMICFRICTION, SIM_PROPERTY_BOUNCE, SIM_PROPERTY_TEMPERATURE, SIM_PROPERTY_COUNT } |
| enum SIM_Property |
This enumeration lists all the properties that can be accessed using the getPropertyAtPosition() and getPropertyAtPoint() functions.
| SIM_PROPERTY_FRICTION | |
| SIM_PROPERTY_DYNAMICFRICTION | |
| SIM_PROPERTY_BOUNCE | |
| SIM_PROPERTY_TEMPERATURE | |
| SIM_PROPERTY_COUNT |
Definition at line 39 of file SIM_PhysicalParms.h.
1.5.9