Search Results for

    Show / Hide Table of Contents

    Class FlexibleMaterialBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FlexibleMaterialBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class FlexibleMaterialBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FlexibleMaterialBuilder()

    Declaration
    protected FlexibleMaterialBuilder()

    Properties

    Density

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

    EnableMaxContactForce

    Declaration
    public bool EnableMaxContactForce { get; set; }
    Property Value
    Type Description
    bool

    EnableMaxTwist

    Declaration
    public bool EnableMaxTwist { get; set; }
    Property Value
    Type Description
    bool

    EnableMinCurvature

    Declaration
    public bool EnableMinCurvature { get; set; }
    Property Value
    Type Description
    bool

    FulcrumLength

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

    MaxContactForce

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

    MaxTension

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

    MaxTwist

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

    MinCurvature

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

    Name

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

    Oscillation

    Declaration
    public double Oscillation { get; set; }
    Property Value
    Type Description
    double

    YoungModulus

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX