// 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 _AIS_Trihedron_HeaderFile #define _AIS_Trihedron_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_AIS_Trihedron_HeaderFile #include #endif #ifndef _Handle_Geom_Axis2Placement_HeaderFile #include #endif #ifndef _Handle_AIS_InteractiveObject_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Quantity_NameOfColor_HeaderFile #include #endif #ifndef _AIS_InteractiveObject_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Handle_AIS_Axis_HeaderFile #include #endif #ifndef _Handle_AIS_Point_HeaderFile #include #endif #ifndef _Handle_AIS_Plane_HeaderFile #include #endif #ifndef _Handle_AIS_InteractiveContext_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PrsMgr_PresentationManager3d_HeaderFile #include #endif #ifndef _Handle_Prs3d_Presentation_HeaderFile #include #endif #ifndef _Handle_Prs3d_Projector_HeaderFile #include #endif #ifndef _Handle_PrsMgr_PresentationManager2d_HeaderFile #include #endif #ifndef _Handle_Graphic2d_GraphicObject_HeaderFile #include #endif #ifndef _Handle_Geom_Transformation_HeaderFile #include #endif #ifndef _Handle_SelectMgr_Selection_HeaderFile #include #endif #ifndef _AIS_KindOfInteractive_HeaderFile #include #endif class Geom_Axis2Placement; class AIS_InteractiveObject; class AIS_Axis; class AIS_Point; class AIS_Plane; class AIS_InteractiveContext; class PrsMgr_PresentationManager3d; class Prs3d_Presentation; class Prs3d_Projector; class PrsMgr_PresentationManager2d; class Graphic2d_GraphicObject; class Geom_Transformation; class SelectMgr_Selection; class Quantity_Color; class TColgp_Array1OfPnt; //! Create a selectable trihedron
//! there are 4 modes of selection :
//! mode = 0 to select triedron ,priority = 1
//! mode = 1 to select its origine ,priority = 5
//! mode = 2 to select its axis ,priority = 3
//! mode = 3 to select its planes ,priority = 2
//! a trihedron has 1 origine,3 axes,3 planes.
//! Warning
//! For the presentation of trihedra, the default unit of
//! length is the millimetre, and the default value for the
//! representation of the axes is 100. If you modify these
//! dimensions, you must temporarily recover the Drawer.
//! From inside it, you take the aspect in which the values
//! for length are stocked. For trihedra, this is
//! AIS_Drawer_FirstAxisAspect. You change the
//! values inside this Aspect and recalculate the presentation.
//!
class AIS_Trihedron : public AIS_InteractiveObject { public: //! Initializes a trihedron entity.
Standard_EXPORT AIS_Trihedron(const Handle(Geom_Axis2Placement)& aComponent); //! Returns the right-handed coordinate system set in SetComponent.
const Handle_Geom_Axis2Placement& Component() const; //! Constructs the right-handed coordinate system aComponent.
Standard_EXPORT void SetComponent(const Handle(Geom_Axis2Placement)& aComponent) ; //! Returns true if the trihedron object has a size other
//! than the default size of 100 mm. along each axis.
Standard_Boolean HasOwnSize() const; //! Sets the size aValue for the trihedron object.
//! The default value is 100 mm.
Standard_EXPORT void SetSize(const Standard_Real aValue) ; //! Removes any non-default settings for size of this
//! trihedron object.
Standard_EXPORT void UnsetSize() ; Standard_EXPORT Standard_Real Size() const; //! Returns the "XAxis".
Standard_EXPORT Handle_AIS_Axis XAxis() const; //! Returns the "YAxis".
Standard_EXPORT Handle_AIS_Axis YAxis() const; //! Returns the main Axis.
Standard_EXPORT Handle_AIS_Axis Axis() const; //! Returns the origine.
Standard_EXPORT Handle_AIS_Point Position() const; //! Returns the "XYPlane".
Standard_EXPORT Handle_AIS_Plane XYPlane() const; //! Returns the "XZPlane".
Standard_EXPORT Handle_AIS_Plane XZPlane() const; //! Returns the "YZPlane".
Standard_EXPORT Handle_AIS_Plane YZPlane() const; //! connection to default drawer implies a recomputation
//! of SubObjects values.
Standard_EXPORT virtual void SetContext(const Handle(AIS_InteractiveContext)& aCtx) ; //! Returns true if the display mode selected, aMode, is
//! valid for trihedron datums.
Standard_EXPORT Standard_Boolean AcceptDisplayMode(const Standard_Integer aMode) const; //! Computes the presentation according to a point of view
//! given by .
//! To be Used when the associated degenerated Presentations
//! have been transformed by which is not a Pure
//! Translation. The HLR Prs can't be deducted automatically
//! WARNING : must be applied
//! to the object to display before computation !!!
Standard_EXPORT virtual void Compute(const Handle(Prs3d_Projector)& aProjector,const Handle(Geom_Transformation)& aTrsf,const Handle(Prs3d_Presentation)& aPresentation) ; //! Returns index 3, selection of the planes XOY, YOZ, XOZ.
Standard_EXPORT virtual Standard_Integer Signature() const; //! Indicates that the type of Interactive Object is datum.
Standard_EXPORT virtual AIS_KindOfInteractive Type() const; Standard_EXPORT void SetColor(const Quantity_NameOfColor aColor) ; //! Sets the color aColor for this trihedron object.
Standard_EXPORT void SetColor(const Quantity_Color& aColor) ; Standard_EXPORT void SetTextColor(const Quantity_NameOfColor aColor) ; Standard_EXPORT Standard_Boolean HasTextColor() const; Standard_EXPORT Quantity_NameOfColor TextColor() const; Standard_EXPORT void SetArrowColor(const Quantity_NameOfColor aColor) ; Standard_EXPORT Standard_Boolean HasArrowColor() const; Standard_EXPORT Quantity_NameOfColor ArrowColor() const; //! Returns the four extremities of the trihedron from the
//! array of points, TheExtrem.
Standard_EXPORT void ExtremityPoints(TColgp_Array1OfPnt& TheExtrem) const; //! Removes the settings for color.
Standard_EXPORT void UnsetColor() ; //! Removes the non-default settings for width set in SetWidth.
Standard_EXPORT void UnsetWidth() ; DEFINE_STANDARD_RTTI(AIS_Trihedron) protected: private: Standard_EXPORT void Compute(const Handle(PrsMgr_PresentationManager3d)& aPresentationManager,const Handle(Prs3d_Presentation)& aPresentation,const Standard_Integer aMode = 0) ; Standard_EXPORT void Compute(const Handle(Prs3d_Projector)& aProjector,const Handle(Prs3d_Presentation)& aPresentation) ; Standard_EXPORT void Compute(const Handle(PrsMgr_PresentationManager2d)& aPresentationManager,const Handle(Graphic2d_GraphicObject)& aPresentation,const Standard_Integer aMode = 0) ; Standard_EXPORT void ComputeSelection(const Handle(SelectMgr_Selection)& aSelection,const Standard_Integer aMode) ; Standard_EXPORT void LoadSubObjects() ; Handle_Geom_Axis2Placement myComponent; Handle_AIS_InteractiveObject myShapes[7]; Standard_Boolean myHasOwnSize; Standard_Boolean myHasOwnTextColor; Quantity_NameOfColor myOwnTextColor; Standard_Boolean myHasOwnArrowColor; Quantity_NameOfColor myOwnArrowColor; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif