Defines a BodyInteraction.
Declaration Syntax
public class BodyInteraction : DataModelObject, IFolderDataModelObject
Table 923: Members
|
Property | Breakable |
Gets or sets the Breakable. |
|
Property | Children |
Gets the list of children. |
|
Property | Comments |
Gets the list of associated comments. |
|
Property | ContactType |
Gets or sets the ContactType. |
|
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
|
Property | DecayConstant |
Gets or sets the DecayConstant. |
|
Property | DynamicCoefficient |
Gets or sets the DynamicCoefficient. |
|
Property | Figures |
Gets the list of associated figures. |
|
Property | FrictionCoefficient |
Gets or sets the FrictionCoefficient. |
|
Property | Images |
Gets the list of associated images. |
|
Property | InternalObject |
Gets the internal object. For advanced usage only. |
|
Property | Location |
Gets or sets the Location. |
|
Property | MaximumOffset |
Gets or sets the MaximumOffset. |
|
Property | NormalForceExponent |
Gets or sets the NormalForceExponent. |
|
Property | NormalForceLimit |
Gets or sets the NormalForceLimit. |
|
Property | NormalStressExponent |
Gets or sets the NormalStressExponent. |
|
Property | NormalStressLimit |
Gets or sets the NormalStressLimit. |
|
Property | ShearForceExponent |
Gets or sets the ShearForceExponent. |
|
Property | ShearForceLimit |
Gets or sets the ShearForceLimit. |
|
Property | ShearStressExponent |
Gets or sets the ShearStressExponent. |
|
Property | ShearStressLimit |
Gets or sets the ShearStressLimit. |
|
Property | Suppressed |
Gets or sets the Suppressed. |
|
Method | AddComment() |
Creates a new child Comment. |
|
Method | AddFigure() |
Creates a new child Figure. |
|
Method | AddImage(string) |
Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window. |
|
Method | Delete() |
Run the Delete action. |
|
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
|
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |