Fem: Constraint symbol scaling (#13274)
* Fem: Constraint symbols rescaling * Fem: Add constraint symbol .iv files * Fem: Fix contact constraint symbol rescaling * Fem: Fix displacement constraint symbol rescaling * Fem: Fix fixed constraint symbol rescaling * Fem: Fix force constraint symbol rescaling * Fem: Fix heat flux constraint symbol rescaling * Fem: Fix plane rotation constraint symbol rescaling * Fem: Fix pressure constraint symbol rescaling * Fem: Fix spring constraint symbol rescaling * Fem: Fix temperature constraint symbol rescaling * Fem: Add tie constraint symbol
This commit is contained in:
@@ -13,11 +13,37 @@
|
||||
<Author Licence="LGPL" Name="Mario Passaglia" EMail="mpassaglia@cbc.uba.ar" />
|
||||
<UserDocu>This is the ViewProviderFemConstraint class</UserDocu>
|
||||
</Documentation>
|
||||
<Methode Name="loadSymbol">
|
||||
<Documentation>
|
||||
<UserDocu>loadSymbol(filename) -> None
|
||||
|
||||
Load constraint symbol from Open Inventor file.
|
||||
The file structure should be as follows:
|
||||
A separator containing a separator with the symbol used in
|
||||
multiple copies at points on the surface and an optional
|
||||
separator with a symbol excluded from multiple copies.
|
||||
|
||||
filename : str
|
||||
Open Inventor file.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Attribute Name="SymbolNode" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>A pivy SoSeparator with the nodes of the constraint symbols</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SymbolNode" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="ExtraSymbolNode" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>A pivy SoSeparator with the nodes of the constraint extra symbols</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="ExtraSymbolNode" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="RotateSymbol">
|
||||
<Documentation>
|
||||
<UserDocu>Apply rotation on copies of the constraint symbol</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SymbolNode" Type="Boolean" />
|
||||
</Attribute>
|
||||
</PythonExport>
|
||||
</GenerateModel>
|
||||
|
||||
Reference in New Issue
Block a user