Class ConvertFromMCDBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConvertFromMCDBuilder
Inherited Members
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.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 |
---|---|
System.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 |
---|---|
System.Int32 |
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 |
---|---|
System.Int32 |
WorkpieceFace
Declaration
public Face WorkpieceFace { get; set; }
Property Value
Type | Description |
---|---|
Face |
Implements
System.Runtime.Remoting.Messaging.IMessageSink