Search Results for

    Show / Hide Table of Contents

    Class SimRayAcousticsToolsModelVisualizationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SimRayAcousticsToolsModelVisualizationBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class SimRayAcousticsToolsModelVisualizationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SimRayAcousticsToolsModelVisualizationBuilder()

    Declaration
    protected SimRayAcousticsToolsModelVisualizationBuilder()

    Properties

    DetectFlatSurfaces

    Declaration
    public bool DetectFlatSurfaces { get; set; }
    Property Value
    Type Description
    bool

    DetectSmoothSurfaces

    Declaration
    public bool DetectSmoothSurfaces { get; set; }
    Property Value
    Type Description
    bool

    FeatureAngle

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

    FlatSurfacesColor

    Declaration
    public int FlatSurfacesColor { get; set; }
    Property Value
    Type Description
    int

    NumberOfFlatSurfaces

    Declaration
    public int NumberOfFlatSurfaces { get; }
    Property Value
    Type Description
    int

    NumberOfSmoothSurfaces

    Declaration
    public int NumberOfSmoothSurfaces { get; }
    Property Value
    Type Description
    int

    ShowFlatSurfaces

    Declaration
    public bool ShowFlatSurfaces { get; set; }
    Property Value
    Type Description
    bool

    ShowSmoothSurfaces

    Declaration
    public bool ShowSmoothSurfaces { get; set; }
    Property Value
    Type Description
    bool

    SmoothSurfacesColor

    Declaration
    public int SmoothSurfacesColor { get; set; }
    Property Value
    Type Description
    int

    Methods

    Display()

    Declaration
    public void Display()

    GetFlatSurfaceElementsIds(int)

    Declaration
    public int[] GetFlatSurfaceElementsIds(int flatSurfaceIndex)
    Parameters
    Type Name Description
    int flatSurfaceIndex
    Returns
    Type Description
    int[]

    GetSmoothSurfaceElementsIds(int)

    Declaration
    public int[] GetSmoothSurfaceElementsIds(int smoothSurfaceIndex)
    Parameters
    Type Name Description
    int smoothSurfaceIndex
    Returns
    Type Description
    int[]

    SetSurfacesDetectionParameters()

    Declaration
    public void SetSurfacesDetectionParameters()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX