Search Results for

    Show / Hide Table of Contents

    Class DeformationParameters

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DeformationParameters
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class DeformationParameters : TaggedObject, IMessageSink

    Constructors

    DeformationParameters()

    Declaration
    protected DeformationParameters()

    Properties

    ComplexCriterion

    Declaration
    public Result.Complex ComplexCriterion { get; set; }
    Property Value
    Type Description
    Result.Complex

    Component

    Declaration
    public Result.Component Component { get; set; }
    Property Value
    Type Description
    Result.Component

    DeformationType

    Declaration
    public Result.DeformationScale DeformationType { get; set; }
    Property Value
    Type Description
    Result.DeformationScale

    GenericType

    Declaration
    public BaseResultType GenericType { get; set; }
    Property Value
    Type Description
    BaseResultType

    InitialDeformationScale

    Declaration
    public double InitialDeformationScale { get; set; }
    Property Value
    Type Description
    System.Double

    InitialDeformationScaleType

    Declaration
    public Result.DeformationScale InitialDeformationScaleType { get; set; }
    Property Value
    Type Description
    Result.DeformationScale

    InitialDeformationUserDefinedResultType

    Declaration
    public BaseResultType InitialDeformationUserDefinedResultType { get; set; }
    Property Value
    Type Description
    BaseResultType

    InitialDeformationUserselectionType

    Declaration
    public Result.InitialDeformationSelection InitialDeformationUserselectionType { get; set; }
    Property Value
    Type Description
    Result.InitialDeformationSelection

    IsReferenceNode

    Declaration
    public bool IsReferenceNode { get; set; }
    Property Value
    Type Description
    System.Boolean

    PhaseAngle

    Declaration
    public double PhaseAngle { get; set; }
    Property Value
    Type Description
    System.Double

    ReferenceNode

    Declaration
    public PostSelectionEntity ReferenceNode { get; set; }
    Property Value
    Type Description
    PostSelectionEntity

    ReferenceNodeLabel

    Declaration
    [Obsolete("Deprecated in NX1872.0.0.  use NXOpen.CAE.DeformationParameters.ReferenceNode")]
    public int ReferenceNodeLabel { get; set; }
    Property Value
    Type Description
    System.Int32

    Scale

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    System.Double

    UseShellNormalComponent

    Declaration
    public bool UseShellNormalComponent { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

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