Search Results for

    Show / Hide Table of Contents

    Class FluidDomainBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FluidDomainBuilder
    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.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
    System.Boolean

    AttemptQuadOnly

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

    ClosingSize

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

    ColinearThreshold

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

    CollectorName

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

    CoplanarThreshold

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

    CurvatureBasedElementSizeLevel

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

    DetectFeatureEdges

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

    DoCoplanarDecimation

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

    DoExportMeshToSolver

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

    DoSharpFeatureEdge

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

    DoSharpFeaturePlaneIntersection

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

    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
    System.Double

    SnapToSourceBoundaries

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

    SpecifyElementSize

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

    UseAutomaticRefinement

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

    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