Defines a SpotWeldConnection.
Declaration Syntax
public class SpotWeldConnection : ImportedDataModelObject, IFolderDataModelObject
Table 905: Members
Property | AngleTolerance |
Gets or sets the AngleTolerance. |
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | ConnectionBehavior |
Gets or sets the ConnectionBehavior. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | Material |
Gets or sets the Material. |
Property | NumberOfLayers |
Gets or sets the NumberOfLayers. |
Property | NumWeldPoints |
Gets the NumWeldPoints. |
Property | PenetrationTolerance |
Gets or sets the PenetrationTolerance. |
Property | Radius |
Gets or sets the Radius. |
Property | SearchDistance |
Gets or sets the SearchDistance. |
Property | ShellThicknessEffect |
Gets or sets the ShellThicknessEffect. |
Property | SnapToEdgeTolerance |
Gets or sets the SnapToEdgeTolerance. |
Property | SourceGeometry |
Gets or sets the SourceGeometry. |
Property | StiffnessBehavior |
Gets or sets the StiffnessBehavior. |
Property | TargetGeometry |
Gets or sets the TargetGeometry. |
Property | Type |
Gets or sets the Type. |
Method | AddComment() |
Creates a new child Comment. |
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 | AddNewSpotWeld(int) |
Add a new spot weld with/without a customID. |
Method | CreateSpotWeldFromHitPoint() |
Add a new spot weld by using a Hit Point. |
Method | ExportToCSVFile(string) |
Export the contents to a CSV file. |
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 | RemoveSpotWeld(int) |
Remove an existing spot weld. |
Method | SetXCoordinate(int, Quantity) |
Set the X coordinate given the Spot Weld ID. |
Method | SetYCoordinate(int, Quantity) |
Set the Y coordinate given the Spot Weld ID. |
Method | SetZCoordinate(int, Quantity) |
Set the Z coordinate given the Spot Weld ID. |