Search Results for

    Show / Hide Table of Contents

    Class CheckPorosityBuilder

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

    Constructors

    CheckPorosityBuilder()

    Declaration
    protected CheckPorosityBuilder()

    Properties

    AboveLimit

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

    AboveTarget

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

    AutomaticUpdate

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

    Average

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

    BelowLimit

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

    BelowTarget

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

    ColorMapDisplayOptionType

    Declaration
    public CheckPorosityBuilder.ColorMapDisplayOptionTypes ColorMapDisplayOptionType { get; set; }
    Property Value
    Type Description
    CheckPorosityBuilder.ColorMapDisplayOptionTypes

    GeometricConstraintDataManager

    Declaration
    public GeometricConstraintDataManager GeometricConstraintDataManager { get; }
    Property Value
    Type Description
    GeometricConstraintDataManager

    Maximum

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

    MaximumPorosity

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

    Median

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

    Minimum

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

    MinimumPorosity

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

    PreviewState

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

    SelectionAndPlacement

    Declaration
    public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
    Property Value
    Type Description
    SelectionAndPlacementBuilder

    TargetPorosity

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

    VoxelSize

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

    WithinLimit

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

    Methods

    AddGeometricConstraintPoint(Face, Point)

    Declaration
    public void AddGeometricConstraintPoint(Face face, Point point)
    Parameters
    Type Name Description
    Face face
    Point point

    ClearGeometricConstraintPoints()

    Declaration
    public void ClearGeometricConstraintPoints()

    DeleteGeometricConstraintPoint(Point)

    Declaration
    public void DeleteGeometricConstraintPoint(Point point)
    Parameters
    Type Name Description
    Point point

    MakeColorLegend()

    Declaration
    public void MakeColorLegend()

    RemoveColorLegend()

    Declaration
    public void RemoveColorLegend()

    SetGeometricConstraintPoint(Face, Point)

    Declaration
    public void SetGeometricConstraintPoint(Face face, Point point)
    Parameters
    Type Name Description
    Face face
    Point point

    Implements

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