Search Results for

    Show / Hide Table of Contents

    Class FluidDomainBuilder

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

    Constructors

    FluidDomainBuilder()

    Declaration
    protected FluidDomainBuilder()

    Properties

    AcousticWrapEnabled

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

    AlternateAcousticWrapEnabled

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

    AttemptQuadOnly

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

    ClosingSize

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

    ColinearThreshold

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

    CollectorName

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

    CoplanarThreshold

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

    CurvatureBasedElementSizeLevel

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

    DetectFeatureEdges

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

    DoCoplanarDecimation

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

    DoExportMeshToSolver

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

    DoSharpFeatureEdge

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

    DoSharpFeaturePlaneIntersection

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

    ElementSize

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

    ElementType

    Declaration
    public ElementTypeBuilder ElementType { get; }
    Property Value
    Type Description
    ElementTypeBuilder

    FaceNormal

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

    FaceSelection

    Declaration
    public SelectCAEFace FaceSelection { get; }
    Property Value
    Type Description
    SelectCAEFace

    FeatureAngle

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

    GeometrySelection

    Declaration
    public SelectTaggedObjectList GeometrySelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    InteriorExteriorType

    Declaration
    public FluidDomainBuilder.IntExtType InteriorExteriorType { get; set; }
    Property Value
    Type Description
    FluidDomainBuilder.IntExtType

    InteriorPoint

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

    MaxSubdivisionType

    Declaration
    public FluidDomainBuilder.SubdivisionType MaxSubdivisionType { get; set; }
    Property Value
    Type Description
    FluidDomainBuilder.SubdivisionType

    OutputType

    Declaration
    public FluidDomainBuilder.OutputOptionsType OutputType { get; set; }
    Property Value
    Type Description
    FluidDomainBuilder.OutputOptionsType

    Resolution

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

    SmoothingLevel

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

    SnapToSourceBoundaries

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

    SpecifyElementSize

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

    UseAutomaticRefinement

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

    Methods

    AutoSizeButton()

    Declaration
    public void AutoSizeButton()

    CommitFluidDomain()

    Declaration
    public CAEBody CommitFluidDomain()
    Returns
    Type Description
    CAEBody

    SetCavityPoint(Point3d)

    Declaration
    public void SetCavityPoint(Point3d points)
    Parameters
    Type Name Description
    Point3d points

    SetCavityPoints(Point3d[])

    Declaration
    public void SetCavityPoints(Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points

    Implements

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