Search Results for

    Show / Hide Table of Contents

    Class StudyBuilder

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

    Constructors

    StudyBuilder()

    Declaration
    protected StudyBuilder()

    Properties

    AnalysisType

    Declaration
    public StudyBuilder.AnalysisOption AnalysisType { get; set; }
    Property Value
    Type Description
    StudyBuilder.AnalysisOption

    ConstantTemperature

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

    GravityDirection

    Declaration
    public Direction GravityDirection { get; set; }
    Property Value
    Type Description
    Direction

    GravityEnabled

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

    GravityMagnitude

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

    OptimizationObjectiveType

    Declaration
    public StudyBuilder.OptimizationObjectiveOption OptimizationObjectiveType { get; set; }
    Property Value
    Type Description
    StudyBuilder.OptimizationObjectiveOption

    ResolutionVoxelSize

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

    StudyName

    Declaration
    public string StudyName { get; set; }
    Property Value
    Type Description
    System.String

    StudyQuality

    Declaration
    public int StudyQuality { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    SetResolutionVoxelSizeByStudyQuality(Int32)

    Declaration
    public void SetResolutionVoxelSizeByStudyQuality(int studyQualityFactor)
    Parameters
    Type Name Description
    System.Int32 studyQualityFactor

    Implements

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