================================= PartsConnector (hwx.inspire.core) ================================= PartsConnectors are generally used to connect two or more parts together. Base class for part based connectors line 'Fastener', 'Joint'. ---------- Attributes ---------- +-------------------------------------+-------------------------------------+-------------------------------------+ | active_: Bool | autoCalculateAllowableForces_: Bool | axialForce_: Double | +-------------------------------------+-------------------------------------+-------------------------------------+ | axialStiffness_: Double | color_: Color | connectionRadius_: Double | +-------------------------------------+-------------------------------------+-------------------------------------+ | enableAllowableForces_: Bool | enablePretension_: Bool | featureLists_: Attribute | +-------------------------------------+-------------------------------------+-------------------------------------+ | grounded_: Bool | material_: Attribute | name_: Attribute | +-------------------------------------+-------------------------------------+-------------------------------------+ | pretensionForce_: Double | shearForce_: Double | shearStiffness_: Double | +-------------------------------------+-------------------------------------+-------------------------------------+ | type_: Enum | visible_: Bool | | +-------------------------------------+-------------------------------------+-------------------------------------+ ---------- Properties ---------- +---------------+---------------+---------------+ | axis_ | direction_ | features_ | +---------------+---------------+---------------+ | location_ | parts_ | partsInHoles_ | +---------------+---------------+---------------+ | radius_ | | +---------------+-------------------------------+ -------------- Public Methods -------------- +-------------------------+ | getAllowedTypes_ (self) | +-------------------------+ ----------------- Attribute Details ----------------- .. _active: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ active : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns or sets the object activeness. Setting this on or off sets all children. Setting to True sets all the parents active too. .. _autoCalculateAllowableForces: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ autoCalculateAllowableForces : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Determines whether the allowable axial and shear forces will be manually added. .. _axialForce: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ axialForce : :ref:`Double ` (units="force") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Manually entry of the Allowable Axial Force. Based on the yield stress and the area of the hole Inspire automatically determines the maximum stress allowed for the fastener or cylindrical hole support, if autoCalculateAllowableForces is set to True. .. _axialStiffness: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ axialStiffness : :ref:`Double ` (units="stiffness") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The spring stiffness in the axial direction. .. _color: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ color : :ref:`Color ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The color assigned to the connector when it is displayed in the modeling window. .. _connectionRadius: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ connectionRadius : :ref:`Double ` (units="length") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The search radius for the connector. .. _enableAllowableForces: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ enableAllowableForces : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Determines whether to enable optimization of the selected fasteners or cylindrical hole supports. .. _enablePretension: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ enablePretension : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Determines whether pretension is enabled. If pretension is enabled and defined, the pretension is then included as a load in all load cases. .. _featureLists: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ featureLists : :ref:`Attribute ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ A nested list of features making up the holes. .. _grounded: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ grounded : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Determines whether the connector is grounded. .. _material: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ material : :ref:`Attribute ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The material of the connector. .. _name: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ name : :ref:`Attribute ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns or sets the name of the object. It can be any text string, including spaces, although it's best to avoid using the following characters: " ' * ? and $. While these characters are allowed, they could create difficulties when you export the model to other applications. .. _pretensionForce: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pretensionForce : :ref:`Double ` (units="force") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The magnitude for the pretension force. Applying pretension to bolted and screwed connections allows a more complete understanding of the behavior of a structure. Often, these preloads are of a significant magnitude and can influence design decisions. Typical examples are clamping structures, such as bearing housings or bicycle handlebars and seat-posts. In engines, cylinder bore distortion can be a critical design requirement highly influenced by the loads generated by the bolt down of the cylinder head. .. _shearForce: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shearForce : :ref:`Double ` (units="force") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Manually entry of the Allowable Shear Force. Inspire automatically determines the maximum force allowed for the fastener or cylindrical hole support, if autoCalculateAllowableForces is set to True. .. _shearStiffness: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shearStiffness : :ref:`Double ` (units="stiffness") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The spring stiffness in the shearing direction. .. _type: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type : :ref:`Enum ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type of the connection. Call getAllowedTypes to see which are the allowed types. .. _visible: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ visible : :ref:`Bool ` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Determines whether the object is visible in the modeling window. Setting this on or off sets all children. Setting to True sets all the parents visible too. ---------------- Property Details ---------------- .. _axis: .. method:: axis Line segment through the centre of holes where parts are connected. There are 2 points for each part. .. _direction: .. method:: direction Specifies which side of the hole, the screw will enter and exit. Usually set to the direction of the view at creation. .. _features: .. method:: features List of features making up the holes. .. _location: .. method:: location Returns a Point either defined from the connector's axis, if it exists, or the location of the first feature or, if no features available, a Point at [0, 0, 0]. .. _parts: .. method:: parts Returns a list of connected parts. .. _partsInHoles: .. method:: partsInHoles CAD parts this connector replaced at creation. .. _radius: .. method:: radius Radius of the cylindrical shaft. This is typically equal to the radius of the smallest hole the fastener goes through. -------------- Method Details -------------- .. _getAllowedTypes: .. method:: getAllowedTypes(self) Returns a list of allowed part connectors type. :returns: List of allowed part connectors. :rtype: list