|
| XCAFDimTolObjects_DimensionObject () |
|
| XCAFDimTolObjects_DimensionObject (const Handle< XCAFDimTolObjects_DimensionObject > &theObj) |
|
void | SetQualifier (const XCAFDimTolObjects_DimensionQualifier theQualifier) |
|
XCAFDimTolObjects_DimensionQualifier | GetQualifier () const |
|
Standard_Boolean | HasQualifier () const |
|
void | SetType (const XCAFDimTolObjects_DimensionType theTyupe) |
|
XCAFDimTolObjects_DimensionType | GetType () const |
|
Standard_Real | GetValue () const |
|
Handle< TColStd_HArray1OfReal > | GetValues () const |
|
void | SetValue (const Standard_Real theValue) |
|
void | SetValues (const Handle< TColStd_HArray1OfReal > &theValue) |
|
Standard_Boolean | IsDimWithRange () const |
|
void | SetUpperBound (const Standard_Real theUpperBound) |
|
void | SetLowerBound (const Standard_Real theLowerBound) |
|
Standard_Real | GetUpperBound () const |
|
Standard_Real | GetLowerBound () const |
|
Standard_Boolean | IsDimWithPlusMinusTolerance () const |
|
Standard_Boolean | SetUpperTolValue (const Standard_Real theUperTolValue) |
|
Standard_Boolean | SetLowerTolValue (const Standard_Real theLowerTolValue) |
|
Standard_Real | GetUpperTolValue () const |
|
Standard_Real | GetLowerTolValue () const |
|
Standard_Boolean | IsDimWithClassOfTolerance () const |
|
void | SetClassOfTolerance (const Standard_Boolean theHole, const XCAFDimTolObjects_DimensionFormVariance theFormVariance, const XCAFDimTolObjects_DimensionGrade theGrade) |
|
Standard_Boolean | GetClassOfTolerance (Standard_Boolean &theHole, XCAFDimTolObjects_DimensionFormVariance &theFormVariance, XCAFDimTolObjects_DimensionGrade &theGrade) const |
|
void | SetNbOfDecimalPlaces (const Standard_Integer theL, const Standard_Integer theR) |
|
void | GetNbOfDecimalPlaces (Standard_Integer &theL, Standard_Integer &theR) const |
|
XCAFDimTolObjects_DimensionModifiersSequence | GetModifiers () const |
|
void | SetModifiers (const XCAFDimTolObjects_DimensionModifiersSequence &theModifiers) |
|
void | AddModifier (const XCAFDimTolObjects_DimensionModif theModifier) |
|
TopoDS_Edge | GetPath () const |
|
void | SetPath (const TopoDS_Edge &thePath) |
|
Standard_Boolean | GetDirection (gp_Dir &theDir) const |
|
Standard_Boolean | SetDirection (const gp_Dir &theDir) |
|
Handle< TColgp_HArray1OfPnt > | GetPoints () const |
|
void | SetPointTextAttach (const gp_Pnt &thePntText) |
|
const gp_Pnt & | GetPointTextAttach () const |
|
Standard_Boolean | HasTextPoint () const |
|
void | SetPlane (const gp_Ax2 &thePlane) |
|
const gp_Ax2 & | GetPlane () const |
|
Standard_Boolean | HasPlane () const |
|
Standard_Boolean | HasPoint () const |
| Returns true, if connection point exists (for dimesional_size), if connection point for first shape exists (for dimensional_location) More...
|
|
Standard_Boolean | HasPoint2 () const |
|
void | SetPoint (const gp_Pnt thePnt) |
| Set connection point (for dimesional_size), Set connection point for first shape (for dimensional_location) More...
|
|
void | SetPoint2 (const gp_Pnt thePnt) |
|
gp_Pnt | GetPoint () const |
| Get connection point (for dimesional_size), Get connection point for first shape (for dimensional_location) More...
|
|
gp_Pnt | GetPoint2 () const |
|
void | SetPresentation (const TopoDS_Shape &thePresentation, const Handle< TCollection_HAsciiString > &thePresentationName) |
| Set graphical presentation for object. More...
|
|
TopoDS_Shape | GetPresentation () const |
| Returns graphical presentation of the object. More...
|
|
Handle< TCollection_HAsciiString > | GetPresentationName () const |
| Returns graphical presentation of the object. More...
|
|
Standard_Boolean | HasDescriptions () const |
| Returns true, if the object has descriptions. More...
|
|
Standard_Integer | NbDescriptions () const |
| Returns number of descriptions. More...
|
|
Handle< TCollection_HAsciiString > | GetDescription (const Standard_Integer theNumber) const |
| Returns description with the given number. More...
|
|
Handle< TCollection_HAsciiString > | GetDescriptionName (const Standard_Integer theNumber) const |
| Returns name of description with the given number. More...
|
|
void | RemoveDescription (const Standard_Integer theNumber) |
| Remove description with the given number. More...
|
|
void | AddDescription (const Handle< TCollection_HAsciiString > theDescription, const Handle< TCollection_HAsciiString > theName) |
| Add new description. More...
|
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor. More...
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing. More...
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More...
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual. More...
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes. More...
|
|
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| Returns a type descriptor about this object. More...
|
|
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| Returns a true value if this is an instance of Type. More...
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More...
|
|
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Transient * | This () const |
| Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More...
|
|
Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More...
|
|
void | IncrementRefCounter () const |
| Increments the reference counter of this object. More...
|
|
Standard_Integer | DecrementRefCounter () const |
| Decrements the reference counter of this object; returns the decremented value. More...
|
|
object to store dimension