Search Results for

    Show / Hide Table of Contents

    Interface IDiameter

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen.CAE.Connections
    Assembly: NXOpen.dll
    Syntax
    public interface IDiameter : INXObject

    Properties

    Coefficient

    Declaration
    Expression Coefficient { get; }
    Property Value
    Type Description
    Expression

    Diameter

    Declaration
    Expression Diameter { get; }
    Property Value
    Type Description
    Expression

    DiameterType

    Declaration
    DiameterType DiameterType { get; set; }
    Property Value
    Type Description
    DiameterType

    TableFile

    Declaration
    string TableFile { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetManualAdjustment()

    Declaration
    bool GetManualAdjustment()
    Returns
    Type Description
    System.Boolean

    GetManualAdjustmentFactor()

    Declaration
    Expression GetManualAdjustmentFactor()
    Returns
    Type Description
    Expression

    GetSupportedDiameterTypes()

    Declaration
    DiameterType[] GetSupportedDiameterTypes()
    Returns
    Type Description
    DiameterType[]

    SetManualAdjustment(Boolean)

    Declaration
    void SetManualAdjustment(bool state)
    Parameters
    Type Name Description
    System.Boolean state
    In This Article
    Back to top Generated by DocFX