|
CFx SDK Documentation 2026 SP0
|
#include <IfcCompositeCurveAutoImpl.h>
Public Member Functions | |
| void | getSegments (OdDAIObjectIds &Segments) const |
| OdDAI::ListOfOdDAIObjectId & | segments () |
| OdDAI::Logical | getSelfIntersect () const |
| void | setSelfIntersect (OdDAI::Logical SelfIntersect) |
| 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 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 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 | |
| OdDAI::ListOfOdDAIObjectId | m_Segments |
| OdDAI::Logical | m_SelfIntersect |
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) |
An IfcCompositeCurve is a continuous curve composed of curve segments that are joined end-to-end. The parameterization of the composite curve is an accumulation of the parametric ranges of the referenced bounded curves.
<IMAGE ifc_ifccompositecurve_overview>
A composite curve consists of a line and an arc segment:
Line parameterization: IfcPolyline with start= 0.,0. end= 0.,1., SameSense= TRUE, parametric length = 1. Arch parameterization: IfcTrimmedCurve with start= 180', end= 90', SameSense= FALSE, parametric length = 90. Then the parameterization of the composite curve is: IfcCompositeCurve with 0 ≤ T ≤ 1 (line segment) and 1 ≤ T ≤ 91 (arc segment), parametric length = 91.
Definition at line 52 of file Ifc2x_Final/IfcCompositeCurveAutoImpl.h.
|
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.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc2x_final::IfcBoundedCurve.
Reimplemented in OdIfc2x_final::Ifc2DCompositeCurve.
| void OdIfc2x_final::IfcCompositeCurve::getSegments | ( | OdDAIObjectIds & | Segments | ) | const |
Gets the value of Segments attribute. Segments is the component bounded curves, their transitions and senses. The transition attribute for the last segment defines the transition between the end of the last segment and the start of the first; this transition attribute can take the value discontinuous, which indicates an open curve.
| Segments | [out] Receives object identifiers of the composite curve segments. |
| OdDAI::Logical OdIfc2x_final::IfcCompositeCurve::getSelfIntersect | ( | ) | const |
Returns the value of SelfIntersect attribute. SelfIntersect is an indication of whether the curve intersects itself.
|
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 OdIfc2x_final::IfcBoundedCurve.
Reimplemented in OdIfc2x_final::Ifc2DCompositeCurve.
|
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.
| OdDAI::ListOfOdDAIObjectId & OdIfc2x_final::IfcCompositeCurve::segments | ( | ) |
Returns the value of Segments attribute. Segments represents the component bounded curves, their transitions and senses. The transition attribute for the last segment defines the transition between the end of the last segment and the start of the first; this transition attribute can take the value discontinuous which indicates an open curve.
| void OdIfc2x_final::IfcCompositeCurve::setSelfIntersect | ( | OdDAI::Logical | SelfIntersect | ) |
Sets the value of SelfIntersect attribute. SelfIntersect is an indication of whether the curve intersects itself.
| SelfIntersect | [in] SelfIntersect attribute 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 OdIfc2x_final::IfcBoundedCurve.
Reimplemented in OdIfc2x_final::Ifc2DCompositeCurve.
|
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.
|
protected |
Definition at line 207 of file Ifc2x_Final/IfcCompositeCurveAutoImpl.h.
|
protected |
Definition at line 208 of file Ifc2x_Final/IfcCompositeCurveAutoImpl.h.