NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::SIM::KinematicComponentCollection Class Reference

Represents the SimKimComponent Collection
To obtain an instance of this class, refer to SIM::KinematicConfigurator

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::SIM::KinematicComponentCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
NXOpen::SIM::KinematicComponentBuilderCreateComponentBuilder (NXOpen::SIM::KinematicComponent *parent, NXOpen::SIM::KinematicComponent *comp)
 Creates a builder for a kinematic component.
NXOpen::SIM::KinematicComponentBuilderCreateHeadBaseComponentBuilder (NXOpen::SIM::KinematicComponent *head)
 Creates a bulder for head base component.
NXOpen::SIM::KinematicComponentBuilderCreateMachineBaseComponentBuilder (NXOpen::SIM::KinematicComponent *machine)
 Creates a builder for a machine base component.
NXOpen::SIM::KinematicComponentBuilderCreateToolBaseComponentBuilder (NXOpen::SIM::KinematicComponent *tool)
 Creates a bulder for tool base component.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::SIM::KinematicComponentFindObject (const NXString &sid)
 Finds the SIM.KinematicComponent object with the given identifier as recorded in a journal.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents the SimKimComponent Collection
To obtain an instance of this class, refer to SIM::KinematicConfigurator

Created in NX7.5.0.



Member Function Documentation

Returns an iterator addressing the first element.

Creates a builder for a kinematic component.

Returns:
The component builder
Created in NX7.5.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters:
parentThe parent for the new component. Can be NULL
compThe component to edit. If NULL, a new component will be created

Creates a bulder for head base component.

Returns:
The new head base component builder
Created in NX8.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters:
headThe head component to edit. If NULL, then a new head base component is created

Creates a builder for a machine base component.

Returns:
The new machine base component builder
Created in NX7.5.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters:
machineThe machine base component to edit. If NULL, then a new machine base component is created

Creates a bulder for tool base component.

Returns:
The new tool base component builder
Created in NX7.5.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters:
toolThe tool component to edit. If NULL, then a new tool base component is created

Returns an iterator addressing one past the last element.

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

Returns:
the found object
Created in NX7.5.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters:
sidthe name of the object

Returns the tag of this object.


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