Class FluidDomainBuilder
Inheritance
FluidDomainBuilder
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
AlternateAcousticWrapEnabled
Declaration
public bool AlternateAcousticWrapEnabled { get; set; }
Property Value
AttemptQuadOnly
Declaration
public bool AttemptQuadOnly { get; set; }
Property Value
ClosingSize
Declaration
public Expression ClosingSize { get; }
Property Value
ColinearThreshold
Declaration
public double ColinearThreshold { get; set; }
Property Value
CollectorName
Declaration
public string CollectorName { get; set; }
Property Value
CoplanarThreshold
Declaration
public double CoplanarThreshold { get; set; }
Property Value
CurvatureBasedElementSizeLevel
Declaration
public double CurvatureBasedElementSizeLevel { get; set; }
Property Value
CuttingPlaneEnabled
Declaration
public bool CuttingPlaneEnabled { get; set; }
Property Value
DetectFeatureEdges
Declaration
public bool DetectFeatureEdges { get; set; }
Property Value
DoCoplanarDecimation
Declaration
public bool DoCoplanarDecimation { get; set; }
Property Value
DoExportMeshToSolver
Declaration
public bool DoExportMeshToSolver { get; set; }
Property Value
DoSharpFeatureEdge
Declaration
public bool DoSharpFeatureEdge { get; set; }
Property Value
DoSharpFeaturePlaneIntersection
Declaration
public bool DoSharpFeaturePlaneIntersection { get; set; }
Property Value
ElementSize
Declaration
public Expression ElementSize { get; }
Property Value
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
FaceNormal
Declaration
public Direction FaceNormal { get; set; }
Property Value
FaceSelection
Declaration
public SelectCAEFace FaceSelection { get; }
Property Value
FeatureAngle
Declaration
public Expression FeatureAngle { get; }
Property Value
GeometrySelection
Declaration
public SelectTaggedObjectList GeometrySelection { get; }
Property Value
InteriorExteriorType
Declaration
public FluidDomainBuilder.IntExtType InteriorExteriorType { get; set; }
Property Value
InteriorPoint
Declaration
public Point InteriorPoint { get; set; }
Property Value
MaxSubdivisionType
Declaration
public FluidDomainBuilder.SubdivisionType MaxSubdivisionType { get; set; }
Property Value
OutputType
Declaration
public FluidDomainBuilder.OutputOptionsType OutputType { get; set; }
Property Value
Resolution
Declaration
public Expression Resolution { get; }
Property Value
SmoothingLevel
Declaration
public double SmoothingLevel { get; set; }
Property Value
SnapToSourceBoundaries
Declaration
public bool SnapToSourceBoundaries { get; set; }
Property Value
SpecifyElementSize
Declaration
public bool SpecifyElementSize { get; set; }
Property Value
UseAutomaticRefinement
Declaration
public bool UseAutomaticRefinement { get; set; }
Property Value
Methods
AutoSizeButton()
Declaration
public void AutoSizeButton()
CommitFluidDomain()
Declaration
public CAEBody CommitFluidDomain()
Returns
GetCuttingPlanes()
Declaration
public Plane[] GetCuttingPlanes()
Returns
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 |
|
SetCuttingPlanes(Plane[])
Declaration
public void SetCuttingPlanes(Plane[] pPlaneTags)
Parameters
Type |
Name |
Description |
Plane[] |
pPlaneTags |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink