|
| BRepBlend_Line () |
|
void | Clear () |
| Clears the content of the line. More...
|
|
void | Append (const Blend_Point &P) |
| Adds a point in the line. More...
|
|
void | Prepend (const Blend_Point &P) |
| Adds a point in the line at the first place. More...
|
|
void | InsertBefore (const Standard_Integer Index, const Blend_Point &P) |
| Adds a point in the line at the first place. More...
|
|
void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
| Removes from <me> all the items of positions between <FromIndex> and <ToIndex>. Raises an exception if the indices are out of bounds. More...
|
|
void | Set (const IntSurf_TypeTrans TranS1, const IntSurf_TypeTrans TranS2) |
| Sets the value of the transition of the line on S1 and the line on S2. More...
|
|
void | Set (const IntSurf_TypeTrans Trans) |
| Sets the value of the transition of the line on a surface. More...
|
|
void | SetStartPoints (const BRepBlend_Extremity &StartPt1, const BRepBlend_Extremity &StartPt2) |
| Sets the values of the start points for the line. More...
|
|
void | SetEndPoints (const BRepBlend_Extremity &EndPt1, const BRepBlend_Extremity &EndPt2) |
| Sets tne values of the end points for the line. More...
|
|
Standard_Integer | NbPoints () const |
| Returns the number of points in the line. More...
|
|
const Blend_Point & | Point (const Standard_Integer Index) const |
| Returns the point of range Index. More...
|
|
IntSurf_TypeTrans | TransitionOnS1 () const |
| Returns the type of the transition of the line defined on the first surface. The transition is "constant" along the line. The transition is IN if the line is oriented in such a way that the system of vectors (N,DRac,T) is right-handed, where N is the normal to the first surface at a point P, DRac is a vector tangent to the blending patch, oriented towards the valid part of this patch, T is the tangent to the line on S1 at P. The transitioon is OUT when the system of vectors is left-handed. More...
|
|
IntSurf_TypeTrans | TransitionOnS2 () const |
| Returns the type of the transition of the line defined on the second surface. The transition is "constant" along the line. More...
|
|
const BRepBlend_Extremity & | StartPointOnFirst () const |
| Returns the start point on S1. More...
|
|
const BRepBlend_Extremity & | StartPointOnSecond () const |
| Returns the start point on S2. More...
|
|
const BRepBlend_Extremity & | EndPointOnFirst () const |
| Returns the end point on S1. More...
|
|
const BRepBlend_Extremity & | EndPointOnSecond () const |
| Returns the point on S2. More...
|
|
IntSurf_TypeTrans | TransitionOnS () const |
| Returns the type of the transition of the line defined on the surface. More...
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes. 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 const Handle_Standard_Type & | DynamicType () const |
| Returns a type information object about this object. More...
|
|
Standard_Boolean | IsInstance (const 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 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...
|
|
virtual Handle_Standard_Transient | This () const |
| Returns a Handle which references this object. Must never be called to objects created in stack. More...
|
|
Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More...
|
|