Copyright © 2018
ATA ENGINEERING, INC.
ALL RIGHTS RESERVED
encapsulated function Cloth_Mass_Init input Real[3] P1; input Real[3] P2; input Real[3] P3; input Real[3] P4; input Integer M, N; input Real density; input Integer M_act; input Boolean debug = false; input Boolean isEdge = false; input Boolean isEdgeB = false; output Real A[M_act, N + 1]; end Cloth_Mass_Init;