In file /home/blah/darwin2k/src/dyno/mechanism/dyno.h:

class linkForceRecord

records external forces applied to a link, for purposes of structural analysis

Public Fields

[more]link* l
the link to which the force was applied
[more]triple f
the external force applied to the link
[more]triple n
the external moment applied to the link
[more]triple pt
the point of application of the force/moment
[more]part* p
the (optional) part to which the force/moment was applied
[more]linkForceRecord* next
next pointer for use in linked lists & for memory mgmt


Documentation

records external forces applied to a link, for purposes of structural analysis
olink* l
the link to which the force was applied

otriple f
the external force applied to the link

otriple n
the external moment applied to the link

otriple pt
the point of application of the force/moment

opart* p
the (optional) part to which the force/moment was applied

olinkForceRecord* next
next pointer for use in linked lists & for memory mgmt


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.