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< MMgt_TShared > | Simul () const |
|
void | SetSimul (const Handle< MMgt_TShared > &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) |
|
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...
|
|
data structure for all information related to the fillet and to 2 faces vis a vis