The ConstraintPoints parameter allows you to specify additional nodes or points on the surface.
For example, if you have already defined the surface using the CX and CY parameters, but you want to add a specific point, you can use the ConstraintPoints parameter.
Example:
<O N="FEMeshObject2" T="Project" Category="FEM Objects" TransAlignRule="Right"> <!-- created by ParamML Examples on 08.02.2023 --> <O N="FEM1" T="FEMeshSurface" CX="240" CY="240" ConstraintLines="[[[-1,0],[241,240]]]" Material="@NULL|Material" Surface="@NULL|Surface" CoorSys="@NULL|CoorSys" Group="@NULL|FEGroup" IsConstraint="1"> <O T="Surface"> <O T="Point" X="0" Y="0" /> <O T="Point" X="240" Y="0" /> <O T="Point" X="240" Y="240" /> <O T="Point" X="0" Y="240" /> </O> </O> <O N="FEM2" T="FEMeshSurface" CX="120" CY="24" ConstraintLines="[[[310,-1],[530,241]]]" Material="@NULL|Material" Surface="@NULL|Surface" CoorSys="@NULL|CoorSys" Group="@NULL|FEGroup" IsConstraint="1"> <O T="Surface" X="300"> <O T="Point" X="0" Y="0" /> <O T="Point" X="240" Y="0" /> <O T="Point" X="240" Y="240" /> <O T="Point" X="0" Y="240" /> </O> </O> <O N="FEM3" T="FEMeshSurface" CX="240" CY="240" ConstraintLines="[[[-1,300],[241,540]]]" Material="@NULL|Material" Surface="@NULL|Surface" CoorSys="@NULL|CoorSys" Group="@NULL|FEGroup" IsConstraint="1"> <O T="Surface" Y="300"> <O T="Point" X="0" Y="0" /> <O T="Point" X="240" Y="0" /> <O T="Point" X="240" Y="240" /> <O T="Point" X="0" Y="240" /> </O> </O> <O N="FEM4" T="FEMeshSurface" CX="24" CY="120" ConstraintLines="[[[299,310],[541,530]]]" Material="@NULL|Material" Surface="@NULL|Surface" CoorSys="@NULL|CoorSys" Group="@NULL|FEGroup" IsConstraint="1"> <O T="Surface" X="300" Y="300"> <O T="Point" X="0" Y="0" /> <O T="Point" X="240" Y="0" /> <O T="Point" X="240" Y="240" /> <O T="Point" X="0" Y="240" /> </O> </O> </O> |
Add Comment