Definition: ActiveScript.h:10
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
An Beam is a horizontal, or nearly horizontal, structural member that is capable of withstanding load...
Definition: Beam.h:24
static std::shared_ptr< Beam > buildFrom2Points(std::shared_ptr< Document > aDoc, double aWidth, double aHeight, const Geom::Pnt &aPnt1, const Geom::Pnt &aPnt2)
An element is a generalization of all components that make up an AEC product. Those elements can be l...
Definition: Element.h:30
void setPredefinedType(BeamTypeEnum aType)
Defines a non-persistent 3D Cartesian point.
Definition: Pnt.h:44
BeamTypeEnum getPredefinedType() const
BeamTypeEnum
Definition: Beam.h:29
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Beam()
Definition: Beam.h:54