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.MoveBuilder Class Reference

Represents Move Builder More...

Inheritance diagram for NXOpen.CAM.MoveBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAM.AlongMachineAxisMoveBuilder NXOpen.CAM.AlongMcsAxisMoveBuilder NXOpen.CAM.AlongToolAxisMoveBuilder NXOpen.CAM.AngularAboutAxisMoveBuilder NXOpen.CAM.CircularAboutAxisMoveBuilder NXOpen.CAM.DeltaMoveBuilder NXOpen.CAM.FollowGeometryMoveBuilder NXOpen.CAM.LaserCircleCutout NXOpen.CAM.LaserHexagonCutout NXOpen.CAM.LaserLinearMove NXOpen.CAM.LaserProfileMove NXOpen.CAM.LaserRectangleCutout NXOpen.CAM.LaserSlotCutout NXOpen.CAM.LinearLocalCsysMoveBuilder NXOpen.CAM.MoveToPointBuilder NXOpen.CAM.NormalToToolAxisMoveBuilder NXOpen.CAM.ProbeCalibrateLengthMoveBuilder NXOpen.CAM.ProbeCalibrateSphereMoveBuilder NXOpen.CAM.ProbeCalibrateStylusMoveBuilder NXOpen.CAM.ProbeClearanceMoveBuilder NXOpen.CAM.ProbeInspectBorebossMoveBuilder NXOpen.CAM.ProbeInspectPointMoveBuilder NXOpen.CAM.ProbeInspectSurfacePointMoveBuilder NXOpen.CAM.RotaryPointMoveBuilder NXOpen.CAM.RotaryPolarMoveBuilder NXOpen.CAM.RotateToolMoveBuilder NXOpen.CAM.TeachmodeEngageSettingsBuilder NXOpen.CAM.TeachmodeLinearMoveBuilder NXOpen.CAM.TeachmodeProfileMoveBuilder NXOpen.CAM.TeachmodeRetractSettingsBuilder NXOpen.CAM.ToolTrackingPointBuilder NXOpen.CAM.TurnMoveToPointBuilder NXOpen.CAM.TurnProbeClearanceBuilder NXOpen.CAM.TurnProbeInspectPointMoveBuilder NXOpen.CAM.UdeMoveBuilder NXOpen.CAM.UserDefinedMoveBuilder NXOpen.CAM.VectorDistanceMoveBuilder

Public Types

enum  Feed { Motion, Custom }
 the feed Type More...
 
enum  Motion {
  Rapid = 1, Engage, Cut, Stepover,
  Retract, Approach, Traversal, Departure,
  Return, FirstCut, LastCut, Crossover
}
 the motion Type More...
 

Public Member Functions

unsafe NXOpen.CAM.UdeParameter GetUserParameter (string parameterName)
 Returns the custom parameter with the given name. More...
 
unsafe NXOpen.CAM.UdeParameter GetUserParameter (int index)
 Returns the parameter at the input index. More...
 
unsafe void SetParent (NXOpen.CAM.CAMObject parent)
 Set parent More...
 
unsafe void SetSibling (NXOpen.CAM.CAMObject sibling)
 Set sibling 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 double FeedRate [get, set]
 Returns or sets the feed rate More...
 
unsafe NXOpen.CAM.MoveBuilder.Feed FeedType [get, set]
 Returns or sets the feed type More...
 
unsafe NXOpen.CAM.FeedRateUnit FeedUnit [get, set]
 Returns or sets the feed unit More...
 
unsafe
NXOpen.CAM.MoveBuilder.Motion 
MotionType [get, set]
 Returns or sets the motion type More...
 
unsafe int NumberOfUserParameters [get]
 Returns the number of user parameters More...
 
unsafe bool ProtectedMove [get, set]
 Returns or sets the protected move status More...
 
unsafe string SubopLabel [get, set]
 Returns or sets the subop label 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 Move Builder

This cannot be instantiated

Created in NX5.0.0

Member Enumeration Documentation

the feed Type

Enumerator
Motion 

Motion

Custom 

Custom

the motion Type

Enumerator
Rapid 

Rapid

Engage 

Engage

Cut 

Cut

Stepover 

Stepover

Retract 

Retract

Approach 

Approach

Traversal 

Traversal

Departure 

Departure

Return 

Return

FirstCut 

First Cut

LastCut 

Last Cut

Crossover 

Crossover

Member Function Documentation

unsafe NXOpen.CAM.UdeParameter NXOpen.CAM.MoveBuilder.GetUserParameter ( string  parameterName)
inline

Returns the custom parameter with the given name.

Created in NX8.0.0

License requirements: None.

Parameters
parameterNamethe parameter name
Returns
the parameter
unsafe NXOpen.CAM.UdeParameter NXOpen.CAM.MoveBuilder.GetUserParameter ( int  index)
inline

Returns the parameter at the input index.

Created in NX8.0.0

License requirements: None.

Parameters
indexthe parameter index
Returns
the parameter
unsafe void NXOpen.CAM.MoveBuilder.SetParent ( NXOpen.CAM.CAMObject  parent)
inline

Set parent

Created in NX5.0.0

License requirements: None.

Parameters
parentthe parent object
unsafe void NXOpen.CAM.MoveBuilder.SetSibling ( NXOpen.CAM.CAMObject  sibling)
inline

Set sibling

Created in NX5.0.0

License requirements: None.

Parameters
siblingthe sibling object

Property Documentation

unsafe double NXOpen.CAM.MoveBuilder.FeedRate
getset

Returns or sets the feed rate

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.MoveBuilder.Feed NXOpen.CAM.MoveBuilder.FeedType
getset

Returns or sets the feed type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.FeedRateUnit NXOpen.CAM.MoveBuilder.FeedUnit
getset

Returns or sets the feed unit

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.MoveBuilder.Motion NXOpen.CAM.MoveBuilder.MotionType
getset

Returns or sets the motion type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAM.MoveBuilder.NumberOfUserParameters
get

Returns the number of user parameters

Created in NX8.0.0

License requirements: None.

unsafe bool NXOpen.CAM.MoveBuilder.ProtectedMove
getset

Returns or sets the protected move status

Created in NX5.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.CAM.MoveBuilder.SubopLabel
getset

Returns or sets the subop label

Created in NX8.5.1

License requirements to get this property: None.

License requirements to set this property: None.


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