![]() | APIset |
public bool setConstraint( string n, string master, bool x, bool y, bool z, bool rx, bool ry, bool rz )
Public Function setConstraint ( n As String, master As String, x As Boolean, y As Boolean, z As Boolean, rx As Boolean, ry As Boolean, rz As Boolean ) As Boolean Dim instance As API Dim n As String Dim master As String Dim x As Boolean Dim y As Boolean Dim z As Boolean Dim rx As Boolean Dim ry As Boolean Dim rz As Boolean Dim returnValue As Boolean returnValue = instance.setConstraint(n, master, x, y, z, rx, ry, rz)
public: bool setConstraint( String^ n, String^ master, bool x, bool y, bool z, bool rx, bool ry, bool rz )
member setConstraint : n : string * master : string * x : bool * y : bool * z : bool * rx : bool * ry : bool * rz : bool -> bool
(c) NextFEM 2015-2025