Search Results for

    Show / Hide Table of Contents

    Class MoldCsysBuilder

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

    Constructors

    MoldCsysBuilder()

    Declaration
    protected MoldCsysBuilder()

    Properties

    Lockx

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

    Locky

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

    Lockz

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

    Prod

    Declaration
    public SelectFaceList Prod { get; }
    Property Value
    Type Description
    SelectFaceList

    Wcstype

    Declaration
    public MoldCsysBuilder.Wcsposition Wcstype { get; set; }
    Property Value
    Type Description
    MoldCsysBuilder.Wcsposition

    Methods

    CancelMoldCsys()

    Declaration
    public void CancelMoldCsys()

    DestroyMoldCsys()

    Declaration
    public void DestroyMoldCsys()

    Initialize()

    Declaration
    public void Initialize()

    OpenOriginalProdPartQuietly(Boolean, out NXObject, out NXObject)

    Declaration
    public void OpenOriginalProdPartQuietly(bool displayMessage, out NXObject prodPart, out NXObject prodBody)
    Parameters
    Type Name Description
    System.Boolean displayMessage
    NXObject prodPart
    NXObject prodBody

    RepositionProductPart(Double[])

    Declaration
    public void RepositionProductPart(double[] csysMatrix)
    Parameters
    Type Name Description
    System.Double[] csysMatrix

    UpdateBodyBox()

    Declaration
    public void UpdateBodyBox()

    UpdateSelectedCsys(CoordinateSystem)

    Declaration
    public void UpdateSelectedCsys(CoordinateSystem csysTag)
    Parameters
    Type Name Description
    CoordinateSystem csysTag

    Implements

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