Search Results for

    Show / Hide Table of Contents

    Class CustomizedMaterialBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CustomizedMaterialBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class CustomizedMaterialBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    CustomizedMaterialBuilder()

    Declaration
    protected CustomizedMaterialBuilder()

    Properties

    Density

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

    IsCustomizedMaterial

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

    Material

    Declaration
    public PhysicalMaterial Material { get; set; }
    Property Value
    Type Description
    PhysicalMaterial

    PoissonRatio

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

    YoungModulus

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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