Class FluidDomainBuilder
Inheritance
System.Object
System.MarshalByRefObject
FluidDomainBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class FluidDomainBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
FluidDomainBuilder()
Declaration
protected FluidDomainBuilder()
Properties
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 |
|
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
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
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
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