Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IfcAlignmentVerticalSegment::setRadiusOfCurvature Method
Syntax
C++
void setRadiusOfCurvature(double RadiusOfCurvature);

Sets the value of RadiusOfCurvature attribute. Radius of curvature is radius of parabola or arc. Positive values imply a CCW direction whereas negative CW.

Parameters
Description
RadiusOfCurvature
[in] Radius of curvature to set.
  • For PredefinedType is ARC: the radius of the basis circle for the arc.
  • For PredefinedType is PARABOLICARC: the parabola constant (determining the “steepness” of the parabola) is provided by the “minimum parabola radius”, the true radius of a parabola is at its vertical axis (the zero-gradient point of the parabola). The minimum radius is twice the focal length of the parabola (the distance between the focal point and the vertex).
  • For PredefinedType that is not either ARC or PARABOLICARC: the value should be empty.
Copyright © 2002-2022. Open Design Alliance All rights reserved.