|
CFx SDK Documentation 2026 SP0
|
#include <IfcBSplineSurfaceAutoImpl.h>
Public Member Functions | |
| int | getUDegree () const |
| void | setUDegree (int UDegree) |
| int | getVDegree () const |
| void | setVDegree (int VDegree) |
| void | getControlPointsList (OdArray< OdDAIObjectIds > &ControlPointsList) const |
| OdDAI::List< OdDAI::Aggr * > & | controlPointsList () |
| IfcBSplineSurfaceForm | getSurfaceForm () const |
| void | setSurfaceForm (IfcBSplineSurfaceForm SurfaceForm) |
| OdDAI::Logical | getUClosed () const |
| void | setUClosed (OdDAI::Logical UClosed) |
| OdDAI::Logical | getVClosed () const |
| void | setVClosed (OdDAI::Logical VClosed) |
| OdDAI::Logical | getSelfIntersect () const |
| void | setSelfIntersect (OdDAI::Logical SelfIntersect) |
| IfcBSplineSurface () | |
| 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 OdIfc4x4::IfcRepresentationItem | |
| void | getInvLayerAssignment (OdDAIObjectIds &LayerAssignment) const |
| void | getInvStyledByItem (OdDAIObjectIds &StyledByItem) const |
Public Member Functions inherited from OdIfc4x4::OdIFC4X4Instance | |
| 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 | |
| int | m_UDegree |
| int | m_VDegree |
| OdDAI::List< OdDAI::Aggr * > | m_ControlPointsList |
| OdDAI::Enum | m_SurfaceForm |
| OdDAI::Logical | m_UClosed |
| OdDAI::Logical | m_VClosed |
| 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) |
The IfcBSplineSurface is a general form of rational or polynomial parametric surface. The descriptions of symbols used below:
Variable Definition K1 Upper index on U control points K2 Upper index on V control points Pij Control points wij Weights d1 U degree d2 V degree
The control points are ordered as: P00, P01, P02, ..., PK1(K2-1), PK1K2
The weights, in the case of the rational subtype, are ordered similarly.
For each parameter, s = u or v, if k is the upper index on the control points and d is the degree for s, the knot array is an array of (k + d + 2) real numbers [s-d, ...., sk+1], such that for all indices j in [-d, k]; sj ≤ sj+1. This array is obtained from the appropriate u_knots or v_knots list by repeating each multiple knot according to the multiplicity.
Definition at line 62 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.
| OdIfc4x4::IfcBSplineSurface::IfcBSplineSurface | ( | ) |
Default constructor for the IfcBSplineSurface class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x4::IfcBoundedSurface.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
| OdDAI::List< OdDAI::Aggr * > & OdIfc4x4::IfcBSplineSurface::controlPointsList | ( | ) |
Returns the value of ControlPointsList attribute. This attribute represents this is a list of lists of control points.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
| void OdIfc4x4::IfcBSplineSurface::getControlPointsList | ( | OdArray< OdDAIObjectIds > & | ControlPointsList | ) | const |
Gets the value of ControlPointsList attribute. This attribute represents this is a list of lists of control points.
| ControlPointsList | [out] Receives the control points list. |
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x4::IfcBoundedSurface.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
| OdDAI::Logical OdIfc4x4::IfcBSplineSurface::getSelfIntersect | ( | ) | const |
Returns the value of SelfIntersect attribute. This attribute indicates whether the surface is self-intersecting.
| IfcBSplineSurfaceForm OdIfc4x4::IfcBSplineSurface::getSurfaceForm | ( | ) | const |
Returns the value of SurfaceForm attribute. This attribute represents indicator of special surface types.
| OdDAI::Logical OdIfc4x4::IfcBSplineSurface::getUClosed | ( | ) | const |
Returns the value of UClosed attribute. This attribute indicates whether the surface is closed in the u direction.
| int OdIfc4x4::IfcBSplineSurface::getUDegree | ( | ) | const |
Returns the value of UDegree attribute. This attribute represents algebraic degree of basis functions in u.
| OdDAI::Logical OdIfc4x4::IfcBSplineSurface::getVClosed | ( | ) | const |
Returns the value of VClosed attribute. This attribute indicates whether the surface is closed in the v direction.
| int OdIfc4x4::IfcBSplineSurface::getVDegree | ( | ) | const |
Returns the value of VDegree attribute. This attribute represents algebraic degree of basis functions in v.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x4::IfcBoundedSurface.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
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.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
| void OdIfc4x4::IfcBSplineSurface::setSelfIntersect | ( | OdDAI::Logical | SelfIntersect | ) |
Sets the value of SelfIntersect attribute. This attribute indicates whether the surface is self-intersecting.
| SelfIntersect | [in] SelfIntersect attribute to set. |
| void OdIfc4x4::IfcBSplineSurface::setSurfaceForm | ( | IfcBSplineSurfaceForm | SurfaceForm | ) |
Sets the value of SurfaceForm attribute. This attribute represents indicator of special surface types.
| SurfaceForm | [in] Surface form to set. |
| void OdIfc4x4::IfcBSplineSurface::setUClosed | ( | OdDAI::Logical | UClosed | ) |
Sets the value of UClosed attribute. This attribute indicates whether the surface is closed in the u direction.
| UClosed | [in] UClosed attribute to set. |
| void OdIfc4x4::IfcBSplineSurface::setUDegree | ( | int | UDegree | ) |
Sets the value of UDegree attribute. This attribute represents algebraic degree of basis functions in u.
| UDegree | [in] U degree to set. |
| void OdIfc4x4::IfcBSplineSurface::setVClosed | ( | OdDAI::Logical | VClosed | ) |
Sets the value of VClosed attribute. This attribute indicates whether the surface is closed in the v direction.
| VClosed | [in] VClosed attribute to set. |
| void OdIfc4x4::IfcBSplineSurface::setVDegree | ( | int | VDegree | ) |
Sets the value of VDegree attribute. This attribute represents algebraic degree of basis functions in v.
| VDegree | [in] V degree to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x4::IfcBoundedSurface.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x4::IfcRepresentationItem.
Reimplemented in OdIfc4x4::IfcBSplineSurfaceWithKnots, and OdIfc4x4::IfcRationalBSplineSurfaceWithKnots.
|
protected |
Definition at line 312 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.
|
protected |
Definition at line 316 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.
|
protected |
Definition at line 313 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.
|
protected |
Definition at line 314 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.
|
protected |
Definition at line 310 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.
|
protected |
Definition at line 315 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.
|
protected |
Definition at line 311 of file IFC4X4/IfcBSplineSurfaceAutoImpl.h.