|
CFx SDK Documentation 2026 SP0
|
#include <IfcExtrudedAreaSolidAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getExtrudedDirection () const |
| void | setExtrudedDirection (const OdDAIObjectId &ExtrudedDirection) |
| double | getDepth () const |
| void | setDepth (double Depth) |
| IfcExtrudedAreaSolid () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc4::IfcSweptAreaSolid | |
| const OdDAIObjectId & | getSweptArea () const |
| void | setSweptArea (const OdDAIObjectId &SweptArea) |
| const OdDAIObjectId & | getPosition () const |
| void | setPosition (const OdDAIObjectId &Position) |
Public Member Functions inherited from OdIfc4::IfcRepresentationItem | |
| void | getInvLayerAssignment (OdDAIObjectIds &LayerAssignment) const |
| void | getInvStyledByItem (OdDAIObjectIds &StyledByItem) const |
Public Member Functions inherited from OdIfc4::OdIfc4Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAIObjectId | m_ExtrudedDirection |
| IfcPositiveLengthMeasure | m_Depth |
Protected Attributes inherited from OdIfc4::IfcSweptAreaSolid | |
| OdDAIObjectId | m_SweptArea |
| OdDAIObjectId | m_Position |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
The IfcExtrudedAreaSolid is defined by sweeping a cross section provided by a profile definition.
<IMAGE ifcextrudedareasolid-fig1>
The image below illustrates geometric parameters and additional positioning parameters of the extruded area solid. The extruded area solid defines the extrusion of a 2D area by an direction and depth. The 2D area, provided by a parameterized profile definition, can be positioned relative to the object coordinate system (other then by default at 0.,0. with no rotation). The result is a solid that can be repositioned within the object coordinate system.
<IMAGE ifcextrudedareasolid-fig2>
For top and bottom caps, textures are aligned facing front-to-back, with the origin at the minimum X and Y extent. Textures are stretched or repeated on the top and bottom to the extent of each face according to RepeatS and RepeatT.
The image below illustrates default texture mapping with a repeated texture (RepeatS=True and RepeatT=True). The image on the left shows the texture where the S axis points to the right and the T axis points up. The image on the right shows the texture applied to the geometry where the X axis points back to the right, the Y axis points back to the left, and the Z axis points up.
<IMAGE ifcextrudedareasolid-texture>
Definition at line 73 of file Ifc4/IfcExtrudedAreaSolidAutoImpl.h.
| OdIfc4::IfcExtrudedAreaSolid::IfcExtrudedAreaSolid | ( | ) |
Default constructor for the IfcExtrudedAreaSolid class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
| double OdIfc4::IfcExtrudedAreaSolid::getDepth | ( | ) | const |
Returns the value of Depth attribute. This attribute represents the distance the surface is to be swept along the ExtrudedDirection.
| const OdDAIObjectId & OdIfc4::IfcExtrudedAreaSolid::getExtrudedDirection | ( | ) | const |
Returns the value of ExtrudedDirection attribute. This attribute represents the direction in which the surface, provided by SweptArea is to be swept.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
| void OdIfc4::IfcExtrudedAreaSolid::setDepth | ( | double | Depth | ) |
Sets the value of Depth attribute. This attribute represents the distance the surface is to be swept along the ExtrudedDirection.
| Depth | [in] Depth to set. |
| void OdIfc4::IfcExtrudedAreaSolid::setExtrudedDirection | ( | const OdDAIObjectId & | ExtrudedDirection | ) |
Sets the value of ExtrudedDirection attribute. This attribute represents the direction in which the surface, provided by SweptArea is to be swept.
| ExtrudedDirection | [in] Extruded direction to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4::IfcSweptAreaSolid.
Reimplemented in OdIfc4::IfcExtrudedAreaSolidTapered.
|
protected |
Definition at line 247 of file Ifc4/IfcExtrudedAreaSolidAutoImpl.h.
|
protected |
Definition at line 246 of file Ifc4/IfcExtrudedAreaSolidAutoImpl.h.