Search Results for

    Show / Hide Table of Contents

    Class ConformalCoolingBuilder

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

    Constructors

    ConformalCoolingBuilder()

    Declaration
    protected ConformalCoolingBuilder()

    Properties

    AllFaces

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

    ConformalCoolingBody

    Declaration
    public ScCollector ConformalCoolingBody { get; }
    Property Value
    Type Description
    ScCollector

    DisplayColor

    Declaration
    public NXColor DisplayColor { get; set; }
    Property Value
    Type Description
    NXColor

    DisplayEntity

    Declaration
    public ConformalCoolingBuilder.DisplayEntityType DisplayEntity { get; set; }
    Property Value
    Type Description
    ConformalCoolingBuilder.DisplayEntityType

    DisplayMode

    Declaration
    public ConformalCoolingBuilder.DisplayModeType DisplayMode { get; set; }
    Property Value
    Type Description
    ConformalCoolingBuilder.DisplayModeType

    DisplayResolution

    Declaration
    public ConformalCoolingBuilder.DisplayResolutionOption DisplayResolution { get; set; }
    Property Value
    Type Description
    ConformalCoolingBuilder.DisplayResolutionOption

    DisplayTranslucency

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

    DynamicPointOnFace

    Declaration
    public SelectFace DynamicPointOnFace { get; }
    Property Value
    Type Description
    SelectFace

    FacesToDisplay

    Declaration
    public ScCollector FacesToDisplay { get; }
    Property Value
    Type Description
    ScCollector

    OffsetDistance

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

    SaveConvergentBody

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

    Methods

    CreateConvergentBody()

    Declaration
    public void CreateConvergentBody()

    CreateOffsetConvergentBody()

    Declaration
    public void CreateOffsetConvergentBody()

    GetInApplyStatus()

    Declaration
    public bool GetInApplyStatus()
    Returns
    Type Description
    System.Boolean

    GetInUnitTest()

    Declaration
    public bool GetInUnitTest()
    Returns
    Type Description
    System.Boolean

    InitConformalCoolingFacetsData(Boolean)

    Declaration
    public void InitConformalCoolingFacetsData(bool changingBody)
    Parameters
    Type Name Description
    System.Boolean changingBody

    SetInApplyStatus(Boolean)

    Declaration
    public void SetInApplyStatus(bool inApplyStatus)
    Parameters
    Type Name Description
    System.Boolean inApplyStatus

    SetInUnitTest(Boolean)

    Declaration
    public void SetInUnitTest(bool inUnitTest)
    Parameters
    Type Name Description
    System.Boolean inUnitTest

    UpdateFacetsDisplay()

    Declaration
    public void UpdateFacetsDisplay()

    Implements

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