Search Results for

    Show / Hide Table of Contents

    Class DeformationParameters

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DeformationParameters
    Implements
    IMessageSink
    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.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
    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
    bool

    PhaseAngle

    Declaration
    public double PhaseAngle { get; set; }
    Property Value
    Type Description
    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
    int

    Scale

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

    UseShellNormalComponent

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

    Implements

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