data structure for all information related to the fillet and to 2 faces vis a vis
More...
|
| ChFiDS_SurfData () |
|
void | Copy (const Handle< ChFiDS_SurfData > &Other) |
|
Standard_Integer | IndexOfS1 () const |
|
Standard_Integer | IndexOfS2 () const |
|
Standard_Boolean | IsOnCurve1 () const |
|
Standard_Boolean | IsOnCurve2 () const |
|
Standard_Integer | IndexOfC1 () const |
|
Standard_Integer | IndexOfC2 () const |
|
Standard_Integer | Surf () const |
|
TopAbs_Orientation | Orientation () const |
|
const ChFiDS_FaceInterference & | InterferenceOnS1 () const |
|
const ChFiDS_FaceInterference & | InterferenceOnS2 () const |
|
const ChFiDS_CommonPoint & | VertexFirstOnS1 () const |
|
const ChFiDS_CommonPoint & | VertexFirstOnS2 () const |
|
const ChFiDS_CommonPoint & | VertexLastOnS1 () const |
|
const ChFiDS_CommonPoint & | VertexLastOnS2 () const |
|
void | ChangeIndexOfS1 (const Standard_Integer Index) |
|
void | ChangeIndexOfS2 (const Standard_Integer Index) |
|
void | ChangeSurf (const Standard_Integer Index) |
|
void | SetIndexOfC1 (const Standard_Integer Index) |
|
void | SetIndexOfC2 (const Standard_Integer Index) |
|
TopAbs_Orientation & | ChangeOrientation () |
|
ChFiDS_FaceInterference & | ChangeInterferenceOnS1 () |
|
ChFiDS_FaceInterference & | ChangeInterferenceOnS2 () |
|
ChFiDS_CommonPoint & | ChangeVertexFirstOnS1 () |
|
ChFiDS_CommonPoint & | ChangeVertexFirstOnS2 () |
|
ChFiDS_CommonPoint & | ChangeVertexLastOnS1 () |
|
ChFiDS_CommonPoint & | ChangeVertexLastOnS2 () |
|
const ChFiDS_FaceInterference & | Interference (const Standard_Integer OnS) const |
|
ChFiDS_FaceInterference & | ChangeInterference (const Standard_Integer OnS) |
|
Standard_Integer | Index (const Standard_Integer OfS) const |
|
const ChFiDS_CommonPoint & | Vertex (const Standard_Boolean First, const Standard_Integer OnS) const |
| returns one of the four vertices wether First is true or wrong and OnS equals 1 or 2. More...
|
|
ChFiDS_CommonPoint & | ChangeVertex (const Standard_Boolean First, const Standard_Integer OnS) |
| returns one of the four vertices wether First is true or wrong and OnS equals 1 or 2. More...
|
|
Standard_Boolean | IsOnCurve (const Standard_Integer OnS) const |
|
Standard_Integer | IndexOfC (const Standard_Integer OnS) const |
|
Standard_Real | FirstSpineParam () const |
|
Standard_Real | LastSpineParam () const |
|
void | FirstSpineParam (const Standard_Real Par) |
|
void | LastSpineParam (const Standard_Real Par) |
|
Standard_Real | FirstExtensionValue () const |
|
Standard_Real | LastExtensionValue () const |
|
void | FirstExtensionValue (const Standard_Real Extend) |
|
void | LastExtensionValue (const Standard_Real Extend) |
|
Handle< Standard_Transient > | Simul () const |
|
void | SetSimul (const Handle< Standard_Transient > &S) |
|
void | ResetSimul () |
|
gp_Pnt2d | Get2dPoints (const Standard_Boolean First, const Standard_Integer OnS) const |
|
void | Get2dPoints (gp_Pnt2d &P2df1, gp_Pnt2d &P2dl1, gp_Pnt2d &P2df2, gp_Pnt2d &P2dl2) const |
|
void | Set2dPoints (const gp_Pnt2d &P2df1, const gp_Pnt2d &P2dl1, const gp_Pnt2d &P2df2, const gp_Pnt2d &P2dl2) |
|
Standard_Boolean | TwistOnS1 () const |
|
Standard_Boolean | TwistOnS2 () const |
|
void | TwistOnS1 (const Standard_Boolean T) |
|
void | TwistOnS2 (const Standard_Boolean T) |
|
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...
|
|
data structure for all information related to the fillet and to 2 faces vis a vis