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

Represents a test cut builder More...

Inheritance diagram for NXOpen.CAM.TurnRoughFinishTestCut:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CutTypes { Axial, Contour }
 the test cut type options More...
 
enum  DirectionTypes { Reverse, Forward }
 the test cut direction options More...
 
enum  FeedInTypes { None, Linear, SameAsProfileEngage, SameAsFirstTestCut }
 the test cut feed in options More...
 
enum  FeedOutTypes { None, Linear, SameAsProfileRetract, SameAsFirstTestCut }
 the test cut feed out options More...
 
enum  MeasuringPositionTypes { Automatic, Point, SameAsFirstTestCut }
 the test cut measuring position options More...
 
enum  ReturnMoveTypes { Direct, RadialAxial, AxialRadial, SameAsFirstTestCut }
 the test cut return move options More...
 
enum  SecondarySequenceTypes { None, Diameter, Face }
 the secondary test cut sequence options More...
 
enum  SequenceTypes { None, TestCutAndFinish, TestCutOnly }
 the test cut sequence options More...
 
enum  StockModeTypes { Automatic, Specify, SameAsFirstTestCut }
 the test cut stock mode options More...
 
enum  StopPositionTypes {
  Automatic, Point, Length, Percent,
  SameAsFirstTestCut
}
 the test cut stop position options More...
 

Properties

unsafe
NXOpen.CAM.TurnRoughFinishTestCut.CutTypes 
CutType [get, set]
 Returns or sets the test cut type More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.DirectionTypes 
Direction [get, set]
 Returns or sets the test cut direction More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
EndOfTestCut [get]
 Returns the end of test cut More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.FeedInTypes 
FeedIn [get, set]
 Returns or sets the test cut feed in More...
 
unsafe double FeedInAngle [get, set]
 Returns or sets the test cut feed in angle More...
 
unsafe double FeedInLength [get, set]
 Returns or sets the test cut feed in length More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.FeedOutTypes 
FeedOut [get, set]
 Returns or sets the test cut feed out More...
 
unsafe double FeedOutAngle [get, set]
 Returns or sets the test cut feed out angle More...
 
unsafe double FeedOutLength [get, set]
 Returns or sets the test cut feed out length More...
 
unsafe NXOpen.Point MeasuringPoint [get, set]
 Returns or sets the test cut measuring point More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.MeasuringPositionTypes 
MeasuringPosition [get, set]
 Returns or sets the test cut measuring position More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
MeasuringStop [get]
 Returns the measuring stop More...
 
unsafe int NumberOfPasses [get, set]
 Returns or sets the test cut number of passes More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.ReturnMoveTypes 
ReturnMoveOption [get, set]
 Returns or sets the test cut return move More...
 
unsafe NXOpen.Point ReturnMovePoint [get, set]
 Returns or sets the test cut return move point More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
SecondaryEndOfTestCut [get]
 Returns the secondary end of test cut More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
SecondaryMeasuringStop [get]
 Returns the secondary measuring stop More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.SecondarySequenceTypes 
SecondarySequence [get, set]
 Returns or sets the secondary test cut sequence More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
SecondaryStartOfTestCut [get]
 Returns the secondary start of test cut More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.SequenceTypes 
Sequence [get, set]
 Returns or sets the test cut sequence More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
StartOfFinishPass [get]
 Returns the start of finish pass More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
StartOfTestCut [get]
 Returns the start of test cut More...
 
unsafe double Stock [get, set]
 Returns or sets the test cut stock More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.StockModeTypes 
StockMode [get, set]
 Returns or sets the test cut stock mode More...
 
unsafe double StopDistance [get, set]
 Returns or sets the test cut stop distance More...
 
unsafe double StopPercentage [get, set]
 Returns or sets the test cut stop percentage More...
 
unsafe NXOpen.Point StopPoint [get, set]
 Returns or sets the test cut stop point More...
 
unsafe
NXOpen.CAM.TurnRoughFinishTestCut.StopPositionTypes 
StopPosition [get, set]
 Returns or sets the test cut stop position 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.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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a test cut builder

Created in NX8.0.0

Member Enumeration Documentation

the test cut type options

Enumerator
Axial 

Test Cut Type: Axial

Contour 

Test Cut Type: Contour

the test cut direction options

Enumerator
Reverse 

Test Direction: Reverse

Forward 

Test Direction: Forward

the test cut feed in options

Enumerator
None 

Test Cut Feed In: None

Linear 

Test Cut Feed In: Linear

SameAsProfileEngage 

Test Cut Feed In: Same as Profile eEgange

SameAsFirstTestCut 

Test Cut Feed In: Same as First Test Cut

the test cut feed out options

Enumerator
None 

Test Cut Feed Out: None

Linear 

Test Cut Feed Out: Linear

SameAsProfileRetract 

Test Cut Feed Out: Same as Profile Retract

SameAsFirstTestCut 

Test Cut Feed Out: Same as First Test Cut

the test cut measuring position options

Enumerator
Automatic 

Test Cut Measuring Position: Automatic

Point 

Test Cut Measuring Position: Point

SameAsFirstTestCut 

Test Cut Measuring Position: Same as First Test Cut

the test cut return move options

Enumerator
Direct 

Test Cut Return Move: Direct

RadialAxial 

Test Cut Return Move: Radial -> Axial

AxialRadial 

Test Cut Return Move: Axial -> Radial

SameAsFirstTestCut 

Test Cut Return Move: Same as First Test Cut

the secondary test cut sequence options

Enumerator
None 

Secondary Test Cut Sequence: None

Diameter 

Secondary Test Cut Sequence: Diameter

Face 

Secondary Test Cut Sequence: Face

the test cut sequence options

Enumerator
None 

Test Cut Sequence: None

TestCutAndFinish 

Test Cut Sequence: Test Cut and Finish

TestCutOnly 

Test Cut Sequence: Test Cut Only

the test cut stock mode options

Enumerator
Automatic 

Test Cut Stock Mode: Automatic

Specify 

Test Cut Stock Mode: Specify

SameAsFirstTestCut 

Test Cut Stock Mode: Same as First Test Cut

the test cut stop position options

Enumerator
Automatic 

Test Cut Stop Position: Automatic

Point 

Test Cut Stop Position: Point

Length 

Test Cut Stop Position: Length

Percent 

Test Cut Stop Position: Percent of Finish Cut

SameAsFirstTestCut 

Test Cut Stop Position: Same as First Test Cut

Property Documentation

unsafe NXOpen.CAM.TurnRoughFinishTestCut.CutTypes NXOpen.CAM.TurnRoughFinishTestCut.CutType
getset

Returns or sets the test cut type

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishTestCut.DirectionTypes NXOpen.CAM.TurnRoughFinishTestCut.Direction
getset

Returns or sets the test cut direction

Created in NX8.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.TurnRoughFinishTestCut.EndOfTestCut
get

Returns the end of test cut

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.TurnRoughFinishTestCut.FeedInTypes NXOpen.CAM.TurnRoughFinishTestCut.FeedIn
getset

Returns or sets the test cut feed in

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishTestCut.FeedInAngle
getset

Returns or sets the test cut feed in angle

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishTestCut.FeedInLength
getset

Returns or sets the test cut feed in length

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishTestCut.FeedOutTypes NXOpen.CAM.TurnRoughFinishTestCut.FeedOut
getset

Returns or sets the test cut feed out

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishTestCut.FeedOutAngle
getset

Returns or sets the test cut feed out angle

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishTestCut.FeedOutLength
getset

Returns or sets the test cut feed out length

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Point NXOpen.CAM.TurnRoughFinishTestCut.MeasuringPoint
getset

Returns or sets the test cut measuring point

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishTestCut.MeasuringPositionTypes NXOpen.CAM.TurnRoughFinishTestCut.MeasuringPosition
getset

Returns or sets the test cut measuring position

Created in NX8.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.TurnRoughFinishTestCut.MeasuringStop
get

Returns the measuring stop

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe int NXOpen.CAM.TurnRoughFinishTestCut.NumberOfPasses
getset

Returns or sets the test cut number of passes

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishTestCut.ReturnMoveTypes NXOpen.CAM.TurnRoughFinishTestCut.ReturnMoveOption
getset

Returns or sets the test cut return move

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Point NXOpen.CAM.TurnRoughFinishTestCut.ReturnMovePoint
getset

Returns or sets the test cut return move point

Created in NX8.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.TurnRoughFinishTestCut.SecondaryEndOfTestCut
get

Returns the secondary end of test cut

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.PostEventsCiBuilder NXOpen.CAM.TurnRoughFinishTestCut.SecondaryMeasuringStop
get

Returns the secondary measuring stop

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.TurnRoughFinishTestCut.SecondarySequenceTypes NXOpen.CAM.TurnRoughFinishTestCut.SecondarySequence
getset

Returns or sets the secondary test cut sequence

Created in NX8.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.TurnRoughFinishTestCut.SecondaryStartOfTestCut
get

Returns the secondary start of test cut

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.TurnRoughFinishTestCut.SequenceTypes NXOpen.CAM.TurnRoughFinishTestCut.Sequence
getset

Returns or sets the test cut sequence

Created in NX8.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.TurnRoughFinishTestCut.StartOfFinishPass
get

Returns the start of finish pass

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.PostEventsCiBuilder NXOpen.CAM.TurnRoughFinishTestCut.StartOfTestCut
get

Returns the start of test cut

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.TurnRoughFinishTestCut.Stock
getset

Returns or sets the test cut stock

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishTestCut.StockModeTypes NXOpen.CAM.TurnRoughFinishTestCut.StockMode
getset

Returns or sets the test cut stock mode

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishTestCut.StopDistance
getset

Returns or sets the test cut stop distance

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.CAM.TurnRoughFinishTestCut.StopPercentage
getset

Returns or sets the test cut stop percentage

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Point NXOpen.CAM.TurnRoughFinishTestCut.StopPoint
getset

Returns or sets the test cut stop point

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe NXOpen.CAM.TurnRoughFinishTestCut.StopPositionTypes NXOpen.CAM.TurnRoughFinishTestCut.StopPosition
getset

Returns or sets the test cut stop position

Created in NX8.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.