///////////////////////////////////////////////////////////////////////////////
// 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_IFCALIGNMENT2DCANTSEGTRANSITION_AUTO_IMPL_H
#define _IFC4X3_RC1_IFCALIGNMENT2DCANTSEGTRANSITION_AUTO_IMPL_H
#include "IfcAlignment2DCantSegmentAutoImpl.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
The cant transition segment is a 2D transition curve using the inherited attributes from IfcAlignment2DCantSegment.
*/
class IFC4X3_RC1_EXPORT IfcAlignment2DCantSegTransition : public IfcAlignment2DCantSegment
{
//DOM-IGNORE-BEGIN
OD_EXP_DECLARE_MEMBERS(OdIfc4x3_rc1::IfcAlignment2DCantSegTransition);
//DOM-IGNORE-END
public:
//
// OdDAI early binding accessors
//
/** \details
Returns the value of StartRadius attribute.
This attribute represents the radius of the curve at the start point.
If the radius is not provided by a value, i.e. being NIL, it is interpreted as INFINITE the StartPoint, is at the point where it does not have a curvature.
\returns
Returns the value of StartRadius attribute.
*/
double getStartRadius() const;
/** \details
Sets the value of StartRadius attribute.
This attribute represents the radius of the curve at the start point.
If the radius is not provided by a value, i.e. being NIL, it is interpreted as INFINITE the StartPoint, is at the point where it does not have a curvature.
\param StartRadius [in] Start radius to set.
*/
void setStartRadius(double StartRadius);
/** \details
Returns the value of EndRadius attribute.
This attribute represents the radius of the curve at the end point.
If the radius is not provided by a value, i.e. being NIL, it is interpreted as INFINITE the end point, is at the point where it does not have a curvature.
\returns
Returns the value of EndRadius attribute.
*/
double getEndRadius() const;
/** \details
Sets the value of EndRadius attribute.
This attribute represents the radius of the curve at the end point.
If the radius is not provided by a value, i.e. being NIL, it is interpreted as INFINITE the end point, is at the point where it does not have a curvature.
\param EndRadius [in] End radius to set.
*/
void setEndRadius(double EndRadius);
/** \details
Returns the value of IsStartRadiusCCW attribute.
This attribute indicates whether of the curve starts counter-clockwise or clockwise.
The orientation of the curve is IsCcw=true, if the spiral arc goes counter-clockwise as seen from the right side of the curve,
or "to the upside", and with IsCcw=false if the spiral arc goes clockwise, or "to the downside".
\returns
Returns the value of IsStartRadiusCCW attribute.
*/
OdDAI::Boolean getIsStartRadiusCCW() const;
/** \details
Sets the value of IsStartRadiusCCW attribute.
This attribute indicates whether of the curve starts counter-clockwise or clockwise.
The orientation of the curve is IsCcw=true, if the spiral arc goes counter-clockwise as seen from the right side of the curve,
or "to the upside", and with IsCcw=false if the spiral arc goes clockwise, or "to the downside".
\param IsStartRadiusCCW [in] IsStartRadiusCCW attribute to set.
*/
void setIsStartRadiusCCW(OdDAI::Boolean IsStartRadiusCCW);
/** \details
Returns the value of IsStartRadiusCCW attribute.
This attribute indicates whether the curve ends counter-clockwise or clockwise.
The orientation of the clothoidal arc is IsCcw=true, if the spiral arc goes counter-clockwise as seen from right side of the curve,
or "to the upside", and with IsCcw=false if the spiral arc goes clockwise, or "to the downside".
\returns
Returns the value of IsStartRadiusCCW attribute.
*/
OdDAI::Boolean getIsEndRadiusCCW() const;
/** \details
Sets the value of IsStartRadiusCCW attribute.
This attribute indicates whether the curve ends counter-clockwise or clockwise.
The orientation of the clothoidal arc is IsCcw=true, if the spiral arc goes counter-clockwise as seen from right side of the curve,
or "to the upside", and with IsCcw=false if the spiral arc goes clockwise, or "to the downside".
\param IsEndRadiusCCW [in] IsEndRadiusCCW attribute to set.
*/
void setIsEndRadiusCCW(OdDAI::Boolean IsEndRadiusCCW);
/** \details
Returns the value of IsStartRadiusCCW attribute.
This attribute represents the specific type of transition curve.
\returns
Returns the value of IsStartRadiusCCW attribute.
*/
IfcTransitionCurveType getTransitionCurveType() const;
/** \details
Sets the value of IsStartRadiusCCW attribute.
This attribute represents the specific type of transition curve.
\param TransitionCurveType [in] TransitionCurveType attribute to set.
*/
void setTransitionCurveType(IfcTransitionCurveType TransitionCurveType);
public:
/** \details
Default constructor for the IfcAlignment2DCantSegTransition class.
*/
IfcAlignment2DCantSegTransition();
/** \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