Search Results for

    Show / Hide Table of Contents

    Class LoadFilteringCalculationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LoadFilteringCalculationBuilder
    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.CAE.AeroStructures
    Assembly: NXOpen.dll
    Syntax
    public class LoadFilteringCalculationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LoadFilteringCalculationBuilder()

    Declaration
    protected LoadFilteringCalculationBuilder()

    Properties

    Annotation

    Declaration
    public NoteBase Annotation { get; set; }
    Property Value
    Type Description
    NoteBase

    Description

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

    ExtractionSourceSet

    Declaration
    public ExtractionSourceSet ExtractionSourceSet { get; }
    Property Value
    Type Description
    ExtractionSourceSet

    LoadCaseSet

    Declaration
    public LoadCaseSet LoadCaseSet { get; set; }
    Property Value
    Type Description
    LoadCaseSet

    LocationCoordinateSystem

    Declaration
    public CoordinateSystem LocationCoordinateSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    LocationPoint

    Declaration
    public Point LocationPoint { get; set; }
    Property Value
    Type Description
    Point

    MethodKey

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

    Name

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

    PropertyTable

    Declaration
    public PropTable PropertyTable { get; }
    Property Value
    Type Description
    PropTable

    Status

    Declaration
    [Obsolete("Deprecated in NX2212.0.0.  No replacement.")]
    public BaseCalculation.CalculationStatus Status { get; set; }
    Property Value
    Type Description
    BaseCalculation.CalculationStatus

    Methods

    ClearAnnotationData()

    Declaration
    public void ClearAnnotationData()

    DuplicateCalculation()

    Declaration
    public void DuplicateCalculation()

    InitializeFromTemplate(string)

    Declaration
    public void InitializeFromTemplate(string templateFile)
    Parameters
    Type Name Description
    string templateFile

    SetAnnotationData(AeroStructuresAnnotDataS)

    Declaration
    public void SetAnnotationData(AeroStructuresAnnotDataS annotData)
    Parameters
    Type Name Description
    AeroStructuresAnnotDataS annotData

    Implements

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