Search Results for

    Show / Hide Table of Contents

    Class ConvertFromMCDBuilder

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

    Constructors

    ConvertFromMCDBuilder()

    Declaration
    protected ConvertFromMCDBuilder()

    Properties

    CounterSpindleFace

    Declaration
    public Face CounterSpindleFace { get; set; }
    Property Value
    Type Description
    Face

    MachineBaseJunctionName

    Declaration
    public string MachineBaseJunctionName { get; set; }
    Property Value
    Type Description
    string

    MachineType

    Declaration
    public ConvertFromMCDBuilder.MachineTypes MachineType { get; set; }
    Property Value
    Type Description
    ConvertFromMCDBuilder.MachineTypes

    MachineZeroCsys

    Declaration
    public CoordinateSystem MachineZeroCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    MainSpindleFace

    Declaration
    public Face MainSpindleFace { get; set; }
    Property Value
    Type Description
    Face

    MillPocketLocation

    Declaration
    public ConvertFromMCDBuilder.PocketLocationTypes MillPocketLocation { get; set; }
    Property Value
    Type Description
    ConvertFromMCDBuilder.PocketLocationTypes

    MillPocketNumber

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

    SpindleFace

    Declaration
    public Face SpindleFace { get; set; }
    Property Value
    Type Description
    Face

    ToolMagazine

    Declaration
    public NXObject ToolMagazine { get; set; }
    Property Value
    Type Description
    NXObject

    Turret

    Declaration
    public NXObject Turret { get; set; }
    Property Value
    Type Description
    NXObject

    TurretPocketNumber

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

    WorkpieceFace

    Declaration
    public Face WorkpieceFace { get; set; }
    Property Value
    Type Description
    Face

    Implements

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