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

Represents an Export Tool Part Builder More...

Inheritance diagram for NXOpen.CAM.ManageToolPartBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void AskR1ToolTipJunction (out NXOpen.NXObject r1ToolTipJunction, out int r1ToolTipTrackingPoint)
 The r1 tool tip junction, applies for turning tools only More...
 
unsafe void AskToolTipJunction (out NXOpen.NXObject toolTipJunction, out int toolTipTrackingPoint, out int toolTipRadiusId)
 The tool_tip_tracking_point, tool_tip_radius_id parameters apply for turning tools only. More...
 
unsafe int GetNumToolCutter ()
 Get the number of tool cutter objects More...
 
unsafe int GetNumToolNonCuttingObjects ()
 Get the number of the tool's non cutting geometry objects More...
 
unsafe void GetToolCutter (out NXOpen.NXObject[] tagArray)
 Get the tool's cutter geometry objects More...
 
unsafe void GetToolNonCuttingObjects (out NXOpen.NXObject[] tagArray)
 Get the geometry objects of the tool's non cutting component More...
 
unsafe void SetToolCutter (NXOpen.NXObject[] tagArray)
 Sets the geometry objects for the tool's cutter More...
 
unsafe void SetToolNonCuttingObjects (NXOpen.NXObject[] tagArray)
 Sets the geometry objects of the tool's non cutting component More...
 
unsafe void UpdateR1ToolTipJunction (NXOpen.NXObject r1ToolTipJunction, int r1ToolTipTrackingPoint)
 Updates the r1 tool tip junction and related tracking point (1. More...
 
unsafe void UpdateToolTipJunction (NXOpen.NXObject r1ToolTipJunction, int toolTipTrackingPoint, int toolTipRadiusId)
 Updates the tool tip junction. 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 bool ExportToggleState [get, set]
 Returns or sets the export tool part toggle state More...
 
unsafe NXOpen.NXObject ToolMountingJunction [get, set]
 Returns or sets the tool mounting junction More...
 

Additional Inherited Members

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

Detailed Description

Represents an Export Tool Part Builder

This is an abstract class, and cannot be instantiated.

Created in NX6.0.0

Member Function Documentation

unsafe void NXOpen.CAM.ManageToolPartBuilder.AskR1ToolTipJunction ( out NXOpen.NXObject  r1ToolTipJunction,
out int  r1ToolTipTrackingPoint 
)
inline

The r1 tool tip junction, applies for turning tools only

Created in NX6.0.0

License requirements: None.

Parameters
r1ToolTipJunctionThe Tool Tip Junction at radius R1
r1ToolTipTrackingPointThe tracking point (1..9) where the junction origin is located
unsafe void NXOpen.CAM.ManageToolPartBuilder.AskToolTipJunction ( out NXOpen.NXObject  toolTipJunction,
out int  toolTipTrackingPoint,
out int  toolTipRadiusId 
)
inline

The tool_tip_tracking_point, tool_tip_radius_id parameters apply for turning tools only.

Otherwise they are set to zero

Created in NX8.5.0

License requirements: None.

Parameters
toolTipJunctionThe Tool Tip Junction at radius R1
toolTipTrackingPointThe tracking point (1..9) where the junction origin is located
toolTipRadiusIdThe radius id where the junction origin is located
unsafe int NXOpen.CAM.ManageToolPartBuilder.GetNumToolCutter ( )
inline

Get the number of tool cutter objects

Created in NX7.5.0

License requirements: None.

Returns
Number of cutter objects
unsafe int NXOpen.CAM.ManageToolPartBuilder.GetNumToolNonCuttingObjects ( )
inline

Get the number of the tool's non cutting geometry objects

Created in NX12.0.1

License requirements: None.

Returns
Number of non cutting objects
unsafe void NXOpen.CAM.ManageToolPartBuilder.GetToolCutter ( out NXOpen.NXObject[]  tagArray)
inline

Get the tool's cutter geometry objects

Created in NX7.5.0

License requirements: None.

Parameters
tagArrayArray with the cutter objects
unsafe void NXOpen.CAM.ManageToolPartBuilder.GetToolNonCuttingObjects ( out NXOpen.NXObject[]  tagArray)
inline

Get the geometry objects of the tool's non cutting component

Created in NX12.0.1

License requirements: None.

Parameters
tagArrayArray with the non cutting objects
unsafe void NXOpen.CAM.ManageToolPartBuilder.SetToolCutter ( NXOpen.NXObject[]  tagArray)
inline

Sets the geometry objects for the tool's cutter

Created in NX7.5.0

License requirements: None.

Parameters
tagArrayArray holding the cutter objects
unsafe void NXOpen.CAM.ManageToolPartBuilder.SetToolNonCuttingObjects ( NXOpen.NXObject[]  tagArray)
inline

Sets the geometry objects of the tool's non cutting component

Created in NX12.0.1

License requirements: None.

Parameters
tagArrayArray holding the non cutting objects
unsafe void NXOpen.CAM.ManageToolPartBuilder.UpdateR1ToolTipJunction ( NXOpen.NXObject  r1ToolTipJunction,
int  r1ToolTipTrackingPoint 
)
inline

Updates the r1 tool tip junction and related tracking point (1.

.9)

Created in NX6.0.0

License requirements: None.

Parameters
r1ToolTipJunctionThe tool tip junction at radius R1
r1ToolTipTrackingPointThe tracking point (1..9) where the junction origin is located
unsafe void NXOpen.CAM.ManageToolPartBuilder.UpdateToolTipJunction ( NXOpen.NXObject  r1ToolTipJunction,
int  toolTipTrackingPoint,
int  toolTipRadiusId 
)
inline

Updates the tool tip junction.

The tool_tip_tracking_point, tool_tip_radius_id parameters apply for turning tools only.

Created in NX8.5.0

License requirements: None.

Parameters
r1ToolTipJunctionThe tool tip junction at radius R1
toolTipTrackingPointThe tracking point (1..9) where the junction origin is located
toolTipRadiusIdThe radius id (1,2,3..) where the junction origin is located

Property Documentation

unsafe bool NXOpen.CAM.ManageToolPartBuilder.ExportToggleState
getset

Returns or sets the export tool part toggle state

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXObject NXOpen.CAM.ManageToolPartBuilder.ToolMountingJunction
getset

Returns or sets the tool mounting junction

Created in NX6.0.0

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.