Search Results for

    Show / Hide Table of Contents

    Class AnalyticalContactPropertyBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    AnalyticalContactPropertyBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 AnalyticalContactPropertyBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    AnalyticalContactPropertyBuilder()

    Declaration
    protected AnalyticalContactPropertyBuilder()

    Properties

    DampingCurve

    Declaration
    public MotionFunction DampingCurve { get; set; }
    Property Value
    Type Description
    MotionFunction

    DampingOption

    Declaration
    public AnalyticalContactPropertyBuilder.DampingType DampingOption { get; set; }
    Property Value
    Type Description
    AnalyticalContactPropertyBuilder.DampingType

    DampingProfile

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

    DampingValue

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

    FirstCustomizedMaterial

    Declaration
    public CustomizedMaterialBuilder FirstCustomizedMaterial { get; }
    Property Value
    Type Description
    CustomizedMaterialBuilder

    FrictionCoefficientCurve

    Declaration
    public MotionFunction FrictionCoefficientCurve { get; set; }
    Property Value
    Type Description
    MotionFunction

    FrictionCoefficientOption

    Declaration
    public AnalyticalContactPropertyBuilder.FrictionCoefficientType FrictionCoefficientOption { get; set; }
    Property Value
    Type Description
    AnalyticalContactPropertyBuilder.FrictionCoefficientType

    FrictionCoefficientProfile

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

    FrictionCoefficientValue

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

    Name

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

    RestitutionCoefficient

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

    SecondCustomizedMaterial

    Declaration
    public CustomizedMaterialBuilder SecondCustomizedMaterial { get; }
    Property Value
    Type Description
    CustomizedMaterialBuilder

    StiffnessCurve

    Declaration
    public MotionFunction StiffnessCurve { get; set; }
    Property Value
    Type Description
    MotionFunction

    StiffnessOption

    Declaration
    public AnalyticalContactPropertyBuilder.StiffnessType StiffnessOption { get; set; }
    Property Value
    Type Description
    AnalyticalContactPropertyBuilder.StiffnessType

    StiffnessProfile

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

    StiffnessValue

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

    TransitionVelocity

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

    Implements

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