|
CFx SDK Documentation 2026 SP0
|
#include <IfcIndexedColourMapAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getMappedTo () const |
| void | setMappedTo (const OdDAIObjectId &MappedTo) |
| double | getOpacity () const |
| void | setOpacity (double Opacity) |
| const OdDAIObjectId & | getColours () const |
| void | setColours (const OdDAIObjectId &Colours) |
| void | getColourIndex (OdArray< int > &ColourIndex) const |
| OdDAI::ListOfInt & | colourIndex () |
| IfcIndexedColourMap () | |
| 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::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 | |
| OdDAIObjectId | m_MappedTo |
| IfcNormalisedRatioMeasure | m_Opacity |
| OdDAIObjectId | m_Colours |
| OdDAI::ListOfInt | m_ColourIndex |
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 IfcIndexedColourMap provides the assignment of colour information to individual faces.
<IMAGE ifcindexedcolourmap-fig1>
Indexed colour map geometry:
<IMAGE ifcindexedcolourmap_example-01>
On this image IfcTriangulatedFaceSet is represented by: IfcTriangulatedFaceSet.CoordIndex: ((1,6,5),(1,2,6), (6,2,7), (7,2,3), (7,8,6), (6,8,5), (5,8,1), (1,8,4), (4,2,1), (2,4,3), (4,8,7), (7,3,4)) IfcCartesianPointList.CoordList: ((0.,0.,0.), (1.,0.,0.), (1.,1.,0.), (0.,1.,0.), (0.,0.,2.), (1.,0.,2.), (1.,1.,2.), (0.,1.,2.)) IfcIndexedColourMap.ColourIndex: (1, 1, 2, 2, 3, 3, 1, 1, 1, 1, 1, 1, ) IfcColourRgbList.ColourList: ((1.,0.,0.), (0.,1.,0.), (1.,1.,0.))
Definition at line 61 of file Ifc4x2/IfcIndexedColourMapAutoImpl.h.
| OdIfc4x2::IfcIndexedColourMap::IfcIndexedColourMap | ( | ) |
Default constructor for the IfcIndexedColourMap class.
| OdDAI::ListOfInt & OdIfc4x2::IfcIndexedColourMap::colourIndex | ( | ) |
Returns the value of ColourIndex attribute. This attribute is an index into the IfcColourRgbList for each face of the IfcTriangulatedFaceSet. The colour is applied uniformly to the indexed face.
|
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.
Returns the value of ColourIndex attribute. This attribute is an index into the IfcColourRgbList for each face of the IfcTriangulatedFaceSet. The colour is applied uniformly to the indexed face.
| ColourIndex | [out] Receives an array of colour indexes. |
| const OdDAIObjectId & OdIfc4x2::IfcIndexedColourMap::getColours | ( | ) | const |
Returns the value of Colours attribute. Colours is indexable list of lists of quadruples, representing RGB colours.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x2::IfcPresentationItem.
| const OdDAIObjectId & OdIfc4x2::IfcIndexedColourMap::getMappedTo | ( | ) | const |
Returns the value of MappedTo attribute. This attribute is reference to the IfcTessellatedFaceSet to which it applies the colours and alpha channel.
| double OdIfc4x2::IfcIndexedColourMap::getOpacity | ( | ) | const |
Returns the value of Opacity attribute. Opacity is the the opacity value, that applies equally to all faces of the tessellated face set. 1.0 means opaque, and 0.0 completely transparent. If not provided, 1.0 is assumed (all colours are opaque).
|
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 OdIfc4x2::IfcPresentationItem.
|
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 OdIfc4x2::IfcIndexedColourMap::setColours | ( | const OdDAIObjectId & | Colours | ) |
Sets the value of Colours attribute. Colours is indexable list of lists of quadruples, representing RGB colours.
| Colours | [in] Colours to set. |
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
| void OdIfc4x2::IfcIndexedColourMap::setMappedTo | ( | const OdDAIObjectId & | MappedTo | ) |
Sets the value of MappedTo attribute. This attribute is reference to the IfcTessellatedFaceSet to which it applies the colours and alpha channel.
| MappedTo | [in] The MappedTo attribute to set. |
| void OdIfc4x2::IfcIndexedColourMap::setOpacity | ( | double | Opacity | ) |
Sets the value of Opacity attribute. Opacity is the the opacity value, that applies equaly to all faces of the tessellated face set. 1.0 means opaque, and 0.0 completely transparent. If not provided, 1.0 is assumed (all colours are opaque).
| Opacity | [in] Opacity 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 OdIfc4x2::IfcPresentationItem.
|
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 265 of file Ifc4x2/IfcIndexedColourMapAutoImpl.h.
|
protected |
Definition at line 264 of file Ifc4x2/IfcIndexedColourMapAutoImpl.h.
|
protected |
Definition at line 262 of file Ifc4x2/IfcIndexedColourMapAutoImpl.h.
|
protected |
Definition at line 263 of file Ifc4x2/IfcIndexedColourMapAutoImpl.h.