![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Definition of an intersection point between two surfaces. Such a point is contains geometrical information (see the Value method) and logical information. More...
#include <IntPatch_Point.hxx>
Public Member Functions | |
| IntPatch_Point () | |
| Empty constructor. | |
| void | SetValue (const gp_Pnt &Pt, const double Tol, const bool Tangent) |
| Sets the values of a point which is on no domain, when both surfaces are implicit ones. If Tangent is True, the point is a point of tangency between the surfaces. | |
| void | SetValue (const gp_Pnt &Pt) |
| void | SetValue (const IntSurf_PntOn2S &thePOn2S) |
| Sets the value of <pt> member. | |
| void | SetTolerance (const double Tol) |
| void | SetParameters (const double U1, const double V1, const double U2, const double V2) |
| Sets the values of the parameters of the point on each surface. | |
| void | SetParameter (const double Para) |
| Set the value of the parameter on the intersection line. | |
| void | SetVertex (const bool OnFirst, const occ::handle< Adaptor3d_HVertex > &V) |
| Sets the values of a point which is a vertex on the initial facet of restriction of one of the surface. If OnFirst is True, the point is on the domain of the first patch, otherwise the point is on the domain of the second surface. | |
| void | SetArc (const bool OnFirst, const occ::handle< Adaptor2d_Curve2d > &A, const double Param, const IntSurf_Transition &TLine, const IntSurf_Transition &TArc) |
| Sets the values of a point which is on one of the domain, when both surfaces are implicit ones. If OnFirst is True, the point is on the domain of the first patch, otherwise the point is on the domain of the second surface. | |
| void | SetMultiple (const bool IsMult) |
| Sets (or unsets) the point as a point on several intersection line. | |
| const gp_Pnt & | Value () const |
| Returns the intersection point (geometric information). | |
| double | ParameterOnLine () const |
| This method returns the parameter of the point on the intersection line. If the points does not belong to an intersection line, the value returned does not have any sens. | |
| double | Tolerance () const |
| This method returns the fuzziness on the point. | |
| bool | IsTangencyPoint () const |
| Returns True if the Point is a tangency point between the surfaces. If the Point is on one of the domain (IsOnDomS1 returns True or IsOnDomS2 returns True), an exception is raised. | |
| void | ParametersOnS1 (double &U1, double &V1) const |
| Returns the parameters on the first surface of the point. | |
| void | ParametersOnS2 (double &U2, double &V2) const |
| Returns the parameters on the second surface of the point. | |
| bool | IsMultiple () const |
| Returns True if the point belongs to several intersection lines. | |
| bool | IsOnDomS1 () const |
| Returns TRUE if the point is on a boundary of the domain of the first patch. | |
| bool | IsVertexOnS1 () const |
| Returns TRUE if the point is a vertex on the initial restriction facet of the first surface. | |
| const occ::handle< Adaptor3d_HVertex > & | VertexOnS1 () const |
| Returns the information about the point when it is on the domain of the first patch, i-e when the function IsVertexOnS1 returns True. Otherwise, an exception is raised. | |
| const occ::handle< Adaptor2d_Curve2d > & | ArcOnS1 () const |
| Returns the arc of restriction containing the vertex. The exception DomainError is raised if IsOnDomS1 returns False. | |
| const IntSurf_Transition & | TransitionLineArc1 () const |
| Returns the transition of the point on the intersection line with the arc on S1. The exception DomainError is raised if IsOnDomS1 returns False. | |
| const IntSurf_Transition & | TransitionOnS1 () const |
| Returns the transition between the intersection line returned by the method Line and the arc on S1 returned by ArcOnS1(). The exception DomainError is raised if IsOnDomS1 returns False. | |
| double | ParameterOnArc1 () const |
| Returns the parameter of the point on the arc returned by the method ArcOnS2. The exception DomainError is raised if IsOnDomS1 returns False. | |
| bool | IsOnDomS2 () const |
| Returns TRUE if the point is on a boundary of the domain of the second patch. | |
| bool | IsVertexOnS2 () const |
| Returns TRUE if the point is a vertex on the initial restriction facet of the first surface. | |
| const occ::handle< Adaptor3d_HVertex > & | VertexOnS2 () const |
| Returns the information about the point when it is on the domain of the second patch, i-e when the function IsVertexOnS2 returns True. Otherwise, an exception is raised. | |
| const occ::handle< Adaptor2d_Curve2d > & | ArcOnS2 () const |
| Returns the arc of restriction containing the vertex. The exception DomainError is raised if IsOnDomS2 returns False. | |
| const IntSurf_Transition & | TransitionLineArc2 () const |
| Returns the transition of the point on the intersection line with the arc on S2. The exception DomainError is raised if IsOnDomS2 returns False. | |
| const IntSurf_Transition & | TransitionOnS2 () const |
| Returns the transition between the intersection line returned by the method Line and the arc on S2 returned by ArcOnS2. The exception DomainError is raised if IsOnDomS2 returns False. | |
| double | ParameterOnArc2 () const |
| Returns the parameter of the point on the arc returned by the method ArcOnS2. The exception DomainError is raised if IsOnDomS2 returns False. | |
| const IntSurf_PntOn2S & | PntOn2S () const |
| Returns the PntOn2S (geometric Point and the parameters) | |
| void | Parameters (double &U1, double &V1, double &U2, double &V2) const |
| Returns the parameters on the first and on the second surface of the point. | |
| void | ReverseTransition () |
| void | Dump () const |
Definition of an intersection point between two surfaces. Such a point is contains geometrical information (see the Value method) and logical information.
| IntPatch_Point::IntPatch_Point | ( | ) |
Empty constructor.
| const occ::handle< Adaptor2d_Curve2d > & IntPatch_Point::ArcOnS1 | ( | ) | const |
Returns the arc of restriction containing the vertex. The exception DomainError is raised if IsOnDomS1 returns False.
| const occ::handle< Adaptor2d_Curve2d > & IntPatch_Point::ArcOnS2 | ( | ) | const |
Returns the arc of restriction containing the vertex. The exception DomainError is raised if IsOnDomS2 returns False.
| void IntPatch_Point::Dump | ( | ) | const |
| bool IntPatch_Point::IsMultiple | ( | ) | const |
Returns True if the point belongs to several intersection lines.
| bool IntPatch_Point::IsOnDomS1 | ( | ) | const |
Returns TRUE if the point is on a boundary of the domain of the first patch.
| bool IntPatch_Point::IsOnDomS2 | ( | ) | const |
Returns TRUE if the point is on a boundary of the domain of the second patch.
| bool IntPatch_Point::IsTangencyPoint | ( | ) | const |
Returns True if the Point is a tangency point between the surfaces. If the Point is on one of the domain (IsOnDomS1 returns True or IsOnDomS2 returns True), an exception is raised.
| bool IntPatch_Point::IsVertexOnS1 | ( | ) | const |
Returns TRUE if the point is a vertex on the initial restriction facet of the first surface.
| bool IntPatch_Point::IsVertexOnS2 | ( | ) | const |
Returns TRUE if the point is a vertex on the initial restriction facet of the first surface.
| double IntPatch_Point::ParameterOnArc1 | ( | ) | const |
Returns the parameter of the point on the arc returned by the method ArcOnS2. The exception DomainError is raised if IsOnDomS1 returns False.
| double IntPatch_Point::ParameterOnArc2 | ( | ) | const |
Returns the parameter of the point on the arc returned by the method ArcOnS2. The exception DomainError is raised if IsOnDomS2 returns False.
| double IntPatch_Point::ParameterOnLine | ( | ) | const |
This method returns the parameter of the point on the intersection line. If the points does not belong to an intersection line, the value returned does not have any sens.
Returns the parameters on the first and on the second surface of the point.
Returns the parameters on the first surface of the point.
Returns the parameters on the second surface of the point.
| const IntSurf_PntOn2S & IntPatch_Point::PntOn2S | ( | ) | const |
Returns the PntOn2S (geometric Point and the parameters)
| void IntPatch_Point::ReverseTransition | ( | ) |
| void IntPatch_Point::SetArc | ( | const bool | OnFirst, |
| const occ::handle< Adaptor2d_Curve2d > & | A, | ||
| const double | Param, | ||
| const IntSurf_Transition & | TLine, | ||
| const IntSurf_Transition & | TArc ) |
Sets the values of a point which is on one of the domain, when both surfaces are implicit ones. If OnFirst is True, the point is on the domain of the first patch, otherwise the point is on the domain of the second surface.
Sets (or unsets) the point as a point on several intersection line.
Set the value of the parameter on the intersection line.
| void IntPatch_Point::SetParameters | ( | const double | U1, |
| const double | V1, | ||
| const double | U2, | ||
| const double | V2 ) |
Sets the values of the parameters of the point on each surface.
Sets the values of a point which is on no domain, when both surfaces are implicit ones. If Tangent is True, the point is a point of tangency between the surfaces.
| void IntPatch_Point::SetValue | ( | const IntSurf_PntOn2S & | thePOn2S | ) |
Sets the value of <pt> member.
| void IntPatch_Point::SetVertex | ( | const bool | OnFirst, |
| const occ::handle< Adaptor3d_HVertex > & | V ) |
Sets the values of a point which is a vertex on the initial facet of restriction of one of the surface. If OnFirst is True, the point is on the domain of the first patch, otherwise the point is on the domain of the second surface.
| double IntPatch_Point::Tolerance | ( | ) | const |
This method returns the fuzziness on the point.
| const IntSurf_Transition & IntPatch_Point::TransitionLineArc1 | ( | ) | const |
Returns the transition of the point on the intersection line with the arc on S1. The exception DomainError is raised if IsOnDomS1 returns False.
| const IntSurf_Transition & IntPatch_Point::TransitionLineArc2 | ( | ) | const |
Returns the transition of the point on the intersection line with the arc on S2. The exception DomainError is raised if IsOnDomS2 returns False.
| const IntSurf_Transition & IntPatch_Point::TransitionOnS1 | ( | ) | const |
Returns the transition between the intersection line returned by the method Line and the arc on S1 returned by ArcOnS1(). The exception DomainError is raised if IsOnDomS1 returns False.
| const IntSurf_Transition & IntPatch_Point::TransitionOnS2 | ( | ) | const |
Returns the transition between the intersection line returned by the method Line and the arc on S2 returned by ArcOnS2. The exception DomainError is raised if IsOnDomS2 returns False.
| const gp_Pnt & IntPatch_Point::Value | ( | ) | const |
Returns the intersection point (geometric information).
| const occ::handle< Adaptor3d_HVertex > & IntPatch_Point::VertexOnS1 | ( | ) | const |
Returns the information about the point when it is on the domain of the first patch, i-e when the function IsVertexOnS1 returns True. Otherwise, an exception is raised.
| const occ::handle< Adaptor3d_HVertex > & IntPatch_Point::VertexOnS2 | ( | ) | const |
Returns the information about the point when it is on the domain of the second patch, i-e when the function IsVertexOnS2 returns True. Otherwise, an exception is raised.