<Code Lib>
M

AnalyticalModelStick.GetReleases

Description:
Gets the releases of element.

public void GetReleases(
	bool start,
	out bool fx,
	out bool fy,
	out bool fz,
	out bool mx,
	out bool my,
	out bool mz
)

  • Boolean
    start
    The position on analytical model stick element. True for start, false for end.
  • Boolean%
    fx
  • Boolean%
    fy
  • Boolean%
    fz
  • Boolean%
    mx
  • Boolean%
    my
  • Boolean%
    mz

Loading…