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

Represents a builder for an inheritable double value in of a CAM. More...

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

Public Types

enum  TiltAngleTypes { Automatic, Specify }
 Available types for auto tilt More...
 
enum  Types {
  None, AwayFromPart = 7, AwayFromPoint = 9, TowardPoint,
  AwayFromCurve = 13, TowardCurve
}
 Available types for tool axis tilt control More...
 

Public Member Functions

unsafe void GetCurves (out NXOpen.Curve[] curves)
 Returns the tool axis curve More...
 
unsafe void SetCurves (NXOpen.Curve[] curves)
 Sets the tool axis curve 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 Angle [get, set]
 Returns or sets the tool axis tilt angle More...
 
unsafe double MaxWallHeight [get, set]
 Returns or sets the maximum wall height More...
 
unsafe NXOpen.Point Point [get, set]
 Returns or sets the tool axis point More...
 
unsafe
NXOpen.CAM.ToolAxisTilt.TiltAngleTypes 
TiltAngleType [get, set]
 Returns or sets the tilt angle type More...
 
unsafe
NXOpen.CAM.ToolAxisTilt.Types 
Type [get, set]
 Returns or sets the type of tool axis tilting 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 builder for an inheritable double value in of a CAM.

CAMObject

Created in NX6.0.0

Member Enumeration Documentation

Available types for auto tilt

Enumerator
Automatic 

Automatically calculate tilt angle

Specify 

User specifies the tilt angle

Available types for tool axis tilt control

Enumerator
None 

No tilting

AwayFromPart 

Tilt away from part

AwayFromPoint 

Tilt away from point

TowardPoint 

Tilt tpward point

AwayFromCurve 

Tilt away from curve

TowardCurve 

Tilt toward curve

Member Function Documentation

unsafe void NXOpen.CAM.ToolAxisTilt.GetCurves ( out NXOpen.Curve[]  curves)
inline

Returns the tool axis curve

Created in NX6.0.0

License requirements: None.

Parameters
curvesArray of curves
unsafe void NXOpen.CAM.ToolAxisTilt.SetCurves ( NXOpen.Curve[]  curves)
inline

Sets the tool axis curve

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
curvesArray of curves

Property Documentation

unsafe double NXOpen.CAM.ToolAxisTilt.Angle
getset

Returns or sets the tool axis tilt angle

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.ToolAxisTilt.MaxWallHeight
getset

Returns or sets the maximum wall height

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.ToolAxisTilt.Point
getset

Returns or sets the tool axis 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.ToolAxisTilt.TiltAngleTypes NXOpen.CAM.ToolAxisTilt.TiltAngleType
getset

Returns or sets the tilt angle 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.ToolAxisTilt.Types NXOpen.CAM.ToolAxisTilt.Type
getset

Returns or sets the type of tool axis tilting

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.