#include <sprk_parasolid.h>

Static Public Member Functions | |
static CADModel | CreateCADModel (Model const &in_model=HPS::Factory::CreateModel()) |
static Component | CreateComponent (HPS::Component const &in_owner, HPS::Component::ComponentType in_type, ParasolidEntity in_entity=0) |
static Component | DeInstanceComponent (ComponentPath const &in_component_path) |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Additional Inherited Members | |
![]() | |
Sprocket (Sprocket &&in_that) | |
![]() | |
virtual bool | Empty () const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
bool | HasType (HPS::Type in_mask) const |
Object (Object const &that) | |
Object (Object &&in_that) | |
virtual HPS::Type | ObjectType () const |
Object & | operator= (Object const &other_object) |
Object & | operator= (Object &&in_that) |
virtual void | Reset () |
virtual HPS::Type | Type () const |
![]() | |
static const HPS::Type | staticType = HPS::Type::None |
Detailed Description
The Factory class is used to create Parasolid objects which inherit from HPS::Component or one of its subclasses.
Member Function Documentation
|
static |
Creates a new Parasolid::CADModel.
- Parameters
-
in_model The Model associated with the Parasolid::CADModel.
|
static |
Creates a new Parasolid::Component as a subcomponent of a given Component.
- Parameters
-
in_owner The HPS::Component which owns the newly created Parasolid::Component. in_type The type of Parasolid::Component to create. in_entity The Parasolid entity associated with the newly created Parasolid::Component.
|
static |
Returns the component at whose level changes can be made without influencing other instances of the same component. For Parasolid components this function is only meaningful when in_component_path contains at least one component of type ParasolidInstance or ParasolidTopoBody. If none of these types are present in in_component_path a warning will be logged and an empty component will be returned.
- Parameters
-
in_component_path The ComponentPath to operate on.
- Returns
- The newly de-instanced Component.
The documentation for this class was generated from the following file:
- include/sprk_parasolid.h