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

Represents a manufacturing object builder. More...

Inheritance diagram for NXOpen.CAM.ParamBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAM.DPMItpBuilder NXOpen.CAM.NCGroupBuilder NXOpen.CAM.OperationBuilder NXOpen.CAM.ToolPathTiltBuilder NXOpen.CAM.WedmBasedGeomBuilder NXOpen.CAM.WedmCornerControlBuilder NXOpen.CAM.WedmCuttingBuilder NXOpen.CAM.WedmLeadInOutBuilder NXOpen.CAM.WedmMoveControlBuilder

Public Types

enum  OptimizationTypes { None, MinimizeTravel, Band }
 Available types for Optimization Method in operation More...
 

Public Member Functions

unsafe NXOpen.TaggedObject GetCustomizableItemBuilder (string name)
 Returns the customizable item builder for the given customizable item name More...
 
unsafe string[] GetCustomizableItemNames ()
 Returns the names for all customizable item ids More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.CAM.Ude CycleEvent [get]
 Returns the cycle event More...
 
unsafe NXOpen.CAM.Cycle CycleTable [get]
 Returns the cycle More...
 
unsafe
NXOpen.CAM.ParamBuilder.OptimizationTypes 
OptimizationMethod [get, set]
 Returns or sets the optim method More...
 
unsafe NXOpen.CAM.NCGroup TargetPocket [get, set]
 Returns or sets the target pocket 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a manufacturing object builder.

It is the top level builder for all manufacturing objects that have a representation in the Operation Navigator.

This is an abstract class and cannot be instantiated.

Created in NX5.0.0

Member Enumeration Documentation

Available types for Optimization Method in operation

Enumerator
None 

none

MinimizeTravel 

minimize travel

Band 

band

Member Function Documentation

unsafe NXOpen.TaggedObject NXOpen.CAM.ParamBuilder.GetCustomizableItemBuilder ( string  name)
inline

Returns the customizable item builder for the given customizable item name

Created in NX11.0.1

License requirements: None.

Parameters
namethe ci name
Returns
unsafe string [] NXOpen.CAM.ParamBuilder.GetCustomizableItemNames ( )
inline

Returns the names for all customizable item ids

Created in NX11.0.1

License requirements: None.

Returns
the ci names

Property Documentation

unsafe NXOpen.CAM.Ude NXOpen.CAM.ParamBuilder.CycleEvent
get

Returns the cycle event

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.Cycle NXOpen.CAM.ParamBuilder.CycleTable
get

Returns the cycle

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.ParamBuilder.OptimizationTypes NXOpen.CAM.ParamBuilder.OptimizationMethod
getset

Returns or sets the optim method

Created in NX5.0.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.NCGroup NXOpen.CAM.ParamBuilder.TargetPocket
getset

Returns or sets the target pocket

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")


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