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

Represents the SimKimComponent Collection More...

Inheritance diagram for NXOpen.SIM.KinematicComponentCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe
NXOpen.SIM.KinematicComponentBuilder 
CreateComponentBuilder (NXOpen.SIM.KinematicComponent parent, NXOpen.SIM.KinematicComponent comp)
 Creates a builder for a kinematic component More...
 
unsafe
NXOpen.SIM.KinematicComponentBuilder 
CreateFacingHeadBaseComponentBuilder (NXOpen.SIM.KinematicComponent head)
 Creates a builder for facing head base component. More...
 
unsafe
NXOpen.SIM.KinematicComponentBuilder 
CreateHeadBaseComponentBuilder (NXOpen.SIM.KinematicComponent head)
 Creates a builder for head base component. More...
 
unsafe
NXOpen.SIM.KinematicComponentBuilder 
CreateMachineBaseComponentBuilder (NXOpen.SIM.KinematicComponent machine)
 Creates a builder for a machine base component. More...
 
unsafe
NXOpen.SIM.KinematicComponentBuilder 
CreateToolBaseComponentBuilder (NXOpen.SIM.KinematicComponent tool)
 Creates a builder for tool base component. More...
 
unsafe
NXOpen.SIM.KinematicComponent 
FindObject (string sid)
 Finds the SIM. More...
 
NXOpen.SIM.KinematicComponent[] ToArray ()
 Returns an array of NXOpen.SIM.KinematicComponent objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents the SimKimComponent Collection

To obtain an instance of this class, refer to NXOpen.SIM.KinematicConfigurator

Created in NX7.5.0

Member Function Documentation

unsafe NXOpen.SIM.KinematicComponentBuilder NXOpen.SIM.KinematicComponentCollection.CreateComponentBuilder ( NXOpen.SIM.KinematicComponent  parent,
NXOpen.SIM.KinematicComponent  comp 
)
inline

Creates a builder for a kinematic component

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")

Parameters
parentThe parent for the new component. Can be NULL
compThe component to edit. If NULL, a new component will be created
Returns
The component builder
unsafe NXOpen.SIM.KinematicComponentBuilder NXOpen.SIM.KinematicComponentCollection.CreateFacingHeadBaseComponentBuilder ( NXOpen.SIM.KinematicComponent  head)
inline

Creates a builder for facing head base component.

Created in NX12.0.1

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

Parameters
headThe facing head component to edit. If NULL, then a new facing head base component is created
Returns
The new facing head base component builder
unsafe NXOpen.SIM.KinematicComponentBuilder NXOpen.SIM.KinematicComponentCollection.CreateHeadBaseComponentBuilder ( NXOpen.SIM.KinematicComponent  head)
inline

Creates a builder for head base component.

Created in NX8.0.0

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

Parameters
headThe head component to edit. If NULL, then a new head base component is created
Returns
The new head base component builder
unsafe NXOpen.SIM.KinematicComponentBuilder NXOpen.SIM.KinematicComponentCollection.CreateMachineBaseComponentBuilder ( NXOpen.SIM.KinematicComponent  machine)
inline

Creates a builder for a machine base component.

Created in NX7.5.0

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

Parameters
machineThe machine base component to edit. If NULL, then a new machine base component is created
Returns
The new machine base component builder
unsafe NXOpen.SIM.KinematicComponentBuilder NXOpen.SIM.KinematicComponentCollection.CreateToolBaseComponentBuilder ( NXOpen.SIM.KinematicComponent  tool)
inline

Creates a builder for tool base component.

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")

Parameters
toolThe tool component to edit. If NULL, then a new tool base component is created
Returns
The new tool base component builder
override int NXOpen.SIM.KinematicComponentCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.SIM.KinematicComponent NXOpen.SIM.KinematicComponentCollection.FindObject ( string  sid)
inline

Finds the SIM.

KinematicComponent object with the given identifier as recorded in a journal.

Created in NX7.5.0

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

Parameters
sidthe name of the object
Returns
the found object
NXOpen.SIM.KinematicComponent [] NXOpen.SIM.KinematicComponentCollection.ToArray ( )
inline

Returns an array of NXOpen.SIM.KinematicComponent objects.

Property Documentation

Tag NXOpen.SIM.KinematicComponentCollection.Tag
get

Returns the tag of this object.


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