NXOpen .NET Reference  12.0.0
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:

Public Member Functions

NXOpen.SIM.KinematicComponent[] ToArray ()
 Returns an array of NXOpen.SIM.KinematicComponent objects. More...
 
unsafe
NXOpen.SIM.KinematicComponent 
FindObject (string sid)
 Finds the SIM. More...
 
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 
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 bulder for tool base component. More...
 
unsafe
NXOpen.SIM.KinematicComponentBuilder 
CreateHeadBaseComponentBuilder (NXOpen.SIM.KinematicComponent head)
 Creates a bulder for head base component. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. 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 
)

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.CreateHeadBaseComponentBuilder ( NXOpen.SIM.KinematicComponent  head)

Creates a bulder 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)

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)

Creates a bulder 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 
)
protected

Advances the enumerator to the next element of the collection.

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

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

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