Defines a Connections.
Declaration Syntax
public class Connections : DataModelObject, IFolderDataModelObject
Table 901: Members
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | Figures |
Gets the list of associated figures. |
Property | FixedJoints |
Gets or sets the FixedJoints. |
Property | GenerateAutomaticConnectionOnRefresh |
Gets or sets the GenerateAutomaticConnectionOnRefresh. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | SolverFilesDirectory |
Gets or sets the SolverFilesDirectory. |
Property | TransparencyEnabled |
Gets or sets the TransparencyEnabled. |
Method | AddAMBondConnection() |
Creates a new AMBondConnection |
Method | AddBeam() |
Creates a new Beam |
Method | AddBearing() |
Creates a new Bearing |
Method | AddBodyInteraction() |
Creates a new child BodyInteraction. |
Method | AddComment() |
Creates a new child Comment. |
Method | AddConnectionGroup() |
Creates a new ConnectionGroup |
Method | AddContactRegion() |
Creates a new child ContactRegion. |
Method | AddContactSolutionInformation() |
Creates a new ContactSolutionInformation |
Method | AddContactTool() |
Creates a new ContactTool |
Method | AddEndRelease() |
Creates a new EndRelease |
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 | AddInterStage() |
Creates a new child InterStage. |
Method | AddJoint() |
Creates a new child Joint. |
Method | AddSpotWeld() |
Creates a new child SpotWeld. |
Method | AddSpotWeldGroup() |
Creates a new child SpotWeldGroup. |
Method | AddSpring() |
Creates a new Spring |
Method | CreateAutomaticConnections() |
Run the CreateAutomaticConnections action. |
Method | ExportModelTopology(string) |
No details are provided for this entry. |
Method | GenerateInitialContactResults() |
Generate Initial Contact Results and Mesh Parts |
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 | RepairOverlappingContactRegions() |
Check for Overlapping Contact Regions. However, please note that this action does not result in any actual repair being performed. |
Method | SearchConnectionsForDuplicatePairs() |
Run the SearchConnectionsForDuplicatePairs action. |