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

This class is used for add kinematic chain to the list. More...

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

Public Types

enum  CoordinatePlaneTypes { Zx, Xy }
 Represents the coordinate plane type More...
 
enum  Types {
  Unknown = -1, Milling, Turning, Polar,
  Robot
}
 Represents the kinematic chain type More...
 

Properties

unsafe string Axial [get, set]
 Returns or sets the axial axis of the kinematic chain More...
 
unsafe string CoordinateAxes [get, set]
 Returns or sets the coordinate axes name of the kinematic chain More...
 
unsafe
NXOpen.SIM.KinematicChain.CoordinatePlaneTypes 
CoordinatePlane [get, set]
 Returns or sets the coordinate plane type of the kinematic chain More...
 
unsafe string Device [get, set]
 Returns or sets the device component of the kinematic chain More...
 
unsafe string Name [get, set]
 Returns or sets the name of the kinematic chain More...
 
unsafe string Radial [get, set]
 Returns or sets the radial axis of the kinematic chain More...
 
unsafe string ReferencePointJunction [get, set]
 Returns or sets the reference point junction of the kinematic chain More...
 
unsafe string Rotary1 [get, set]
 Returns or sets the rotary1 axis of the kinematic chain More...
 
unsafe string Rotary2 [get, set]
 Returns or sets the rotary2 axis of the kinematic chain More...
 
unsafe string Rotary3 [get, set]
 Returns or sets the rotary3 axis of the kinematic chain More...
 
unsafe string Rotary4 [get, set]
 Returns or sets the rotary4 axis of the kinematic chain More...
 
unsafe string Rotary5 [get, set]
 Returns or sets the rotary5 axis of the kinematic chain More...
 
unsafe string Rotary6 [get, set]
 Returns or sets the rotary6 axis of the kinematic chain More...
 
unsafe string Setup [get, set]
 Returns or sets the setup component of the kinematic chain More...
 
unsafe
NXOpen.SIM.KinematicChain.Types 
Type [get, set]
 Returns or sets the type of the kinematic chain More...
 
unsafe string X [get, set]
 Returns or sets the X axis of the kinematic chain More...
 
unsafe string Y [get, set]
 Returns or sets the Y axis of the kinematic chain More...
 
unsafe string Z [get, set]
 Returns or sets the Z axis of the kinematic chain 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class is used for add kinematic chain to the list.

Calling Builder.Commit on this builder will only return a null reference (Nothing in Visual Basic).

To create a new instance of this class, use NXOpen.SIM.KinematicConfigurator.CreateKinematicChain

Created in NX9.0.0

Member Enumeration Documentation

Represents the coordinate plane type

Enumerator
Zx 

ZX

Xy 

XY

Represents the kinematic chain type

Enumerator
Unknown 

Unknown

Milling 

Milling

Turning 

Turning

Polar 

Polar

Robot 

Robot

Property Documentation

unsafe string NXOpen.SIM.KinematicChain.Axial
getset

Returns or sets the axial axis of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.CoordinateAxes
getset

Returns or sets the coordinate axes name of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe NXOpen.SIM.KinematicChain.CoordinatePlaneTypes NXOpen.SIM.KinematicChain.CoordinatePlane
getset

Returns or sets the coordinate plane type of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Device
getset

Returns or sets the device component of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Name
getset

Returns or sets the name of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Radial
getset

Returns or sets the radial axis of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.ReferencePointJunction
getset

Returns or sets the reference point junction of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Rotary1
getset

Returns or sets the rotary1 axis of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Rotary2
getset

Returns or sets the rotary2 axis of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Rotary3
getset

Returns or sets the rotary3 axis of the kinematic chain

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Rotary4
getset

Returns or sets the rotary4 axis of the kinematic chain

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Rotary5
getset

Returns or sets the rotary5 axis of the kinematic chain

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Rotary6
getset

Returns or sets the rotary6 axis of the kinematic chain

Created in NX10.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Setup
getset

Returns or sets the setup component of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe NXOpen.SIM.KinematicChain.Types NXOpen.SIM.KinematicChain.Type
getset

Returns or sets the type of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.X
getset

Returns or sets the X axis of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Y
getset

Returns or sets the Y axis of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.SIM.KinematicChain.Z
getset

Returns or sets the Z axis of the kinematic chain

Created in NX9.0.0

License requirements to get this property: None.

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


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