NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAM.ConvertFromMCDBuilder Class Reference

Represents a NXOpen.CAM.ConvertFromMCDBuilder More...

Inheritance diagram for NXOpen.CAM.ConvertFromMCDBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  MachineTypes { Mill, Turn, MillTurn }
 Represents the machine type option. More...
 
enum  PocketLocationTypes { Spindle, ToolMagazine }
 Represents the pocket location option. More...
 

Properties

unsafe NXOpen.Face CounterSpindleFace [get, set]
 Returns or sets the counter spindle face. More...
 
unsafe string MachineBaseJunctionName [get, set]
 Returns or sets the machine base junction name More...
 
unsafe
NXOpen.CAM.ConvertFromMCDBuilder.MachineTypes 
MachineType [get, set]
 Returns or sets the machine type method More...
 
unsafe NXOpen.CoordinateSystem MachineZeroCsys [get, set]
 Returns or sets the machine zero csys More...
 
unsafe NXOpen.Face MainSpindleFace [get, set]
 Returns or sets the main spindle face. More...
 
unsafe
NXOpen.CAM.ConvertFromMCDBuilder.PocketLocationTypes 
MillPocketLocation [get, set]
 Returns or sets the mill pocket location More...
 
unsafe int MillPocketNumber [get, set]
 Returns or sets the mill pocket number More...
 
unsafe NXOpen.Face SpindleFace [get, set]
 Returns or sets the spindle face More...
 
unsafe NXOpen.NXObject ToolMagazine [get, set]
 Returns or sets the tool magazine More...
 
unsafe NXOpen.NXObject Turret [get, set]
 Returns or sets the turret More...
 
unsafe int TurretPocketNumber [get, set]
 Returns or sets the turret pocket number More...
 
unsafe NXOpen.Face WorkpieceFace [get, set]
 Returns or sets the workpiece face. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.CAM.ConvertFromMCDBuilder

To create a new instance of this class, use NXOpen.SIM.KinematicConfigurator.CreateConvertFromMcdBuilder

Created in NX9.0.0

Member Enumeration Documentation

Represents the machine type option.

Enumerator
Mill 
Turn 
MillTurn 

Represents the pocket location option.

Enumerator
Spindle 
ToolMagazine 

Property Documentation

unsafe NXOpen.Face NXOpen.CAM.ConvertFromMCDBuilder.CounterSpindleFace
getset

Returns or sets the counter spindle face.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe string NXOpen.CAM.ConvertFromMCDBuilder.MachineBaseJunctionName
getset

Returns or sets the machine base junction name

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.CAM.ConvertFromMCDBuilder.MachineTypes NXOpen.CAM.ConvertFromMCDBuilder.MachineType
getset

Returns or sets the machine type method

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.CoordinateSystem NXOpen.CAM.ConvertFromMCDBuilder.MachineZeroCsys
getset

Returns or sets the machine zero csys

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.Face NXOpen.CAM.ConvertFromMCDBuilder.MainSpindleFace
getset

Returns or sets the main spindle face.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.CAM.ConvertFromMCDBuilder.PocketLocationTypes NXOpen.CAM.ConvertFromMCDBuilder.MillPocketLocation
getset

Returns or sets the mill pocket location

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe int NXOpen.CAM.ConvertFromMCDBuilder.MillPocketNumber
getset

Returns or sets the mill pocket number

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.Face NXOpen.CAM.ConvertFromMCDBuilder.SpindleFace
getset

Returns or sets the spindle face

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.NXObject NXOpen.CAM.ConvertFromMCDBuilder.ToolMagazine
getset

Returns or sets the tool magazine

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.NXObject NXOpen.CAM.ConvertFromMCDBuilder.Turret
getset

Returns or sets the turret

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe int NXOpen.CAM.ConvertFromMCDBuilder.TurretPocketNumber
getset

Returns or sets the turret pocket number

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")

unsafe NXOpen.Face NXOpen.CAM.ConvertFromMCDBuilder.WorkpieceFace
getset

Returns or sets the workpiece face.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.