// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Prs3d_RadiusAspect_HeaderFile #define _Prs3d_RadiusAspect_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Prs3d_RadiusAspect_HeaderFile #include #endif #ifndef _Prs3d_CompositeAspect_HeaderFile #include #endif #ifndef _Quantity_NameOfColor_HeaderFile #include #endif #ifndef _Aspect_TypeOfLine_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif //! defines the attributes when drawing a Radius Presentation.
class Prs3d_RadiusAspect : public Prs3d_CompositeAspect { public: //! Constructs the framework to define the display of radii.
//! This consists of the attributes:
//! - the color aColor
//! - the type of line aType and
//! - the width aWidth of the line.
Standard_EXPORT Prs3d_RadiusAspect(const Quantity_NameOfColor aColor,const Aspect_TypeOfLine aType,const Standard_Real aWidth); DEFINE_STANDARD_RTTI(Prs3d_RadiusAspect) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif