///////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
// All rights reserved.
//
// This software and its documentation and related materials are owned by
// the Alliance. The software may only be incorporated into application
// programs owned by members of the Alliance, subject to a signed
// Membership Agreement and Supplemental Software License Agreement with the
// Alliance. The structure and organization of this software are the valuable
// trade secrets of the Alliance and its suppliers. The software is also
// protected by copyright law and international treaty provisions. Application
// programs incorporating this software must include the following statement
// with their copyright notices:
//
// This application incorporates Open Design Alliance software pursuant to a license
// agreement with Open Design Alliance.
// Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
// All rights reserved.
//
// By use of this software, its documentation or related materials, you
// acknowledge and accept the above terms.
///////////////////////////////////////////////////////////////////////////////
// This file is generated automatically.
#ifndef _IFC4X3_RC1_IFCEXTRUDEDAREASOLIDTAPERED_AUTO_IMPL_H
#define _IFC4X3_RC1_IFCEXTRUDEDAREASOLIDTAPERED_AUTO_IMPL_H
#include "IfcExtrudedAreaSolidAutoImpl.h"
#include "IfcProfileDefAutoImpl.h"
#include "TD_PackPush.h"
/** \details
The namespace contains schema-dependent classes, definitions and sub routines
for work with IFC4X3_RC1 express schema definitions.
*/
namespace OdIfc4x3_rc1 {
/** \details
IfcExtrudedAreaSolidTapered is defined by sweeping a cross section along a linear spine.
The cross section can change along the sweep from the shape of the start cross section into the shape of the end cross section.
The resulting solid is bounded by three or more faces: a start face, an end face (each defined by start and end planes and sections),
and one or more lateral faces. Each lateral face is a ruled surface defined by a pair of corresponding edges of the start and end section.
The linear spine is defined by:
* Start point: SELF\IfcSweptAreaSolid.Position.Location
* Direction: SELF\IfcExtrudedAreaSolid.ExtrudedDirection
* Distance: SELF\IfcExtrudedAreaSolid.Depth
The start cross section is defined by SELF\IfcSweptAreaSolid.SweptArea:
* A bounded planar surface lying in the XY plane of the position coordinate system defined by SELF\IfcSweptAreaSolid.Position.P[1] and SELF\IfcSweptAreaSolid.Position.P[2]
* The linear spine starts at the plane of the start cross section. The spine is not necessarily perpendicular to the plane.
The end cross section is defined by EndSweptArea attribute. A bounded planar surface lying in the XY plane of the position coordinate system
defined by translating the start position coordinates provided by SELF\IfcSweptAreaSolid.Position along the spine direction by the spine distance.
The plane of the end cross section is coplanar to the plane of the start cross section.
* The end cross section is topologically similar to the start cross section (i.e. having the same number of vertices and edges).
* The end cross section can either be defined by the same parametric profile using different parameter values,
or by a 2D Cartesian transformation of the start profile within the end cross section plane.
*/
class IFC4X3_RC1_EXPORT IfcExtrudedAreaSolidTapered : public IfcExtrudedAreaSolid
{
//DOM-IGNORE-BEGIN
OD_EXP_DECLARE_MEMBERS(OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered);
//DOM-IGNORE-END
public:
//
// OdDAI early binding accessors
//
/** \details
Returns the value of EndSweptArea attribute.
This attribute represents the surface defining the end of the swept area. It is given as a profile definition.
The position coordinate system of the EndSwptArea is generated by translating the SELF\IfcSweptAreaSolid.Position
along the SELF\IfcExtrudedAreaSolid.ExtrudedDirection by the distance of SELF\IfcExtrudedAreaSolid.Depth.
\returns
Returns the value of EndSweptArea attribute.
*/
const OdDAIObjectId& getEndSweptArea() const;
/** \details
Sets the value of EndSweptArea attribute.
This attribute represents the surface defining the end of the swept area. It is given as a profile definition.
The position coordinate system of the EndSwptArea is generated by translating the SELF\IfcSweptAreaSolid.Position
along the SELF\IfcExtrudedAreaSolid.ExtrudedDirection by the distance of SELF\IfcExtrudedAreaSolid.Depth.
\param EndSweptArea [in] End swept area to set.
*/
void setEndSweptArea(const OdDAIObjectId& EndSweptArea);
public:
/** \details
Reads object's data from the specified filer.
\param 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.
*/
virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler) override;
/** \details
Writes object's data the the specified filer.
\param 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.
*/
virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler) override;
/** \details
Returns a type of a class instance.
\returns
Pointer to the