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

Represents the SimKimJunctionBuilder class object More...

Inheritance diagram for NXOpen.SIM.KinematicJunctionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  SystemClass {
  None, Mount, MachineZero, ToolZero,
  ToolTip, LatheWpZx, LatheWpXy, RobotBase,
  RobotFlange, PositionerBase, PositionerTool
}
 The junction system classes More...
 

Public Member Functions

unsafe
NXOpen.CartesianCoordinateSystem 
CreateDefaultCsys ()
 Create the default CSYS based on WCS More...
 
unsafe
NXOpen.CartesianCoordinateSystem 
CreateTooltipCsys ()
 Create the tooltip CSYS More...
 
unsafe bool IsMachineZero ()
 Test if this is a machine zero junction More...
 
unsafe bool IsToolMount ()
 Test if the junction is a tool mount junctions More...
 
unsafe bool IsToolTip ()
 Test if the junction is a tool tip junctions 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
NXOpen.SIM.KinematicJunctionBuilder.SystemClass 
Classification [get, set]
 Returns or sets the classification of the junction More...
 
unsafe
NXOpen.CartesianCoordinateSystem 
Csys [get, set]
 Returns or sets the CSYS associated with the junction More...
 
unsafe string Name [get, set]
 Returns or sets the kim junction's name 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 the SimKimJunctionBuilder class object

Use the NXOpen.SIM.KinematicConfigurator class to create a KinematicJunctionBuilder object.

Created in NX7.5.0

Member Enumeration Documentation

The junction system classes

Enumerator
None 

no specal class

Mount 

a mounting junction

MachineZero 

the machine zero junction

ToolZero 

the tool mounting point

ToolTip 

The tool tip junction

LatheWpZx 

Lathe Work Plane Z/X

LatheWpXy 

Lathe Work Plane X/Y

RobotBase 

the robot base junction

RobotFlange 

the robot flange junction

PositionerBase 

the positioner base junction

PositionerTool 

the positioner tool junction

Member Function Documentation

unsafe NXOpen.CartesianCoordinateSystem NXOpen.SIM.KinematicJunctionBuilder.CreateDefaultCsys ( )
inline

Create the default CSYS based on WCS

Created in NX7.5.0

License requirements: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")

Returns
the default csys
unsafe NXOpen.CartesianCoordinateSystem NXOpen.SIM.KinematicJunctionBuilder.CreateTooltipCsys ( )
inline

Create the tooltip CSYS

Created in NX7.5.0

License requirements: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")

Returns
the tooltip csys
unsafe bool NXOpen.SIM.KinematicJunctionBuilder.IsMachineZero ( )
inline

Test if this is a machine zero junction

Created in NX7.5.0

License requirements: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")

Returns
true if it is the machine zero junction
unsafe bool NXOpen.SIM.KinematicJunctionBuilder.IsToolMount ( )
inline

Test if the junction is a tool mount junctions

Created in NX7.5.0

License requirements: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")

Returns
true if it is a tool mount junction
unsafe bool NXOpen.SIM.KinematicJunctionBuilder.IsToolTip ( )
inline

Test if the junction is a tool tip junctions

Created in NX7.5.0

License requirements: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")

Returns
true if it is a tool tip junction

Property Documentation

unsafe NXOpen.SIM.KinematicJunctionBuilder.SystemClass NXOpen.SIM.KinematicJunctionBuilder.Classification
getset

Returns or sets the classification of the junction

Created in NX7.5.0

License requirements to get this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")

unsafe NXOpen.CartesianCoordinateSystem NXOpen.SIM.KinematicJunctionBuilder.Csys
getset

Returns or sets the CSYS associated with the junction

Created in NX7.5.0

License requirements to get this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")

unsafe string NXOpen.SIM.KinematicJunctionBuilder.Name
getset

Returns or sets the kim junction's name

Created in NX7.5.0

License requirements to get this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")

License requirements to set this property: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") OR resource_manager_nx ("Teamcenter Resource Manager")


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