OpenLexocad
27.1
|
#include <Shape.h>
Public Member Functions | |
Compound (void) | |
Compound (pConstCompound rhs, bool deepCopy=true) | |
virtual | ~Compound (void) |
virtual void | copyFrom (pConstCompound rhs, bool deepCopy=true)=0 |
virtual void | transform (const Geom::Trsf &) |
virtual bool | getGeometricInformation (Topo::GeometricInformation &) const |
![]() | |
Shape (void) | |
Shape (pConstShape rhs) | |
virtual | ~Shape (void) |
virtual Geom::Trsf | getTransform () const |
virtual Topo::ShapeType | getShapeType () const =0 |
operator Core::Variant () const | |
Variant operator. More... | |
virtual pConstTopologicalItem | getOwner () const |
Returns top-level owner. Returns this if item is top-level. More... | |
bool | hasShapeAttributes () const |
Checks if this shape has ShapeAttributes. More... | |
Topo::ShapeAttributes * | getShapeAttributes () const |
Returns the ShapeAttributes of this shape. More... | |
void | addShapeAttributes (Topo::ShapeAttributes *atts) |
Adds ShapeAttributes to this shape. If shape already had some attributes they are released. More... | |
void | releaseShapesAttributes () |
Deletes the ShapeAttributes associated with this shape. More... | |
virtual Geom::Bnd_Box | getBoundingBox () const =0 |
Get BoundingBox. More... | |
virtual void | setIndexMesh (pIndexedMesh m) |
virtual pIndexedMesh | getIndexedMesh () const |
virtual bool | createIndexedMesh (pIndexedMesh m) const |
virtual void | setIndexedDrawable (pIndexedDrawable) |
virtual pIndexedDrawable | getIndexedDrawable () const |
virtual std::shared_ptr< Core::DbgInfo > | getDbgInfo () const |
virtual Topo::Shape * | clone (bool deepcopy) const =0 |
virtual bool | wasCreatedWithProblems () const |
virtual void | setWasCreatedWithProblems (bool) |
![]() | |
TopologicalItem () | |
virtual | ~TopologicalItem (void) |
virtual Topo::TopologicalItem::MesherType | getMesherType () const =0 |
virtual Topo::TopologicalItem::ModellingKernel | getModellingKernel () const =0 |
virtual Topo::ShapeTool * | getShapeTool () const =0 |
virtual ENTITY * | getEntity () const |
![]() | |
virtual Type | getTypeId (void) const |
template<typename T > | |
bool | isDerivedFrom () const |
bool | isDerivedFrom (const Type type) const |
BaseClass () | |
Construction. More... | |
virtual | ~BaseClass () |
Destruction. More... | |
Protected Member Functions | |
Compound (ENTITY *ent) | |
virtual Topo::CompoundTool * | getCompoundTool () const =0 |
![]() | |
Shape (ENTITY *ent) | |
virtual void | copyFrom (pConstShape rhs, bool deepCopy=true)=0 |
virtual bool | isSingleFace () const |
virtual bool | isSingleWire () const |
virtual bool | isSingleEdge () const |
virtual bool | isSingleVertex () const |
virtual bool | isSolid () const |
virtual bool | isClosedSolid () const |
virtual bool | isWire () const |
virtual bool | isCompound () const |
virtual bool | isMesh () const |
bool | _copy (const Topo::Shape *rhs, bool deepCopy=true) |
![]() | |
TopologicalItem (ENTITY *) | |
Friends | |
class | CompoundTool |
Additional Inherited Members | |
![]() | |
enum | CheckShape { CheckShapeIsValidAndThrowException, CheckShapeIsValid, Unchecked } |
![]() | |
enum | MesherType { MesherType::Default_Mesher, MesherType::Acis_Mesher, MesherType::Compound_Mesher } |
enum | ModellingKernel { ModellingKernel::OCC, ModellingKernel::ACIS, ModellingKernel::CARVE, ModellingKernel::MIXED, ModellingKernel::UNKNOWN } |
![]() | |
static Type | getClassTypeId (void) |
static void | init (void) |
static void * | create (void) |
static void | setIfcNameAndID (const std::string &n, int id) |
![]() | |
std::set< Core::DocObject * > | m_appGeometryBackLinks |
![]() | |
long | ____deadVal = 0xBADEAFFE |
![]() | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=0) |
static void | initIfcTypes (const std::string &s, Base::Type classTypeId, int id) |
![]() | |
pConstTopologicalItem | source |
Topo::Compound::Compound | ( | void | ) |
Topo::Compound::Compound | ( | pConstCompound | rhs, |
bool | deepCopy = true |
||
) |
|
virtual |
|
inlineprotected |
|
pure virtual |
|
protectedpure virtual |
|
inlinevirtual |
Reimplemented from Topo::Shape.
|
inlinevirtual |
Reimplemented from Topo::Shape.
|
friend |