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
    string

    Methods

    GetManualAdjustment()

    Declaration
    bool GetManualAdjustment()
    Returns
    Type Description
    bool

    GetManualAdjustmentFactor()

    Declaration
    Expression GetManualAdjustmentFactor()
    Returns
    Type Description
    Expression

    GetSupportedDiameterTypes()

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

    SetManualAdjustment(bool)

    Declaration
    void SetManualAdjustment(bool state)
    Parameters
    Type Name Description
    bool state
    In this article
    Back to top Generated by DocFX