|
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 void | setInverseCounterParts () 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 OdIfc4x2::IfcBoundedCurve | |
| OdDAIObjectId | getInvPositioningElement () const |
Public Member Functions inherited from OdIfc4x2::IfcRepresentationItem | |
| void | getInvLayerAssignment (OdDAIObjectIds &LayerAssignment) const |
| void | getInvStyledByItem (OdDAIObjectIds &StyledByItem) const |
Public Member Functions inherited from OdIfc4x2::OdIfc4x2Instance | |
| 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 | |
| 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.
\changes
IFC4 changes: Type of the attribute SelfIntersect changed from "logical" to "IfcLogical".
Definition at line 57 of file Ifc4x2/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 OdIfc4x2::IfcBoundedCurve.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x2::IfcBoundedCurve.
Reimplemented in OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcCompositeCurveOnSurface, and OdIfc4x2::IfcOuterBoundaryCurve.
| void OdIfc4x2::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 OdIfc4x2::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. |
Reimplemented from OdIfc4x2::IfcBoundedCurve.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x2::IfcBoundedCurve.
Reimplemented in OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcCompositeCurveOnSurface, and OdIfc4x2::IfcOuterBoundaryCurve.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x2::IfcBoundedCurve.
|
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 OdIfc4x2::IfcBoundedCurve.
| OdDAI::ListOfOdDAIObjectId & OdIfc4x2::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.
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
| void OdIfc4x2::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 OdIfc4x2::IfcBoundedCurve.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x2::IfcBoundedCurve.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x2::IfcBoundedCurve.
Reimplemented in OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcCompositeCurveOnSurface, and OdIfc4x2::IfcOuterBoundaryCurve.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x2::IfcBoundedCurve.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x2::IfcBoundedCurve.
|
protected |
Definition at line 217 of file Ifc4x2/IfcCompositeCurveAutoImpl.h.
|
protected |
Definition at line 218 of file Ifc4x2/IfcCompositeCurveAutoImpl.h.