// 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 _IGESDraw_View_HeaderFile #define _IGESDraw_View_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESDraw_View_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Handle_IGESGeom_Plane_HeaderFile #include #endif #ifndef _IGESData_ViewKindEntity_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_IGESData_ViewKindEntity_HeaderFile #include #endif #ifndef _Handle_IGESData_TransfEntity_HeaderFile #include #endif class IGESGeom_Plane; class Standard_OutOfRange; class IGESData_ViewKindEntity; class IGESData_TransfEntity; class gp_XYZ; //! defines IGES View Entity, Type <410> Form <0>
//! in package IGESDraw
class IGESDraw_View : public IGESData_ViewKindEntity { public: Standard_EXPORT IGESDraw_View(); //! This method is used to set fields of the class View
//! - aViewNum : View number
//! - aScale : Scale factor
//! - aLeftPlane : Left plane of view volume
//! - aTopPlane : Top plane of view volume
//! - aRightPlane : Right plane of view volume
//! - aBottomPlane : Bottom plane of view volume
//! - aBackPlane : Back plane of view volume
//! - aFrontPlane : Front plane of view volume
Standard_EXPORT void Init(const Standard_Integer aViewNum,const Standard_Real aScale,const Handle(IGESGeom_Plane)& aLeftPlane,const Handle(IGESGeom_Plane)& aTopPlane,const Handle(IGESGeom_Plane)& aRightPlane,const Handle(IGESGeom_Plane)& aBottomPlane,const Handle(IGESGeom_Plane)& aBackPlane,const Handle(IGESGeom_Plane)& aFrontPlane) ; //! Returns True (for a single view)
Standard_EXPORT Standard_Boolean IsSingle() const; //! Returns 1 (single view)
Standard_EXPORT Standard_Integer NbViews() const; //! For a single view, returns whatever
Standard_EXPORT Handle_IGESData_ViewKindEntity ViewItem(const Standard_Integer num) const; //! returns integer number identifying view orientation
Standard_EXPORT Standard_Integer ViewNumber() const; //! returns the scale factor(Default = 1.0)
Standard_EXPORT Standard_Real ScaleFactor() const; //! returns False if left side of view volume is not present
Standard_EXPORT Standard_Boolean HasLeftPlane() const; //! returns the left side of view volume, or null handle
Standard_EXPORT Handle_IGESGeom_Plane LeftPlane() const; //! returns False if top of view volume is not present
Standard_EXPORT Standard_Boolean HasTopPlane() const; //! returns the top of view volume, or null handle
Standard_EXPORT Handle_IGESGeom_Plane TopPlane() const; //! returns False if right side of view volume is not present
Standard_EXPORT Standard_Boolean HasRightPlane() const; //! returns the right side of view volume, or null handle
Standard_EXPORT Handle_IGESGeom_Plane RightPlane() const; //! returns False if bottom of view volume is not present
Standard_EXPORT Standard_Boolean HasBottomPlane() const; //! returns the bottom of view volume, or null handle
Standard_EXPORT Handle_IGESGeom_Plane BottomPlane() const; //! returns False if back of view volume is not present
Standard_EXPORT Standard_Boolean HasBackPlane() const; //! returns the back of view volume, or null handle
Standard_EXPORT Handle_IGESGeom_Plane BackPlane() const; //! returns False if front of view volume is not present
Standard_EXPORT Standard_Boolean HasFrontPlane() const; //! returns the front of view volume, or null handle
Standard_EXPORT Handle_IGESGeom_Plane FrontPlane() const; //! returns the Transformation Matrix
Standard_EXPORT Handle_IGESData_TransfEntity ViewMatrix() const; //! returns XYZ from the Model space to the View space by
//! applying the View Matrix
Standard_EXPORT gp_XYZ ModelToView(const gp_XYZ& coords) const; DEFINE_STANDARD_RTTI(IGESDraw_View) protected: private: Standard_Integer theViewNumber; Standard_Real theScaleFactor; Handle_IGESGeom_Plane theLeftPlane; Handle_IGESGeom_Plane theTopPlane; Handle_IGESGeom_Plane theRightPlane; Handle_IGESGeom_Plane theBottomPlane; Handle_IGESGeom_Plane theBackPlane; Handle_IGESGeom_Plane theFrontPlane; }; // other Inline functions and methods (like "C++: function call" methods) #endif