Search Results for

    Show / Hide Table of Contents

    Class LinkedMirrorPartBuilder

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

    Constructors

    LinkedMirrorPartBuilder()

    Declaration
    protected LinkedMirrorPartBuilder()

    Properties

    MirrorCsysMethod

    Declaration
    public LinkedMirrorPartBuilder.MirrorCsysOption MirrorCsysMethod { get; set; }
    Property Value
    Type Description
    LinkedMirrorPartBuilder.MirrorCsysOption

    MirrorPartName

    Declaration
    public string MirrorPartName { get; set; }
    Property Value
    Type Description
    System.String

    MirrorPartType

    Declaration
    public LinkedMirrorPartBuilder.MirrorPartTypeOption MirrorPartType { get; set; }
    Property Value
    Type Description
    LinkedMirrorPartBuilder.MirrorPartTypeOption

    MirrorPlane

    Declaration
    public Plane MirrorPlane { get; set; }
    Property Value
    Type Description
    Plane

    MirrorPlaneNormal

    Declaration
    public Vector3d MirrorPlaneNormal { get; set; }
    Property Value
    Type Description
    Vector3d

    MirrorPlaneOrigin

    Declaration
    public Point3d MirrorPlaneOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    MirrorPmiFlag

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

    NewPart

    Declaration
    public Part NewPart { get; set; }
    Property Value
    Type Description
    Part

    ParentPart

    Declaration
    public Part ParentPart { get; set; }
    Property Value
    Type Description
    Part

    Methods

    GetRefSetNames()

    Declaration
    public string[] GetRefSetNames()
    Returns
    Type Description
    System.String[]

    SetRefSetNames(String[])

    Declaration
    public void SetRefSetNames(string[] refSetNames)
    Parameters
    Type Name Description
    System.String[] refSetNames

    Implements

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