* 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
50 lines
2.1 KiB
XML
50 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
|
<PythonExport
|
|
Father="ViewProviderGeometryObjectPy"
|
|
Name="ViewProviderFemConstraintPy"
|
|
Twin="ViewProviderFemConstraint"
|
|
TwinPointer="ViewProviderFemConstraint"
|
|
Include="Mod/Fem/Gui/ViewProviderFemConstraint.h"
|
|
Namespace="FemGui"
|
|
FatherInclude="Gui/ViewProviderGeometryObjectPy.h"
|
|
FatherNamespace="Gui">
|
|
<Documentation>
|
|
<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>
|