|
| | ChFiDS_ChamfSpine () |
| |
| | ChFiDS_ChamfSpine (const double Tol) |
| |
| void | SetDist (const double Dis) |
| |
| void | GetDist (double &Dis) const |
| |
| void | SetDists (const double Dis1, const double Dis2) |
| |
| void | Dists (double &Dis1, double &Dis2) const |
| |
| void | GetDistAngle (double &Dis, double &Angle) const |
| |
| void | SetDistAngle (const double Dis, const double Angle) |
| |
| void | SetMode (const ChFiDS_ChamfMode theMode) |
| |
| ChFiDS_ChamfMethod | IsChamfer () const |
| | Return the method of chamfers used.
|
| |
| | ChFiDS_Spine () |
| |
| | ChFiDS_Spine (const double Tol) |
| |
| void | SetEdges (const TopoDS_Edge &E) |
| | store edges composing the guideline
|
| |
| void | SetOffsetEdges (const TopoDS_Edge &E) |
| | store offset edges composing the offset guideline
|
| |
| void | PutInFirst (const TopoDS_Edge &E) |
| | store the edge at the first position before all others
|
| |
| void | PutInFirstOffset (const TopoDS_Edge &E) |
| | store the offset edge at the first position before all others
|
| |
| int | NbEdges () const |
| |
| const TopoDS_Edge & | Edges (const int I) const |
| |
| const TopoDS_Edge & | OffsetEdges (const int I) const |
| |
| void | SetFirstStatus (const ChFiDS_State S) |
| | stores if the start of a set of edges starts on a section of free border or forms a closed contour
|
| |
| void | SetLastStatus (const ChFiDS_State S) |
| | stores if the end of a set of edges starts on a section of free border or forms a closed contour
|
| |
| virtual void | AppendElSpine (const occ::handle< ChFiDS_ElSpine > &Els) |
| |
| virtual void | AppendOffsetElSpine (const occ::handle< ChFiDS_ElSpine > &Els) |
| |
| occ::handle< ChFiDS_ElSpine > | ElSpine (const int IE) const |
| |
| occ::handle< ChFiDS_ElSpine > | ElSpine (const TopoDS_Edge &E) const |
| |
| occ::handle< ChFiDS_ElSpine > | ElSpine (const double W) const |
| |
| NCollection_List< occ::handle< ChFiDS_ElSpine > > & | ChangeElSpines () |
| |
| NCollection_List< occ::handle< ChFiDS_ElSpine > > & | ChangeOffsetElSpines () |
| |
| virtual void | Reset (const bool AllData=false) |
| |
| bool | SplitDone () const |
| |
| void | SplitDone (const bool B) |
| |
| void | Load () |
| | prepare the guideline depending on the edges that are elementary arks (take parameters from a single curvilinear abscissa); to be able to call methods on the geometry (first,last,value,d1,d2) it is necessary to start with preparation otherwise an exception will be raised
|
| |
| double | Resolution (const double R3d) const |
| |
| bool | IsClosed () const |
| |
| double | FirstParameter () const |
| |
| double | LastParameter () const |
| |
| void | SetFirstParameter (const double Par) |
| |
| void | SetLastParameter (const double Par) |
| |
| double | FirstParameter (const int IndexSpine) const |
| | gives the total length of all arcs before the number IndexSp
|
| |
| double | LastParameter (const int IndexSpine) const |
| | gives the total length till the ark with number IndexSpine (inclus)
|
| |
| double | Length (const int IndexSpine) const |
| | gives the length of ark with number IndexSp
|
| |
| bool | IsPeriodic () const |
| |
| double | Period () const |
| |
| double | Absc (const double U) |
| |
| double | Absc (const double U, const int I) |
| |
| void | Parameter (const double AbsC, double &U, const bool Oriented=true) |
| |
| void | Parameter (const int Index, const double AbsC, double &U, const bool Oriented=true) |
| |
| gp_Pnt | Value (const double AbsC) |
| |
| void | D0 (const double AbsC, gp_Pnt &P) |
| |
| void | D1 (const double AbsC, gp_Pnt &P, gp_Vec &V1) |
| |
| void | D2 (const double AbsC, gp_Pnt &P, gp_Vec &V1, gp_Vec &V2) |
| |
| void | SetCurrent (const int Index) |
| |
| const BRepAdaptor_Curve & | CurrentElementarySpine (const int Index) |
| | sets the current curve and returns it
|
| |
| int | CurrentIndexOfElementarySpine () const |
| |
| GeomAbs_CurveType | GetType () const |
| |
| gp_Lin | Line () const |
| |
| gp_Circ | Circle () const |
| |
| ChFiDS_State | FirstStatus () const |
| | returns if the set of edges starts on a free boundary or if the first vertex is a breakpoint or if the set is closed
|
| |
| ChFiDS_State | LastStatus () const |
| | returns the state at the end of the set
|
| |
| ChFiDS_State | Status (const bool IsFirst) const |
| |
| ChFiDS_TypeOfConcavity | GetTypeOfConcavity () const |
| | returns the type of concavity in the connection
|
| |
| void | SetStatus (const ChFiDS_State S, const bool IsFirst) |
| |
| void | SetTypeOfConcavity (const ChFiDS_TypeOfConcavity theType) |
| | sets the type of concavity in the connection
|
| |
| bool | IsTangencyExtremity (const bool IsFirst) const |
| | returns if the set of edges starts (or end) on Tangency point.
|
| |
| void | SetTangencyExtremity (const bool IsTangency, const bool IsFirst) |
| |
| double | Absc (const TopoDS_Vertex &V) const |
| |
| TopoDS_Vertex | FirstVertex () const |
| |
| TopoDS_Vertex | LastVertex () const |
| |
| void | SetFirstTgt (const double W) |
| |
| void | SetLastTgt (const double W) |
| |
| bool | HasFirstTgt () const |
| |
| bool | HasLastTgt () const |
| |
| void | SetReference (const double W) |
| | set a parameter reference for the approx.
|
| |
| void | SetReference (const int I) |
| | set a parameter reference for the approx, at the middle of edge I.
|
| |
| int | Index (const double W, const bool Forward=true) const |
| |
| int | Index (const TopoDS_Edge &E) const |
| |
| void | UnsetReference () |
| |
| void | SetErrorStatus (const ChFiDS_ErrorStatus state) |
| |
| ChFiDS_ErrorStatus | ErrorStatus () const |
| |
| ChFiDS_ChamfMode | Mode () const |
| | Return the mode of chamfers used.
|
| |
| double | GetTolesp () const |
| | Return tolesp parameter.
|
| |
Public Member Functions inherited from Standard_Transient |
| | Standard_Transient () |
| | Empty constructor.
|
| |
| | Standard_Transient (const Standard_Transient &) |
| | Copy constructor – does nothing.
|
| |
| Standard_Transient & | operator= (const Standard_Transient &) |
| | Assignment operator, needed to avoid copying reference counter.
|
| |
| virtual | ~Standard_Transient ()=default |
| | Destructor must be virtual.
|
| |
| virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| | Returns a type descriptor about this object.
|
| |
| bool | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| | Returns a true value if this is an instance of Type.
|
| |
| bool | IsInstance (const char *const theTypeName) const |
| | Returns a true value if this is an instance of TypeName.
|
| |
| bool | 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.
|
| |
| bool | IsKind (const char *const 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.
|
| |
| 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.
|
| |
| int | GetRefCount () const noexcept |
| | Get the reference counter of this object.
|
| |
| void | IncrementRefCounter () noexcept |
| | Increments the reference counter of this object. Uses relaxed memory ordering since incrementing only requires atomicity, not synchronization with other memory operations.
|
| |
| int | DecrementRefCounter () noexcept |
| | Decrements the reference counter of this object; returns the decremented value. Uses release ordering for the decrement to ensure all writes to the object are visible before the count reaches zero. An acquire fence is added only when the count reaches zero, ensuring proper synchronization before deletion. This is more efficient than using acq_rel for every decrement.
|
| |
| virtual void | Delete () const |
| | Memory deallocator for transient classes.
|
| |
Provides data specific to chamfers distances on each of faces.