#include <sprk_parasolid.h>
Static Public Member Functions | |
static Component | CreateComponent (HPS::Component const &in_owner, HPS::Component::ComponentType in_type, ParasolidEntity in_entity=0) |
static CADModel | CreateCADModel (Model const &in_model=HPS::Factory::CreateModel()) |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Additional Inherited Members | |
![]() | |
enum | UpdateType { Synchronous, Asynchronous } |
![]() | |
Sprocket (HPS::Sprocket const &in_that)=default | |
Sprocket (Sprocket &&in_that) | |
![]() | |
Object (Object const &that) | |
Object & | operator= (Object const &other_object) |
Object (Object &&in_that) | |
Object & | operator= (Object &&in_that) |
HPS::Type | Type () const |
virtual HPS::Type | ObjectType () const |
virtual bool | Empty () const |
virtual void | Reset () |
bool | HasType (HPS::Type in_mask) const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
The Factory class is used to create Parasolid objects which inherit from HPS::Component or one of its subclasses.
|
static |
Creates a new Parasolid::CADModel.
in_model | The Model associated with the Parasolid::CADModel. |
|
static |
Creates a new Parasolid::Component as a subcomponent of a given Component.
in_owner | The HPS::Component which owns the newly created Parasolid::Component. |
in_type | The type of Parasolid::Component to create. |