4.7.1.15. MTT3D

4.7.1.15.1. SHT3D_CF

The SHT3D_CF function returns the contact force of a node. The node must be defined as the output of the sheet shell body defined with the MTT3D toolkit shell sheet entity.

Format

SHT3D_CF(Sheet Shell entity, Node id, Flag, Component, RMarker)

Arguments definition

Sheet shell entity

The name or argument number of the sheet shell entity to be measured

Node id

A node selected from the sheet shell body output page

Flag

A value that specifies the body to which the output load is applied - If the flag value is 0, then the force applied to the action marker (body) is returned. - If the flag value is 1, then the force applied to the base marker (body) is returned.

Component

The components subject to the returned force - One component can be inserted in line with 6 numbered powers and sizes (1: FM, 2:FX, 3:FY, 4:FZ, 5:TM, 6:TX, 7:TY, 8:TZ).

RMarker

The name or argument number of the standard marker for the direction in which the force is measured

Example

SHT3D_CF(SheetShell1,357,0,2, Ground.InertiaMarker)
SHT3D_CF(1,357,0,2,2) <Argument: (1) SheetShell1, (2) Ground.InertiaMarker >