CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x1::IfcCurveStyle Class Reference

#include <IfcCurveStyleAutoImpl.h>

Inheritance diagram for OdIfc4x1::IfcCurveStyle:
OdIfc4x1::IfcPresentationStyle OdIfc4x1::OdIfc4x1Instance OdIfc::OdIfcInstance

Public Member Functions

IfcCurveFontOrScaledCurveFontSelect curveFont ()
 
IfcSizeSelect curveWidth ()
 
IfcColour curveColour ()
 
OdDAI::Boolean getModelOrDraughting () const
 
void setModelOrDraughting (OdDAI::Boolean ModelOrDraughting)
 
 IfcCurveStyle ()
 
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 OdIfc4x1::IfcPresentationStyle
const OdAnsiString & getName () const
 
void setName (const OdAnsiString &Name)
 
 IfcPresentationStyle ()
 
- Public Member Functions inherited from OdIfc4x1::OdIfc4x1Instance
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 OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 
virtual OdDbStub * ownerId () const
 

Protected Attributes

OdDAI::Select m_CurveFont
 
OdDAI::Select m_CurveWidth
 
OdDAI::Select m_CurveColour
 
OdDAI::Boolean m_ModelOrDraughting
 
- Protected Attributes inherited from OdIfc4x1::IfcPresentationStyle
OdAnsiString m_Name
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcInstance
static const OdGePoint3dasPoint3d (const OdIfcInstance *inst)
 
static const OdGePoint2dasPoint2d (const OdIfcInstance *inst)
 
static const OdGeVector3dasVector3d (const OdIfcInstance *inst)
 
static const OdGeVector2dasVector2d (const OdIfcInstance *inst)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcInstance *inst)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcInstance *inst)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcInstance > inst)
 
static const OdCmEntityColorasRgbColor (const OdIfcInstance *inst)
 

Detailed Description

An IfcCurveStyle provides the style table for presentation information assigned to geometric curves. The style is defined by a color, a font and a width. The IfcCurveStyle defines curve patterns as model patterns, that is, the distance between visible and invisible segments of curve patterns that are given in model space dimensions (that have to be scaled using the target plot scale).

Definition at line 43 of file Ifc4x1/IfcCurveStyleAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcCurveStyle()

OdIfc4x1::IfcCurveStyle::IfcCurveStyle ( )

Default constructor for the IfcCurveStyle class.

Member Function Documentation

◆ curveColour()

IfcColour OdIfc4x1::IfcCurveStyle::curveColour ( )

Returns the value of CurveColour attribute. CurveColour is the the color of the visible part of the curve. If not specified, the color should be taken from the layer assignment with style, if that is not specified either, then the default colour is applied.

Returns
Returns the value of CurveColour.

◆ curveFont()

IfcCurveFontOrScaledCurveFontSelect OdIfc4x1::IfcCurveStyle::curveFont ( )

Returns the value of CurveFont attribute. CurveFont is a curve style font which is used to present a curve. It can either be a predefined curve font, or an explicitly defined curve font. Both can be scaled. If not specified, the curve font should be taken from the layer assignment with style, if that is not specified either, then the default curve font is applied.

Returns
Returns the value of CurveFont.

◆ curveWidth()

IfcSizeSelect OdIfc4x1::IfcCurveStyle::curveWidth ( )

Returns the value of CurveWidth attribute. CurveWidth is the a positive length measure in units of the presentation area for the width of a presented curve. If not specified, the style should be taken from the layer assignment with style, if that is not specified either, then the default style is applied.

Returns
Returns the value of CurveWidth.

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x1::IfcCurveStyle::getAttr ( const char * attrName) const
overridevirtual

Returns an attribute value for the specified attribute name.

Parameters
attrName[in] Name of an attribute to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x1::IfcCurveStyle::getAttr ( const OdIfc::OdIfcAttribute attrDef) const
overridevirtual

Returns an attribute value for the specified attribute definition.

Parameters
attrDef[in] Attribute definition to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x1::IfcCurveStyle::getInstanceType ( ) const
overridevirtual

Returns a type of a class instance.

Returns
Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ getModelOrDraughting()

OdDAI::Boolean OdIfc4x1::IfcCurveStyle::getModelOrDraughting ( ) const

Returns the value of ModelOrDraughting attribute. ModelOrDraughting is the indication whether the length measures provided for the presentation style are model based or draughting based.

Returns
Returns the value of ModelOrDraughting.

◆ inFields()

virtual OdResult OdIfc4x1::IfcCurveStyle::inFields ( OdDAI::OdSpfFilerBase * rdFiler)
overridevirtual

Reads object's data from the specified filer.

Parameters
rdFiler[in] Pointer to a filer from which to read the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ isKindOf()

virtual bool OdIfc4x1::IfcCurveStyle::isKindOf ( OdIfc::OdIfcEntityType entityType) const
overridevirtual

Checks whether the specified instance is the object derived from or belongs to this class.

Parameters
entityType[in] Entity to check.
Returns
true if the specified instance is the object derived from or belongs to this class, false otherwise.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ outFields()

virtual OdResult OdIfc4x1::IfcCurveStyle::outFields ( OdDAI::OdSpfFilerBase * wrFiler)
overridevirtual

Writes object's data the the specified filer.

Parameters
wrFiler[in] Pointer to a filer to which to write the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ putAttr() [1/2]

virtual bool OdIfc4x1::IfcCurveStyle::putAttr ( const char * explicitAttrName,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrName[in] Explicit name of the attribute to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ putAttr() [2/2]

virtual bool OdIfc4x1::IfcCurveStyle::putAttr ( const OdIfc::OdIfcAttribute explicitAttrDef,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrDef[in] Explicit attribute definition to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ setModelOrDraughting()

void OdIfc4x1::IfcCurveStyle::setModelOrDraughting ( OdDAI::Boolean ModelOrDraughting)

Sets the value of ModelOrDraughting attribute. ModelOrDraughting is the indication whether the length measures provided for the presentation style are model based or draughting based.

Parameters
ModelOrDraughting[in] Model or draughting to set.

◆ testAttr() [1/2]

virtual bool OdIfc4x1::IfcCurveStyle::testAttr ( const char * explicitAttrName) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrName[in] Explicit name of the attribute to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ testAttr() [2/2]

virtual bool OdIfc4x1::IfcCurveStyle::testAttr ( const OdIfc::OdIfcAttribute explicitAttrDef) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrDef[in] Attribute definition to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x1::IfcCurveStyle::type ( ) const
overridevirtual

Returns the type of this entity.

Returns
A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ unsetAttr() [1/2]

virtual void OdIfc4x1::IfcCurveStyle::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrName[in] Explicit name of the attribute to reset.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

◆ unsetAttr() [2/2]

virtual void OdIfc4x1::IfcCurveStyle::unsetAttr ( const OdIfc::OdIfcAttribute explicitAttrDef)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrDef[in] Explicit definition that represents an attribute to reset.

Reimplemented from OdIfc4x1::IfcPresentationStyle.

Member Data Documentation

◆ m_CurveColour

OdDAI::Select OdIfc4x1::IfcCurveStyle::m_CurveColour
protected

Definition at line 210 of file Ifc4x1/IfcCurveStyleAutoImpl.h.

◆ m_CurveFont

OdDAI::Select OdIfc4x1::IfcCurveStyle::m_CurveFont
protected

Definition at line 208 of file Ifc4x1/IfcCurveStyleAutoImpl.h.

◆ m_CurveWidth

OdDAI::Select OdIfc4x1::IfcCurveStyle::m_CurveWidth
protected

Definition at line 209 of file Ifc4x1/IfcCurveStyleAutoImpl.h.

◆ m_ModelOrDraughting

OdDAI::Boolean OdIfc4x1::IfcCurveStyle::m_ModelOrDraughting
protected

Definition at line 211 of file Ifc4x1/IfcCurveStyleAutoImpl.h.


The documentation for this class was generated from the following file: