Search Results for

    Show / Hide Table of Contents

    Class BushingGeneralCoefficientsComponent

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BushingGeneralCoefficientsComponent
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class BushingGeneralCoefficientsComponent : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    BushingGeneralCoefficientsComponent()

    Declaration
    protected BushingGeneralCoefficientsComponent()

    Properties

    CoefficientsType

    Declaration
    public ConnectorCoefficientTypes CoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    XCoefficientsType

    Declaration
    public ConnectorCoefficientTypes XCoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    XCurveProfile

    Declaration
    public SelectFieldData XCurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    XExpression

    Declaration
    public Expression XExpression { get; }
    Property Value
    Type Description
    Expression

    XFunction

    Declaration
    public Function XFunction { get; set; }
    Property Value
    Type Description
    Function

    YCoefficientsType

    Declaration
    public ConnectorCoefficientTypes YCoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    YCurveProfile

    Declaration
    public SelectFieldData YCurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    YExpression

    Declaration
    public Expression YExpression { get; }
    Property Value
    Type Description
    Expression

    YFunction

    Declaration
    public Function YFunction { get; set; }
    Property Value
    Type Description
    Function

    ZCoefficientsType

    Declaration
    public ConnectorCoefficientTypes ZCoefficientsType { get; set; }
    Property Value
    Type Description
    ConnectorCoefficientTypes

    ZCurveProfile

    Declaration
    public SelectFieldData ZCurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    ZExpression

    Declaration
    public Expression ZExpression { get; }
    Property Value
    Type Description
    Expression

    ZFunction

    Declaration
    public Function ZFunction { get; set; }
    Property Value
    Type Description
    Function

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX