The FreeBody object defines a section across which resultant forces and moments are computed.
import visualization session.freeBodies[name]
This method creates a FreeBody object and places it in the freeBodies repository.
session.FreeBodyFromEdges
Required arguments
A string name for the free body.
A DisplayGroup leaf object that specifies the physical constituents of the free body.
Optional arguments
A SymbolicConstant specifying the location of the summation point. Possible values are CENTROID, NODAL_AVERAGE and SPECIFY. The default value is CENTROID.
A tuple of 3 floats specifying the summation point.
A SymbolicConstant specifying the component resolution. Possible values are NORMAL_TANGENTIAL and CSYS. The default value is NORMAL_TANGENTIAL.
A string specifying the name of the coordinate system.
Return value
A FreeBody object.
Exceptions
This method creates a FreeBody object and places it in the freeBodies repository.
session.FreeBodyFromFaces
Required arguments
A string name for the free body.
A DisplayGroup leaf object that specifies the physical constituents of the free body.
Optional arguments
A SymbolicConstant specifying the location of the summation point. Possible values are CENTROID, NODAL_AVERAGE and SPECIFY. The default value is CENTROID.
A tuple of 3 floats specifying the summation point.
A SymbolicConstant specifying the component resolution. Possible values are NORMAL_TANGENTIAL and CSYS. The default value is NORMAL_TANGENTIAL.
A string specifying the name of the coordinate system.
Return value
A FreeBody object.
Exceptions
This method creates a FreeBody object and places it in the freeBodies repository.
session.FreeBodyFromNodesElements
Required arguments
A string name for the free body.
A DisplayGroup leaf object that specifies the physical constituents of the free body.
A DisplayGroup leaf object that specifies the physical constituents of the free body.
Optional arguments
A SymbolicConstant specifying the location of the summation point. Possible values are CENTROID, NODAL_AVERAGE and SPECIFY. The default value is CENTROID.
A tuple of 3 floats specifying the summation point.
A SymbolicConstant specifying the component resolution. Possible values are NORMAL_TANGENTIAL and CSYS. The default value is NORMAL_TANGENTIAL.
A string specifying the name of the coordinate system.
Return value
A FreeBody object.
Exceptions