NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAM.TurnRoughFinishLocalReturnBuilder Class Reference

Represents an avoidance start Builder More...

Inheritance diagram for NXOpen.CAM.TurnRoughFinishLocalReturnBuilder:

Public Types

enum  ModeTypes {
  None, Distance, Time, NumberOfPasses,
  NumberOfCuts, NumberOfLevels
}
 The local return type options More...
 
enum  AdjustmentModeTypes { None, Range, Alignment }
 the adjustment mode options More...
 
enum  ReturnMoveModeTypes {
  None, Direct, RadialAxial, AxialRadial,
  ClearRadialDirect, ClearAxialDirect, ClearRadial, ClearAxial,
  RadialClearAxialDirect, RadialAxialRadial, RadialClearAxial, ClearRadialClearAxialDirect,
  ClearRadialAxialRadial, ClearRadialClearAxial, SameAsDeparture
}
 the return move mode options More...
 
enum  LimitTypes { DistanceOrTime, Percent }
 the local limit mode More...
 
enum  DwellUnitTypes { None, Seconds, Revolutions }
 the Dwell Unit type More...
 

Public Member Functions

unsafe
NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes 
GetLowerLimitType ()
 Get the lower limits mode More...
 
unsafe void SetLowerLimitType (NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes lowerLimitModeValue)
 Set the lower limits mode More...
 
unsafe
NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes 
GetUpperLimitType ()
 Get the upper limits mode More...
 
unsafe void SetUpperLimitType (NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes upperLimitModeValue)
 Set the upper limits mode More...
 

Properties

unsafe
NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.AdjustmentModeTypes 
AdjustmentMode [get, set]
 Returns or sets the adjustment mode mode More...
 
unsafe double Distance [get, set]
 Returns or sets the local distance value More...
 
unsafe double Dwell [get, set]
 Returns or sets the Dwell Time or Revolutions More...
 
unsafe
NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.DwellUnitTypes 
DwellUnit [get, set]
 Returns or sets the Dwell Unit type More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
EndOfPathBuilder [get]
 Returns the end event builder More...
 
unsafe double LowerLimit [get, set]
 Returns or sets the lower limit More...
 
unsafe
NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.ModeTypes 
Mode [get, set]
 Returns or sets the local return type More...
 
unsafe int NumberOfCuts [get, set]
 Returns or sets the local number of cuts More...
 
unsafe int NumberOfLevels [get, set]
 Returns or sets the local number of levels More...
 
unsafe int NumberOfPasses [get, set]
 Returns or sets the local number of passes value More...
 
unsafe string OperatorMessage [get, set]
 Returns or sets the Operator Message String More...
 
unsafe bool OutputOperatorMessage [get, set]
 Returns or sets the output operator message option More...
 
unsafe bool OutputOpskip [get, set]
 Returns or sets the output opskip option More...
 
unsafe bool OutputOpstop [get, set]
 Returns or sets the output opstop option More...
 
unsafe bool OutputStop [get, set]
 Returns or sets the output stop option More...
 
unsafe NXOpen.Point Point [get, set]
 Returns or sets the local return point More...
 
unsafe
NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.ReturnMoveModeTypes 
ReturnMoveMode [get, set]
 Returns or sets the adjustment mode mode More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
StartOfPathBuilder [get]
 Returns the start event builder More...
 
unsafe double Time [get, set]
 Returns or sets the local time value More...
 
unsafe double UpperLimit [get, set]
 Returns or sets the upper limit More...
 

Detailed Description

Represents an avoidance start Builder

Created in NX6.0.0

Member Enumeration Documentation

the adjustment mode options

Enumerator
None 

Ajustment: None

Range 

Ajustment: Range

Alignment 

Ajustment: Alignment

the Dwell Unit type

Enumerator
None 

None

Seconds 

Seconds

Revolutions 

Revolutions

the local limit mode

Enumerator
DistanceOrTime 

mm,inch or sec

Percent 

%

The local return type options

Enumerator
None 

Local Return: None

Distance 

Local Return: Distance

Time 

Local Return: Time

NumberOfPasses 

Local Return: Number of Passes

NumberOfCuts 

Local Return: Number of Cuts

NumberOfLevels 

Local Return: Number of Levels

the return move mode options

Enumerator
None 

Return Move: Nove

Direct 

Return Move: Direct

RadialAxial 

Return Move: Radial-Axial

AxialRadial 

Return Move: Axial-Radial

ClearRadialDirect 

Return Move: Clear Radial-Direct

ClearAxialDirect 

Return Move: Clear Axial-Direct

ClearRadial 

Return Move: Clear Radial

ClearAxial 

Return Move: Clear Axial

RadialClearAxialDirect 

Return Move: Radial-Clear Axial-Direct

RadialAxialRadial 

Return Move: Radial-Axial-Radial

RadialClearAxial 

Return Move: Radial-Clear Axial

ClearRadialClearAxialDirect 

Return Move: Clear Radial-Clear Axial-Direct

ClearRadialAxialRadial 

Return Move: Clear Radial-Axial-Radial

ClearRadialClearAxial 

Return Move: Clear Radial-Clear Axial

SameAsDeparture 

Return Move: Same as Departure.

Member Function Documentation

unsafe NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.GetLowerLimitType ( )

Get the lower limits mode

Created in NX6.0.0

License requirements: None.

Returns
the lower limits mode value
unsafe NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.GetUpperLimitType ( )

Get the upper limits mode

Created in NX6.0.0

License requirements: None.

Returns
the upper limits mode value
unsafe void NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.SetLowerLimitType ( NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes  lowerLimitModeValue)

Set the lower limits mode

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
lowerLimitModeValuethe lower limits mode value
unsafe void NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.SetUpperLimitType ( NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LimitTypes  upperLimitModeValue)

Set the upper limits mode

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
upperLimitModeValuethe upper limits mode value

Property Documentation

unsafe NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.AdjustmentModeTypes NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.AdjustmentMode
getset

Returns or sets the adjustment mode mode

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.Distance
getset

Returns or sets the local distance value

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.Dwell
getset

Returns or sets the Dwell Time or Revolutions

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.DwellUnitTypes NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.DwellUnit
getset

Returns or sets the Dwell Unit type

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.PostEventsCiBuilder NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.EndOfPathBuilder
get

Returns the end event builder

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.LowerLimit
getset

Returns or sets the lower limit

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.ModeTypes NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.Mode
getset

Returns or sets the local return type

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe int NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.NumberOfCuts
getset

Returns or sets the local number of cuts

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe int NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.NumberOfLevels
getset

Returns or sets the local number of levels

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe int NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.NumberOfPasses
getset

Returns or sets the local number of passes value

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.OperatorMessage
getset

Returns or sets the Operator Message String

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.OutputOperatorMessage
getset

Returns or sets the output operator message option

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.OutputOpskip
getset

Returns or sets the output opskip option

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.OutputOpstop
getset

Returns or sets the output opstop option

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.OutputStop
getset

Returns or sets the output stop option

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Point NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.Point
getset

Returns or sets the local return point

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.ReturnMoveModeTypes NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.ReturnMoveMode
getset

Returns or sets the adjustment mode mode

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.PostEventsCiBuilder NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.StartOfPathBuilder
get

Returns the start event builder

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.Time
getset

Returns or sets the local time value

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishLocalReturnBuilder.UpperLimit
getset

Returns or sets the upper limit

Created in NX6.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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.