Search Results for

    Show / Hide Table of Contents

    Class MWDefineRegionsBuilder

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

    Constructors

    MWDefineRegionsBuilder()

    Declaration
    protected MWDefineRegionsBuilder()

    Properties

    CreatePartingLinesToggle

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

    CreateRegionsToggle

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

    FaceColor

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

    SelectRegionFaces

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

    TranslucencyOption

    Declaration
    public MWDefineRegionsBuilder.TranslucencyOptionType TranslucencyOption { get; set; }
    Property Value
    Type Description
    MWDefineRegionsBuilder.TranslucencyOptionType

    TranslucencyValueScale

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

    Methods

    ChangeCurrentRegionName(String)

    Declaration
    public int ChangeCurrentRegionName(string regionName)
    Parameters
    Type Name Description
    System.String regionName
    Returns
    Type Description
    System.Int32

    ChangeEntitiesColor(TaggedObject[], Int32)

    Declaration
    public void ChangeEntitiesColor(TaggedObject[] entities, int color)
    Parameters
    Type Name Description
    TaggedObject[] entities
    System.Int32 color

    ChangeRegionFacesColor(String, Int32, Int32)

    Declaration
    public void ChangeRegionFacesColor(string regionName, int allOrUndefined, int color)
    Parameters
    Type Name Description
    System.String regionName
    System.Int32 allOrUndefined
    System.Int32 color

    ChangeRegionLayer(String, Int32)

    Declaration
    public void ChangeRegionLayer(string regionName, int layer)
    Parameters
    Type Name Description
    System.String regionName
    System.Int32 layer

    CreateNewRegion()

    Declaration
    public string CreateNewRegion()
    Returns
    Type Description
    System.String

    CreateNewRegionButton()

    Declaration
    public void CreateNewRegionButton()

    DeleteAllExistingRegions()

    Declaration
    public void DeleteAllExistingRegions()

    DeleteRegion(String)

    Declaration
    public void DeleteRegion(string regionName)
    Parameters
    Type Name Description
    System.String regionName

    DisplayProductBody()

    Declaration
    public void DisplayProductBody()

    GetOrCreateEmptyRegion(out Int32)

    Declaration
    public string GetOrCreateEmptyRegion(out int created)
    Parameters
    Type Name Description
    System.Int32 created
    Returns
    Type Description
    System.String

    HookupRegionUdoAndBodyForCavityAndCore()

    Declaration
    public void HookupRegionUdoAndBodyForCavityAndCore()

    SearchRegionButton()

    Declaration
    public void SearchRegionButton()

    SetCurrentRegion(String)

    Declaration
    public void SetCurrentRegion(string regionName)
    Parameters
    Type Name Description
    System.String regionName

    SetupRegionsInfo()

    Declaration
    public void SetupRegionsInfo()

    UpdateUndefinedFaces(Int32)

    Declaration
    public void UpdateUndefinedFaces(int changeColor)
    Parameters
    Type Name Description
    System.Int32 changeColor

    UpdateUnsewnBodiesNameAttribute(TaggedObject, Face[])

    Declaration
    public void UpdateUnsewnBodiesNameAttribute(TaggedObject unsewFeatureTag, Face[] cavityFaces)
    Parameters
    Type Name Description
    TaggedObject unsewFeatureTag
    Face[] cavityFaces

    Implements

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