OCC.MAT module¶
-
class
Handle_MAT_Arc(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_BasicElt(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_Bisector(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_DataMapNodeOfDataMapOfIntegerArc(*args)¶ Bases:
OCC.TCollection.Handle_TCollection_MapNode-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_DataMapNodeOfDataMapOfIntegerBasicElt(*args)¶ Bases:
OCC.TCollection.Handle_TCollection_MapNode-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_DataMapNodeOfDataMapOfIntegerBisector(*args)¶ Bases:
OCC.TCollection.Handle_TCollection_MapNode-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_DataMapNodeOfDataMapOfIntegerNode(*args)¶ Bases:
OCC.TCollection.Handle_TCollection_MapNode-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_Edge(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_Graph(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_ListOfBisector(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_ListOfEdge(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_Node(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_SequenceNodeOfSequenceOfArc(*args)¶ Bases:
OCC.TCollection.Handle_TCollection_SeqNode-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_SequenceNodeOfSequenceOfBasicElt(*args)¶ Bases:
OCC.TCollection.Handle_TCollection_SeqNode-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_TListNodeOfListOfBisector(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_TListNodeOfListOfEdge(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
Handle_MAT_Zone(*args)¶ Bases:
OCC.MMgt.Handle_MMgt_TShared-
static
DownCast()¶
-
GetObject()¶
-
IsNull()¶
-
Nullify()¶
-
thisown¶ The membership flag
-
static
-
class
MAT_Arc(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedParameters: Return type: -
FirstElement()¶ - Returns one of the BasicElt equidistant from <self>.
Return type: Handle_MAT_BasicElt
-
FirstNode()¶ - Returns one Node extremity of <self>.
Return type: Handle_MAT_Node
-
GeomIndex()¶ - Returns the index associated of the geometric representation of <self>.
Return type: int
-
GetHandle()¶
-
HasNeighbour()¶ - Returnst True is there is an arc linked to the Node <aNode> located on the side <aSide> of <self>; if <aNode> is not on <self>
Parameters: - aNode (Handle_MAT_Node &) –
- aSide (MAT_Side) –
Return type:
-
Neighbour()¶ - Returns the first arc linked to the Node <aNode> located on the side <aSide> of <self>; if HasNeighbour() returns False.
Parameters: - aNode (Handle_MAT_Node &) –
- aSide (MAT_Side) –
Return type:
-
SecondElement()¶ - Returns the other BasicElt equidistant from <self>.
Return type: Handle_MAT_BasicElt
-
SecondNode()¶ - Returns the other Node extremity of <self>.
Return type: Handle_MAT_Node
-
SetNeighbour()¶ Parameters: - aSide (MAT_Side) –
- aNode (Handle_MAT_Node &) –
- anArc (Handle_MAT_Arc &) –
Return type:
-
TheOtherNode()¶ - an Arc has two Node, if <aNode> egal one Returns the other. //! if <aNode> is not oh <self>
Parameters: aNode (Handle_MAT_Node &) – Return type: Handle_MAT_Node
-
thisown¶ The membership flag
-
-
class
MAT_BasicElt(*args)¶ Bases:
OCC.MMgt.MMgt_TShared- Constructor, <anInteger> is the <index> of <self>.
Parameters: anInteger (int) – Return type: None -
EndArc()¶ - Return <endArcLeft> or <endArcRight> corresponding to <aSide>.
Return type: Handle_MAT_Arc
-
GetHandle()¶
-
StartArc()¶ - Return <startArcLeft> or <startArcRight> corresponding to <aSide>.
Return type: Handle_MAT_Arc
-
thisown¶ The membership flag
-
class
MAT_Bisector(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedReturn type: None -
FirstBisector()¶ Return type: Handle_MAT_Bisector
-
FirstEdge()¶ Parameters: anedge (Handle_MAT_Edge &) – Return type: None Return type: Handle_MAT_Edge
-
GetHandle()¶
-
LastBisector()¶ Return type: Handle_MAT_Bisector
-
List()¶ Return type: Handle_MAT_ListOfBisector
-
SecondEdge()¶ Parameters: anedge (Handle_MAT_Edge &) – Return type: None Return type: Handle_MAT_Edge
-
thisown¶ The membership flag
-
-
class
MAT_DataMapIteratorOfDataMapOfIntegerArc(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapIteratorReturn type: None Parameters: aMap (MAT_DataMapOfIntegerArc &) – Return type: None -
Value()¶ Return type: Handle_MAT_Arc
-
thisown¶ The membership flag
-
-
class
MAT_DataMapIteratorOfDataMapOfIntegerBasicElt(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapIteratorReturn type: None Parameters: aMap (MAT_DataMapOfIntegerBasicElt &) – Return type: None -
Value()¶ Return type: Handle_MAT_BasicElt
-
thisown¶ The membership flag
-
-
class
MAT_DataMapIteratorOfDataMapOfIntegerBisector(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapIteratorReturn type: None Parameters: aMap (MAT_DataMapOfIntegerBisector &) – Return type: None -
Value()¶ Return type: Handle_MAT_Bisector
-
thisown¶ The membership flag
-
-
class
MAT_DataMapIteratorOfDataMapOfIntegerNode(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapIteratorReturn type: None Parameters: aMap (MAT_DataMapOfIntegerNode &) – Return type: None -
Value()¶ Return type: Handle_MAT_Node
-
thisown¶ The membership flag
-
-
class
MAT_DataMapNodeOfDataMapOfIntegerArc(*args)¶ Bases:
OCC.TCollection.TCollection_MapNodeParameters: - K (int &) –
- I (Handle_MAT_Arc &) –
- n (TCollection_MapNodePtr &) –
Return type: -
GetHandle()¶
-
GetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerArc_GetKey(MAT_DataMapNodeOfDataMapOfIntegerArc self) -> Standard_Integer
-
SetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerArc_SetKey(MAT_DataMapNodeOfDataMapOfIntegerArc self, Standard_Integer value)
-
Value()¶ Return type: Handle_MAT_Arc
-
thisown¶ The membership flag
-
class
MAT_DataMapNodeOfDataMapOfIntegerBasicElt(*args)¶ Bases:
OCC.TCollection.TCollection_MapNodeParameters: - K (int &) –
- I (Handle_MAT_BasicElt &) –
- n (TCollection_MapNodePtr &) –
Return type: -
GetHandle()¶
-
GetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerBasicElt_GetKey(MAT_DataMapNodeOfDataMapOfIntegerBasicElt self) -> Standard_Integer
-
SetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerBasicElt_SetKey(MAT_DataMapNodeOfDataMapOfIntegerBasicElt self, Standard_Integer value)
-
Value()¶ Return type: Handle_MAT_BasicElt
-
thisown¶ The membership flag
-
class
MAT_DataMapNodeOfDataMapOfIntegerBisector(*args)¶ Bases:
OCC.TCollection.TCollection_MapNodeParameters: - K (int &) –
- I (Handle_MAT_Bisector &) –
- n (TCollection_MapNodePtr &) –
Return type: -
GetHandle()¶
-
GetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerBisector_GetKey(MAT_DataMapNodeOfDataMapOfIntegerBisector self) -> Standard_Integer
-
SetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerBisector_SetKey(MAT_DataMapNodeOfDataMapOfIntegerBisector self, Standard_Integer value)
-
Value()¶ Return type: Handle_MAT_Bisector
-
thisown¶ The membership flag
-
class
MAT_DataMapNodeOfDataMapOfIntegerNode(*args)¶ Bases:
OCC.TCollection.TCollection_MapNodeParameters: - K (int &) –
- I (Handle_MAT_Node &) –
- n (TCollection_MapNodePtr &) –
Return type: -
GetHandle()¶
-
GetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerNode_GetKey(MAT_DataMapNodeOfDataMapOfIntegerNode self) -> Standard_Integer
-
SetKey()¶ MAT_DataMapNodeOfDataMapOfIntegerNode_SetKey(MAT_DataMapNodeOfDataMapOfIntegerNode self, Standard_Integer value)
-
Value()¶ Return type: Handle_MAT_Node
-
thisown¶ The membership flag
-
class
MAT_DataMapOfIntegerArc(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapParameters: NbBuckets (int) – default value is 1 Return type: None -
Assign()¶ Parameters: Other (MAT_DataMapOfIntegerArc &) – Return type: MAT_DataMapOfIntegerArc
-
ChangeFind()¶ Parameters: K (int &) – Return type: Handle_MAT_Arc
-
ChangeFind1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Find()¶ Parameters: K (int &) – Return type: Handle_MAT_Arc
-
Find1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Set()¶ Parameters: Other (MAT_DataMapOfIntegerArc &) – Return type: MAT_DataMapOfIntegerArc
-
thisown¶ The membership flag
-
-
class
MAT_DataMapOfIntegerBasicElt(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapParameters: NbBuckets (int) – default value is 1 Return type: None -
Assign()¶ Parameters: Other (MAT_DataMapOfIntegerBasicElt &) – Return type: MAT_DataMapOfIntegerBasicElt
-
ChangeFind()¶ Parameters: K (int &) – Return type: Handle_MAT_BasicElt
-
ChangeFind1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Find()¶ Parameters: K (int &) – Return type: Handle_MAT_BasicElt
-
Find1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Set()¶ Parameters: Other (MAT_DataMapOfIntegerBasicElt &) – Return type: MAT_DataMapOfIntegerBasicElt
-
thisown¶ The membership flag
-
-
class
MAT_DataMapOfIntegerBisector(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapParameters: NbBuckets (int) – default value is 1 Return type: None -
Assign()¶ Parameters: Other (MAT_DataMapOfIntegerBisector &) – Return type: MAT_DataMapOfIntegerBisector
-
ChangeFind()¶ Parameters: K (int &) – Return type: Handle_MAT_Bisector
-
ChangeFind1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Find()¶ Parameters: K (int &) – Return type: Handle_MAT_Bisector
-
Find1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Set()¶ Parameters: Other (MAT_DataMapOfIntegerBisector &) – Return type: MAT_DataMapOfIntegerBisector
-
thisown¶ The membership flag
-
-
class
MAT_DataMapOfIntegerNode(*args)¶ Bases:
OCC.TCollection.TCollection_BasicMapParameters: NbBuckets (int) – default value is 1 Return type: None -
Assign()¶ Parameters: Other (MAT_DataMapOfIntegerNode &) – Return type: MAT_DataMapOfIntegerNode
-
ChangeFind()¶ Parameters: K (int &) – Return type: Handle_MAT_Node
-
ChangeFind1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Find()¶ Parameters: K (int &) – Return type: Handle_MAT_Node
-
Find1()¶ Parameters: K (int &) – Return type: Standard_Address
-
Set()¶ Parameters: Other (MAT_DataMapOfIntegerNode &) – Return type: MAT_DataMapOfIntegerNode
-
thisown¶ The membership flag
-
-
class
MAT_Edge(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedReturn type: None -
FirstBisector()¶ Parameters: abisector (Handle_MAT_Bisector &) – Return type: None Return type: Handle_MAT_Bisector
-
GetHandle()¶
-
SecondBisector()¶ Parameters: abisector (Handle_MAT_Bisector &) – Return type: None Return type: Handle_MAT_Bisector
-
thisown¶ The membership flag
-
-
class
MAT_Graph(*args)¶ Bases:
OCC.MMgt.MMgt_TShared- Empty constructor.
Return type: None -
Arc()¶ - Return the Arc of index <Index> in <theArcs>.
Parameters: Index (int) – Return type: Handle_MAT_Arc
-
BasicElt()¶ - Return the BasicElt of index <Index> in <theBasicElts>.
Parameters: Index (int) – Return type: Handle_MAT_BasicElt
-
ChangeBasicElt()¶ Parameters: Index (int) – Return type: Handle_MAT_BasicElt
-
FusionOfBasicElts()¶ - Merge two BasicElts. The End of the BasicElt Elt1 of IndexElt1 becomes The End of the BasicElt Elt2 of IndexElt2. Elt2 is replaced in the arcs by Elt1, Elt2 is eliminated. //! <MergeArc1> is True if the fusion of the BasicElts => a fusion of two Arcs which separated the same elements. In this case <GeomIndexArc1> and <GeomIndexArc2> are the Geometric Index of this arcs. //! If the BasicElt corresponds to a close line , the StartArc and the EndArc of Elt1 can separate the same elements . In this case there is a fusion of this arcs, <MergeArc2> is true and <GeomIndexArc3> and <GeomIndexArc4> are the Geometric Index of this arcs.
Parameters: Return type:
-
GetHandle()¶
-
Node()¶ - Return the Node of index <Index> in <theNodes>.
Parameters: Index (int) – Return type: Handle_MAT_Node
-
Perform()¶ - Construct <self> from the result of the method <CreateMat> of the class <MAT> from <MAT>. //! <SemiInfinite> : if some bisector are infinites. <TheRoots> : Set of the bisectors. <NbBasicElts> : Number of Basic Elements. <NbArcs> : Number of Arcs = Number of Bisectors.
Parameters: Return type:
-
thisown¶ The membership flag
-
class
MAT_ListOfBisector(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedReturn type: None -
Brackets()¶ Parameters: anindex (int) – Return type: Handle_MAT_Bisector
-
Current()¶ Return type: Handle_MAT_Bisector Parameters: anitem (Handle_MAT_Bisector &) – Return type: None
-
FirstItem()¶ Return type: Handle_MAT_Bisector
-
GetHandle()¶
-
LastItem()¶ Return type: Handle_MAT_Bisector
-
NextItem()¶ Return type: Handle_MAT_Bisector
-
PreviousItem()¶ Return type: Handle_MAT_Bisector
-
thisown¶ The membership flag
-
-
class
MAT_ListOfEdge(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedReturn type: None -
Brackets()¶ Parameters: anindex (int) – Return type: Handle_MAT_Edge
-
Current()¶ Return type: Handle_MAT_Edge Parameters: anitem (Handle_MAT_Edge &) – Return type: None
-
FirstItem()¶ Return type: Handle_MAT_Edge
-
GetHandle()¶
-
LastItem()¶ Return type: Handle_MAT_Edge
-
NextItem()¶ Return type: Handle_MAT_Edge
-
PreviousItem()¶ Return type: Handle_MAT_Edge
-
thisown¶ The membership flag
-
-
class
MAT_Node(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedParameters: Return type: -
GeomIndex()¶ - Returns the index associated of the geometric representation of <self>.
Return type: int
-
GetHandle()¶
-
LinkedArcs()¶ - Returns in <S> the Arcs linked to <self>.
Parameters: S (MAT_SequenceOfArc &) – Return type: None
-
NearElts()¶ - Returns in <S> the BasicElts equidistant to <self>.
Parameters: S (MAT_SequenceOfBasicElt &) – Return type: None
-
PendingNode()¶ - Returns True if <self> is a pending Node. (ie : the number of Arc Linked = 1)
Return type: bool
-
thisown¶ The membership flag
-
-
class
MAT_SequenceNodeOfSequenceOfArc(*args)¶ Bases:
OCC.TCollection.TCollection_SeqNodeParameters: - I (Handle_MAT_Arc &) –
- n (TCollection_SeqNodePtr &) –
- p (TCollection_SeqNodePtr &) –
Return type: -
GetHandle()¶
-
Value()¶ Return type: Handle_MAT_Arc
-
thisown¶ The membership flag
-
class
MAT_SequenceNodeOfSequenceOfBasicElt(*args)¶ Bases:
OCC.TCollection.TCollection_SeqNodeParameters: - I (Handle_MAT_BasicElt &) –
- n (TCollection_SeqNodePtr &) –
- p (TCollection_SeqNodePtr &) –
Return type: -
GetHandle()¶
-
Value()¶ Return type: Handle_MAT_BasicElt
-
thisown¶ The membership flag
-
class
MAT_SequenceOfArc(*args)¶ Bases:
OCC.TCollection.TCollection_BaseSequenceReturn type: None Parameters: Other (MAT_SequenceOfArc &) – Return type: None -
Append()¶ Parameters: - T (Handle_MAT_Arc &) –
- S (MAT_SequenceOfArc &) –
Return type: Return type:
-
Assign()¶ Parameters: Other (MAT_SequenceOfArc &) – Return type: MAT_SequenceOfArc
-
ChangeValue()¶ Parameters: Index (int) – Return type: Handle_MAT_Arc
-
First()¶ Return type: Handle_MAT_Arc
-
InsertAfter()¶ Parameters: - Index (int) –
- T (Handle_MAT_Arc &) –
- Index –
- S (MAT_SequenceOfArc &) –
Return type: Return type:
-
InsertBefore()¶ Parameters: - Index (int) –
- T (Handle_MAT_Arc &) –
- Index –
- S (MAT_SequenceOfArc &) –
Return type: Return type:
-
Last()¶ Return type: Handle_MAT_Arc
-
Prepend()¶ Parameters: - T (Handle_MAT_Arc &) –
- S (MAT_SequenceOfArc &) –
Return type: Return type:
-
Remove()¶ Parameters: Return type: Return type:
-
Set()¶ Parameters: Other (MAT_SequenceOfArc &) – Return type: MAT_SequenceOfArc
-
Value()¶ Parameters: Index (int) – Return type: Handle_MAT_Arc
-
thisown¶ The membership flag
-
-
class
MAT_SequenceOfBasicElt(*args)¶ Bases:
OCC.TCollection.TCollection_BaseSequenceReturn type: None Parameters: Other (MAT_SequenceOfBasicElt &) – Return type: None -
Append()¶ Parameters: - T (Handle_MAT_BasicElt &) –
- S (MAT_SequenceOfBasicElt &) –
Return type: Return type:
-
Assign()¶ Parameters: Other (MAT_SequenceOfBasicElt &) – Return type: MAT_SequenceOfBasicElt
-
ChangeValue()¶ Parameters: Index (int) – Return type: Handle_MAT_BasicElt
-
First()¶ Return type: Handle_MAT_BasicElt
-
InsertAfter()¶ Parameters: - Index (int) –
- T (Handle_MAT_BasicElt &) –
- Index –
- S (MAT_SequenceOfBasicElt &) –
Return type: Return type:
-
InsertBefore()¶ Parameters: - Index (int) –
- T (Handle_MAT_BasicElt &) –
- Index –
- S (MAT_SequenceOfBasicElt &) –
Return type: Return type:
-
Last()¶ Return type: Handle_MAT_BasicElt
-
Prepend()¶ Parameters: - T (Handle_MAT_BasicElt &) –
- S (MAT_SequenceOfBasicElt &) –
Return type: Return type:
-
Remove()¶ Parameters: Return type: Return type:
-
Set()¶ Parameters: Other (MAT_SequenceOfBasicElt &) – Return type: MAT_SequenceOfBasicElt
-
Value()¶ Parameters: Index (int) – Return type: Handle_MAT_BasicElt
-
thisown¶ The membership flag
-
-
class
MAT_TListNodeOfListOfBisector(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedReturn type: None Parameters: anitem (Handle_MAT_Bisector &) – Return type: None -
GetHandle()¶
-
GetItem()¶ Return type: Handle_MAT_Bisector
-
Next()¶ Return type: Handle_MAT_TListNodeOfListOfBisector Parameters: atlistnode (Handle_MAT_TListNodeOfListOfBisector &) – Return type: None
-
Previous()¶ Return type: Handle_MAT_TListNodeOfListOfBisector Parameters: atlistnode (Handle_MAT_TListNodeOfListOfBisector &) – Return type: None
-
thisown¶ The membership flag
-
-
class
MAT_TListNodeOfListOfEdge(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedReturn type: None Parameters: anitem (Handle_MAT_Edge &) – Return type: None -
GetHandle()¶
-
GetItem()¶ Return type: Handle_MAT_Edge
-
Next()¶ Return type: Handle_MAT_TListNodeOfListOfEdge Parameters: atlistnode (Handle_MAT_TListNodeOfListOfEdge &) – Return type: None
-
Previous()¶ Return type: Handle_MAT_TListNodeOfListOfEdge Parameters: atlistnode (Handle_MAT_TListNodeOfListOfEdge &) – Return type: None
-
thisown¶ The membership flag
-
-
class
MAT_Zone(*args)¶ Bases:
OCC.MMgt.MMgt_TSharedReturn type: None - Compute the frontier of the Zone of proximity.
Parameters: aBasicElt (Handle_MAT_BasicElt &) – Return type: None -
ArcOnFrontier()¶ - Return the Arc number <Index> on the frontier. of <self>.
Parameters: Index (int) – Return type: Handle_MAT_Arc
-
GetHandle()¶
-
Perform()¶ - Compute the frontier of the Zone of proximity.
Parameters: aBasicElt (Handle_MAT_BasicElt &) – Return type: None
-
thisown¶ The membership flag
-
class
SwigPyIterator(*args, **kwargs)¶ Bases:
object-
advance()¶
-
copy()¶
-
decr()¶
-
distance()¶
-
equal()¶
-
incr()¶
-
next()¶
-
previous()¶
-
thisown¶ The membership flag
-
value()¶
-
-
register_handle(handle, base_object)¶ Inserts the handle into the base object to prevent memory corruption in certain cases