|
CFx SDK Documentation 2026 SP0
|
#include <IfcGridAxisAutoImpl.h>
Public Member Functions | |
| const OdAnsiString & | getAxisTag () const |
| void | setAxisTag (const OdAnsiString &AxisTag) |
| const OdDAIObjectId & | getAxisCurve () const |
| void | setAxisCurve (const OdDAIObjectId &AxisCurve) |
| OdDAI::Boolean | getSameSense () const |
| void | setSameSense (OdDAI::Boolean SameSense) |
| void | getInvPartOfW (OdDAIObjectIds &PartOfW) const |
| void | getInvPartOfV (OdDAIObjectIds &PartOfV) const |
| void | getInvPartOfU (OdDAIObjectIds &PartOfU) const |
| void | getInvHasIntersections (OdDAIObjectIds &HasIntersections) const |
| IfcGridAxis () | |
| 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 OdIfc4x3_rc1::OdIfc4x3_RC1Instance | |
| 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 | |
| OdAnsiString | m_AxisTag |
| OdDAIObjectId | m_AxisCurve |
| OdDAI::Boolean | m_SameSense |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Friends | |
| class | IfcGrid |
| class | IfcVirtualGridIntersection |
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) |
This definition represents a grid axis. An individual axis, IfcGridAxis, is defined in the context of a design grid. The axis definition is based on a curve of dimensionality 2. The grid axis is positioned within the XY plane of the position coordinate system defined by the IfcGrid.
The standard geometric representation of IfcGridAxis is defined using a 2D curve entity. Grid axes are normally defined by an offset to another axis. The IfcOffsetCurve2D supports this concept. Each grid axis has a sense specified by the parameterization of the curve. The attribute SameSense indicates whether the sense of the grid axis agrees with the underlying curve or opposes it.
<IMAGE ifcgridaxis-layout1>
As shown on the image above, the grid axis is defined as a 2D curve within the xy plane of the position coordinate system. Any curve can be used to define a grid axis, most common is the use of IfcLine for linear grids and IfcCircle for radial grids.
Definition at line 58 of file Ifc4x3_RC1/IfcGridAxisAutoImpl.h.
| OdIfc4x3_rc1::IfcGridAxis::IfcGridAxis | ( | ) |
Default constructor for the IfcGridAxis class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcInstance.
| const OdDAIObjectId & OdIfc4x3_rc1::IfcGridAxis::getAxisCurve | ( | ) | const |
Returns the value of AxisCurve attribute. This attribute represents underlying curve which provides the geometry for this grid axis.
| const OdAnsiString & OdIfc4x3_rc1::IfcGridAxis::getAxisTag | ( | ) | const |
Returns the value of AxisTag attribute. This attribute represents the tag or name for this grid axis.
|
overridevirtual |
Returns a type of a class instance.
| void OdIfc4x3_rc1::IfcGridAxis::getInvHasIntersections | ( | OdDAIObjectIds & | HasIntersections | ) | const |
Returns the value of HasIntersections attribute. This attribute represents the reference to a set of IfcVirtualGridIntersection's instances that connect other grid axes to this grid axis.
| HasIntersections | [out] Receives the value of HasIntersections attribute. |
| void OdIfc4x3_rc1::IfcGridAxis::getInvPartOfU | ( | OdDAIObjectIds & | PartOfU | ) | const |
Returns the value of PartOfU attribute. This attribute represents the IfcGridAxis (if provided) is part of the UAxes of IfcGrid.
| PartOfU | [out] Receives the value of PartOfU attribute. |
| void OdIfc4x3_rc1::IfcGridAxis::getInvPartOfV | ( | OdDAIObjectIds & | PartOfV | ) | const |
Returns the value of PartOfV attribute. This attribute represents the IfcGridAxis (if provided) is part of the VAxes of IfcGrid.
| PartOfV | [out] Receives the value of PartOfV attribute. |
| void OdIfc4x3_rc1::IfcGridAxis::getInvPartOfW | ( | OdDAIObjectIds & | PartOfW | ) | const |
Returns the value of PartOfW attribute. This attribute represents the IfcGridAxis (if provided) that is a part of the WAxes of IfcGrid.
| PartOfW | [out] Receives the value of PartOfW attribute. |
| OdDAI::Boolean OdIfc4x3_rc1::IfcGridAxis::getSameSense | ( | ) | const |
Returns the value of SameSense attribute. This attribute indicates whether the original sense of curve is used or whether it is reversed in the context of the grid axis.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
|
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 OdIfc::OdIfcInstance.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
| void OdIfc4x3_rc1::IfcGridAxis::setAxisCurve | ( | const OdDAIObjectId & | AxisCurve | ) |
Sets the value of AxisCurve attribute. This attribute represents underlying curve which provides the geometry for this grid axis.
| AxisCurve | [in] Axis curve to set. |
| void OdIfc4x3_rc1::IfcGridAxis::setAxisTag | ( | const OdAnsiString & | AxisTag | ) |
Sets the value of AxisTag attribute. This attribute represents the tag or name for this grid axis.
| AxisTag | [in] AxisTag to set. |
| void OdIfc4x3_rc1::IfcGridAxis::setSameSense | ( | OdDAI::Boolean | SameSense | ) |
Sets the value of SameSense attribute. This attribute indicates whether the original sense of curve is used or whether it is reversed in the context of the grid axis.
| SameSense | [in] SameSense to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
friend |
Definition at line 280 of file Ifc4x3_RC1/IfcGridAxisAutoImpl.h.
|
friend |
Definition at line 283 of file Ifc4x3_RC1/IfcGridAxisAutoImpl.h.
|
protected |
Definition at line 276 of file Ifc4x3_RC1/IfcGridAxisAutoImpl.h.
|
protected |
Definition at line 275 of file Ifc4x3_RC1/IfcGridAxisAutoImpl.h.
|
protected |
Definition at line 277 of file Ifc4x3_RC1/IfcGridAxisAutoImpl.h.