Defines a JointLoad.
Declaration Syntax
public class JointLoad : DataModelObject, IFolderDataModelObject
Table 969: Members
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | CutoffFrequency |
Gets or sets the CutoffFrequency. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | DOF |
Gets or sets the DOF. |
Property | Figures |
Gets the list of associated figures. |
Property | FittingMethod |
Gets or sets the FittingMethod. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | Joint |
Gets or sets the Joint. |
Property | JointConditionType |
Gets or sets the JointConditionType. |
Property | LockAtLoadStep |
Gets or sets the LockAtLoadStep. |
Property | Magnitude |
Gets the Magnitude. |
Property | NumberOfSegments |
Gets or sets the NumberOfSegments. |
Property | Suppressed |
Gets or sets the Suppressed. |
Method | AddCommandSnippet() |
Creates a new CommandSnippet |
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 | GetActivateAtLoadStep(uint) |
No details are provided for this entry. |
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. |
Method | RenameBasedOnDefinition() |
Run the RenameBasedOnDefinition action. |
Method | SetActivateAtLoadStep(uint, bool) |
No details are provided for this entry. |