Search Results for

    Show / Hide Table of Contents

    Class RemoveRibsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RemoveRibsBuilder
    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 RemoveRibsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    RemoveRibsBuilder()

    Declaration
    protected RemoveRibsBuilder()

    Properties

    CreateGroups

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

    RibMaxArea

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

    RibMaxElem

    Declaration
    public int RibMaxElem { get; set; }
    Property Value
    Type Description
    System.Int32

    RibMinBoundaryNodeRatio

    Declaration
    public int RibMinBoundaryNodeRatio { get; set; }
    Property Value
    Type Description
    System.Int32

    SelectedElements

    Declaration
    public SelectElementsBuilder SelectedElements { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    UseMidNodes

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

    UseRibMaxArea

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

    UseRibMaxElem

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

    UseRibMinBoundaryNodeRatio

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

    Methods

    DeleteRibs(Int32[])

    Declaration
    public void DeleteRibs(int[] ribIds)
    Parameters
    Type Name Description
    System.Int32[] ribIds

    DetectRibs()

    Declaration
    public int[] DetectRibs()
    Returns
    Type Description
    System.Int32[]

    GetRibElements(Int32)

    Declaration
    public FEElement[] GetRibElements(int ribId)
    Parameters
    Type Name Description
    System.Int32 ribId
    Returns
    Type Description
    FEElement[]

    Implements

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