Open CASCADE Technology
6.9.0
|
Definition of an intersection point between a line and a restriction on a surface. Such a point is contains geometrical informations (see the Value method) and logical informations. More...
#include <BRepBlend_PointOnRst.hxx>
Public Member Functions | |
BRepBlend_PointOnRst () | |
Empty constructor. More... | |
BRepBlend_PointOnRst (const Handle< Adaptor2d_HCurve2d > &A, const Standard_Real Param, const IntSurf_Transition &TLine, const IntSurf_Transition &TArc) | |
Creates the PointOnRst on the arc A, at parameter Param, with the transition TLine on the walking line, and TArc on the arc A. More... | |
void | SetArc (const Handle< Adaptor2d_HCurve2d > &A, const Standard_Real Param, const IntSurf_Transition &TLine, const IntSurf_Transition &TArc) |
Sets the values of a point which is on the arc A, at parameter Param. More... | |
const Handle < Adaptor2d_HCurve2d > & | Arc () const |
Returns the arc of restriction containing the vertex. More... | |
const IntSurf_Transition & | TransitionOnLine () const |
Returns the transition of the point on the line on surface. More... | |
const IntSurf_Transition & | TransitionOnArc () const |
Returns the transition of the point on the arc returned by Arc(). More... | |
Standard_Real | ParameterOnArc () const |
Returns the parameter of the point on the arc returned by the method Arc(). More... | |
Definition of an intersection point between a line and a restriction on a surface. Such a point is contains geometrical informations (see the Value method) and logical informations.
BRepBlend_PointOnRst::BRepBlend_PointOnRst | ( | ) |
Empty constructor.
BRepBlend_PointOnRst::BRepBlend_PointOnRst | ( | const Handle< Adaptor2d_HCurve2d > & | A, |
const Standard_Real | Param, | ||
const IntSurf_Transition & | TLine, | ||
const IntSurf_Transition & | TArc | ||
) |
Creates the PointOnRst on the arc A, at parameter Param, with the transition TLine on the walking line, and TArc on the arc A.
const Handle< Adaptor2d_HCurve2d >& BRepBlend_PointOnRst::Arc | ( | ) | const |
Returns the arc of restriction containing the vertex.
Standard_Real BRepBlend_PointOnRst::ParameterOnArc | ( | ) | const |
Returns the parameter of the point on the arc returned by the method Arc().
void BRepBlend_PointOnRst::SetArc | ( | const Handle< Adaptor2d_HCurve2d > & | A, |
const Standard_Real | Param, | ||
const IntSurf_Transition & | TLine, | ||
const IntSurf_Transition & | TArc | ||
) |
Sets the values of a point which is on the arc A, at parameter Param.
const IntSurf_Transition& BRepBlend_PointOnRst::TransitionOnArc | ( | ) | const |
Returns the transition of the point on the arc returned by Arc().
const IntSurf_Transition& BRepBlend_PointOnRst::TransitionOnLine | ( | ) | const |
Returns the transition of the point on the line on surface.