Version: 13.0

    Show / Hide Table of Contents

    Class BoltGeometry

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    NamedDatabaseItem
    BoltGeometry
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    NamedDatabaseItem._parent
    NamedDatabaseItem.Comment
    NamedDatabaseItem.Name
    NamedDatabaseItem.NoHistory
    NamedDatabaseItem.History
    NamedDatabaseItem.DatabaseKey
    NamedDatabaseItem.ReportNames
    NamedDatabaseItem.OutputDefaultReportTo(String)
    NamedDatabaseItem.GetDefaultReportWithEncodedImages()
    NamedDatabaseItem.OutputActiveReportTo(String)
    NamedDatabaseItem.OutputActiveReportAsTextTo(String)
    NamedDatabaseItem.GetActiveReportWithEncodedImages()
    NamedDatabaseItem.OutputNamedReportTo(String, String)
    NamedDatabaseItem.OutputNamedReportAsMastaReport(String, String)
    NamedDatabaseItem.OutputNamedReportAsTextTo(String, String)
    NamedDatabaseItem.GetNamedReportWithEncodedImages(String)
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.Bolts
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class BoltGeometry : NamedDatabaseItem, IEquatable<APIBase>

    Properties

    BoltDiameter

    Bolt diameter = outside diameter of thread (nominal diameter).

    Measurement: ShortLength

    Declaration
    public double BoltDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    BoltInnerDiameter

    Bolt inner diameter, used for hollow bolts. See page 140 VDI 2230/1.

    Measurement: ShortLength

    Declaration
    public double BoltInnerDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    BoltLength

    Measurement: ShortLength

    Declaration
    public double BoltLength { get; set; }
    Property Value
    Type Description
    System.Double

    BoltName

    Declaration
    public virtual string BoltName { get; }
    Property Value
    Type Description
    System.String

    BoltSections

    Specify cross section properties of the bolt shank.

    Declaration
    public List<BoltSection> BoltSections { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BoltSection>

    BoltShankType

    Declaration
    public BoltShankType BoltShankType { get; set; }
    Property Value
    Type Description
    BoltShankType

    BoltThreadPitchDiameter

    Measurement: ShortLength

    Declaration
    public double BoltThreadPitchDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    HasCrossSectionsOfDifferentDiameters

    Declaration
    public bool HasCrossSectionsOfDifferentDiameters { get; set; }
    Property Value
    Type Description
    System.Boolean

    HoleChamferWidth

    The hole chamfer width of the clamped parts.

    Measurement: ShortLength

    Declaration
    public double HoleChamferWidth { get; set; }
    Property Value
    Type Description
    System.Double

    HoleDiameterOfClampedParts

    Measurement: ShortLength

    Declaration
    public double HoleDiameterOfClampedParts { get; set; }
    Property Value
    Type Description
    System.Double

    IsThreadedToHead

    Declaration
    public bool IsThreadedToHead { get; }
    Property Value
    Type Description
    System.Boolean

    MinorDiameterOfBoltThread

    Measurement: ShortLength

    Declaration
    public double MinorDiameterOfBoltThread { get; set; }
    Property Value
    Type Description
    System.Double

    NutThreadMinorDiameter

    Measurement: ShortLength

    Declaration
    public double NutThreadMinorDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    NutThreadPitchDiameter

    Measurement: ShortLength

    Declaration
    public double NutThreadPitchDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    OutsideDiameterOfClampedParts

    Outside diameter of the plane head bearing surface of the bolt (at the inlet of the transition radius of the head); generally bearing surface outside diameter.

    Measurement: ShortLength

    Declaration
    public double OutsideDiameterOfClampedParts { get; set; }
    Property Value
    Type Description
    System.Double

    PitchOfThread

    Measurement: ShortLength

    Declaration
    public double PitchOfThread { get; set; }
    Property Value
    Type Description
    System.Double

    ShankDiameter

    Measurement: ShortLength

    Declaration
    public double ShankDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    ShankInnerDiameter

    Measurement: ShortLength

    Declaration
    public double ShankInnerDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    ShankLength

    Measurement: ShortLength

    Declaration
    public double ShankLength { get; set; }
    Property Value
    Type Description
    System.Double

    StandardSize

    Declaration
    public StandardSizes StandardSize { get; set; }
    Property Value
    Type Description
    StandardSizes

    TappedThreadMinorDiameter

    Measurement: ShortLength

    Declaration
    public double TappedThreadMinorDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    TappedThreadPitchDiameter

    Measurement: ShortLength

    Declaration
    public double TappedThreadPitchDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    TypeOfBoltedJoint

    Declaration
    public BoltTypes TypeOfBoltedJoint { get; set; }
    Property Value
    Type Description
    BoltTypes

    TypeOfHeadCap

    Declaration
    public HeadCapTypes TypeOfHeadCap { get; set; }
    Property Value
    Type Description
    HeadCapTypes

    TypeOfThread

    Declaration
    public ThreadTypes TypeOfThread { get; set; }
    Property Value
    Type Description
    ThreadTypes

    WidthAcrossFlats

    The width across the flat sides on the bolt head. See IS0 4762.

    Measurement: ShortLength

    Declaration
    public double WidthAcrossFlats { get; set; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top