NX Open C++ Reference Guide
|
Represents the ISV base class object. More...
Public Types | |
enum | UniteTypes { UniteTypesCreate, UniteTypesUnite } |
The unite types for spinning geometries. More... | |
![]() | |
enum | AttributeType { AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger, AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference, AttributeTypeAny = 100 } |
Specifies attribute type. More... | |
enum | DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual } |
Specifies the format of the date and time attribute. More... | |
Public Member Functions | |
void | AddChannel (const NXString &channel) |
Adds a new user channel name to the list of channels Created in NX7.5.0. | |
void | AddChannel (const char *channel) |
Adds a new user channel name to the list of channels Created in NX7.5.0. | |
void | AddHoldingSystem (const NXString &holdSys) |
Adds a new user holding system to the list of holding systems Created in NX7.5.0. | |
void | AddHoldingSystem (const char *holdSys) |
Adds a new user holding system to the list of holding systems Created in NX7.5.0. | |
void | AddUserClassification (const NXString &userClass) |
Adds a new user class name to the list of user classes Created in NX7.5.0. | |
void | AddUserClassification (const char *userClass) |
Adds a new user class name to the list of user classes Created in NX7.5.0. | |
NXOpen::SIM::KinematicComponentCollection * | ComponentCollection () |
Returns the ComponentCollection instance belonging to this SimKim Created in NX7.5.0. | |
NXOpen::SIM::KinematicAxisBuilder * | CreateAxisBuilder (NXOpen::SIM::KinematicComponent *parent, NXOpen::SIM::KinematicJunction *jct, NXOpen::SIM::KinematicAxis *axis) |
Creates a builder for a kinematic axis. | |
NXOpen::CAM::CollisionPairBuilder * | CreateCollisionPairBuilder () |
Creates a collision pair builder. | |
NXOpen::CAM::ConvertFromMCDBuilder * | CreateConvertFromMcdBuilder () |
Creates a builder to convert from MCD. | |
NXOpen::SIM::IsvControlPanelBuilder * | CreateIsvControlPanelBuilder (NXOpen::SIM::IsvControlPanelBuilder::VisualizationType driverType, const std::vector< NXOpen::CAM::CAMObject * > &objects) |
Creates an isv control panel builder. | |
NXOpen::SIM::IsvControlPanelBuilder * | CreateIsvControlPanelBuilder (NXOpen::SIM::IsvControlPanelBuilder::VisualizationType driverType, const NXString &filename) |
Creates an isv control panel builder with given machine code file name. | |
NXOpen::SIM::IsvControlPanelBuilder * | CreateIsvControlPanelBuilder (NXOpen::SIM::IsvControlPanelBuilder::VisualizationType driverType, const char *filename) |
Creates an isv control panel builder with given machine code file name. | |
NXOpen::SIM::IsvControlPanelBuilder * | CreateIsvControlPanelBuilder (NXOpen::SIM::IsvControlPanelBuilder::VisualizationType driverType, NXOpen::SIM::NcChannelSelectionData *channelData) |
Creates an isv control panel builder with given machine code file name. | |
NXOpen::SIM::KinematicJunctionBuilder * | CreateJunctionBuilder (NXOpen::SIM::KinematicComponent *parent, NXOpen::SIM::KinematicJunction *jct) |
Creates a builder for a kinematic junction. | |
NXOpen::SIM::KinematicChain * | CreateKinematicChain () |
Creates a builder for a kinematic chain. | |
NXOpen::SIM::KinematicSinumerikCaBuilder * | CreateKinematicSinumerikCaBuilder (NXOpen::SIM::KinematicComponent *comp) |
Creates a builder for a kinematic sinumerik ca config. | |
NXOpen::SIM::NcChannelSelectionData * | CreateNcChannelSelectionData () |
Creates an NcChannelSelectionData object to which files and channels can be assigned. | |
NXOpen::CAM::SimulationOptionsBuilder * | CreateSimulationOptionsBuilder (NXOpen::CAM::SimulationOptionsBuilder::DialogType dialogType) |
Creates a simulation options. | |
NXOpen::SIM::SinumerikCaExportBuilder * | CreateSinumerikCaExportBuilder () |
Creates a builder for a sinumerik ca export spf. | |
NXOpen::SIM::SinumerikCaFacetBuilder * | CreateSinumerikCaFacetBuilder () |
Creates a builder for a sinumerik ca facet. | |
NXOpen::SIM::SinumerikCaPlaceholderBuilder * | CreateSinumerikCaPlaceholderBuilder () |
Creates a builder for a sinumerik ca placeholder. | |
NXOpen::SIM::SinumerikCaSimplifyBodiesBuilder * | CreateSinumerikCaSimplifyBodiesBuilder () |
Creates a builder for a sinumerik ca simplify bodies. | |
NXOpen::SIM::KinematicComponent * | CreateSpinningClone (NXOpen::SIM::KinematicComponent *source, bool combine) |
Creates a copy of the given component and spins its assigned geometry around a spinning axis. | |
NXOpen::SIM::KinematicChainConfiguration * | DefineKinematicChains () |
Creates a builder for a kinematic chain configurator. | |
void | DeleteAllChannels () |
Deletes all channels from the kinematic model Created in NX7.5.0. | |
void | DeleteAllHoldingSystems () |
Delete all holding systems from the kinematic model Created in NX7.5.0. | |
void | DeleteAxis (NXOpen::SIM::KinematicAxis *axis) |
Deletes the given axis Created in NX7.5.0. | |
void | DeleteChannel (const NXString &channel) |
Deletes a channel name from the list of channels Created in NX7.5.0. | |
void | DeleteChannel (const char *channel) |
Deletes a channel name from the list of channels Created in NX7.5.0. | |
void | DeleteComponent (NXOpen::SIM::KinematicComponent *comp) |
Deletes the given component Created in NX7.5.0. | |
void | DeleteHoldingSystem (const NXString &holdSys) |
Delete a holding system from the list Created in NX7.5.0. | |
void | DeleteHoldingSystem (const char *holdSys) |
Delete a holding system from the list Created in NX7.5.0. | |
void | DeleteJunction (NXOpen::SIM::KinematicJunction *jct) |
Deletes the given junction Created in NX7.5.0. | |
void | DeleteModel () |
Deletes the entire kinematic model Created in NX7.5.0. | |
void | DeleteRootComponent (NXOpen::SIM::KinematicComponent *oldRoot) |
Delete a root component from the SIM::KinematicConfigurator object Created in NX7.5.0. | |
void | DeleteUserClassification (const NXString &userClass) |
Deletes a user class name from the list of user classes Created in NX7.5.0. | |
void | DeleteUserClassification (const char *userClass) |
Deletes a user class name from the list of user classes Created in NX7.5.0. | |
NXOpen::SIM::KinematicAxis * | FindAxis (const NXString &name, NXOpen::SIM::KinematicComponent **pComp, NXOpen::SIM::KinematicJunction **pJct) |
Find the axis with the given name. | |
NXOpen::SIM::KinematicAxis * | FindAxis (const char *name, NXOpen::SIM::KinematicComponent **pComp, NXOpen::SIM::KinematicJunction **pJct) |
Find the axis with the given name. | |
void | FindComponentsBySystemClass (int sysclass, std::vector< NXOpen::SIM::KinematicComponent * > &comps) |
Finds component which are of the given system class in bitwise | |
void | FindComponentsBySystemClass (NXOpen::SIM::KinematicComponentBuilder::SystemClass sysclass, std::vector< NXOpen::SIM::KinematicComponent * > &comps) |
Finds component which are of the given system class Created in NX8.0.3. | |
NXOpen::SIM::KinematicJunction * | FindJunction (const NXString &name) |
Find the junction with the given name. | |
NXOpen::SIM::KinematicJunction * | FindJunction (const char *name) |
Find the junction with the given name. | |
NXOpen::SIM::KinematicJunction * | FindJunction (NXOpen::NXObject *csys) |
Finds a junction by its coordinate system. | |
NXOpen::SIM::KinematicComponent * | FindOwnerOfJunction (NXOpen::SIM::KinematicJunction *jct) |
Finds the SIM::KinematicComponent which is the owner of this junction. | |
NXOpen::SIM::KinematicComponent * | FindParentComponent (NXOpen::SIM::KinematicComponent *comp) |
Finds the SIM::KinematicComponent which is the parent of this component. | |
void | GetChannels (std::vector< NXString > &channels) |
Get a list of all channels Created in NX7.5.0. | |
void | GetHoldingSystems (std::vector< NXString > &holdSys) |
Get a list of all holding systems Created in NX7.5.0. | |
void | GetJunctionNames (std::vector< NXString > &junctions) |
Gets a list of all junction names in the kinematic Created in NX7.5.0. | |
void | GetJunctions (std::vector< NXOpen::SIM::KinematicJunction * > &junctions) |
Gets a list of all junctions in the kinematic Created in NX7.5.0. | |
void | GetUserClassifications (std::vector< NXString > &uClasses) |
Get a list of all user classes Created in NX7.5.0. | |
void | InsertRootComponent (NXOpen::SIM::KinematicComponent *newRoot) |
Adds a new root component to the SIM::KinematicConfigurator object Created in NX7.5.0. | |
NXOpen::SIM::IsvControlPanelBuilder * | IsvControlPanelBuilder () |
Returns the isv control panel builder Created in NX9.0.0. | |
void | RenameChannel (const NXString &oldName, const NXString &newName) |
Renames a channel name from the list Created in NX7.5.0. | |
void | RenameChannel (const char *oldName, const char *newName) |
Renames a channel name from the list Created in NX7.5.0. | |
void | RenameHoldingSystem (const NXString &oldName, const NXString &newName) |
Renames a holding system from the list Created in NX7.5.0. | |
void | RenameHoldingSystem (const char *oldName, const char *newName) |
Renames a holding system from the list Created in NX7.5.0. | |
void | RenameUserClassification (const NXString &oldName, const NXString &newName) |
Renames a user class name from the list Created in NX7.5.0. | |
void | RenameUserClassification (const char *oldName, const char *newName) |
Renames a user class name from the list Created in NX7.5.0. | |
void | SetName (const NXString &name) |
Sets the custom name of the kinematic model Created in NX7.5.0. | |
void | SetName (const char *name) |
Sets the custom name of the kinematic model Created in NX7.5.0. | |
![]() | |
void | DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type) |
Deletes all attributes of a specific type. | |
void | DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option) |
Deletes all attributes of a specific type with the option to update or not. | |
void | DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title) |
Deletes an attribute by type and title. | |
void | DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title) |
Deletes an attribute by type and title. | |
void | DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title, NXOpen::Update::Option option) |
Deletes an attribute by type and title with the option to update or not. | |
void | DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title, NXOpen::Update::Option option) |
Deletes an attribute by type and title with the option to update or not. | |
void | DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const NXString &title, bool deleteEntireArray, NXOpen::Update::Option option) |
Deletes the first attribute encountered with the given Type, Title and Index. | |
void | DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const char *title, bool deleteEntireArray, NXOpen::Update::Option option) |
Deletes the first attribute encountered with the given Type, Title and Index. | |
void | DeleteUserAttributes (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option) |
Deletes the attributes encountered with the given Type with option to update or not. | |
virtual NXOpen::INXObject * | FindObject (const NXString &journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
std::vector < NXOpen::NXObject::AttributeInformation > | GetAttributeTitlesByType (NXOpen::NXObject::AttributeType type) |
Gets all the attribute titles of a specific type. | |
bool | GetBooleanUserAttribute (const NXString &title, int index) |
Gets a boolean attribute by Title and array Index. | |
bool | GetBooleanUserAttribute (const char *title, int index) |
Gets a boolean attribute by Title and array Index. | |
NXOpen::NXObject::ComputationalTime | GetComputationalTimeUserAttribute (const NXString &title, int index) |
Gets a time attribute by Title and array Index. | |
NXOpen::NXObject::ComputationalTime | GetComputationalTimeUserAttribute (const char *title, int index) |
Gets a time attribute by Title and array Index. | |
int | GetIntegerAttribute (const NXString &title) |
Gets an integer attribute by title. | |
int | GetIntegerAttribute (const char *title) |
Gets an integer attribute by title. | |
int | GetIntegerUserAttribute (const NXString &title, int index) |
Gets an integer attribute by Title and array Index. | |
int | GetIntegerUserAttribute (const char *title, int index) |
Gets an integer attribute by Title and array Index. | |
double | GetRealAttribute (const NXString &title) |
Gets a real attribute by title. | |
double | GetRealAttribute (const char *title) |
Gets a real attribute by title. | |
double | GetRealUserAttribute (const NXString &title, int index) |
Gets a real attribute by Title and array Index. | |
double | GetRealUserAttribute (const char *title, int index) |
Gets a real attribute by Title and array Index. | |
NXString | GetReferenceAttribute (const NXString &title) |
Gets the reference string (not the calculated value) of a string attribute that uses a reference string. | |
NXString | GetReferenceAttribute (const char *title) |
Gets the reference string (not the calculated value) of a string attribute that uses a reference string. | |
NXString | GetStringAttribute (const NXString &title) |
Gets a string attribute value by title. | |
NXString | GetStringAttribute (const char *title) |
Gets a string attribute value by title. | |
NXString | GetStringUserAttribute (const NXString &title, int index) |
Gets a string attribute by Title and array Index. | |
NXString | GetStringUserAttribute (const char *title, int index) |
Gets a string attribute by Title and array Index. | |
NXString | GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const NXString &title) |
Gets a time attribute by title. | |
NXString | GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const char *title) |
Gets a time attribute by title. | |
NXString | GetTimeUserAttribute (const NXString &title, int index) |
Gets a time attribute by Title and array Index. | |
NXString | GetTimeUserAttribute (const char *title, int index) |
Gets a time attribute by Title and array Index. | |
NXOpen::NXObject::AttributeInformation | GetUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index) |
Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. | |
NXOpen::NXObject::AttributeInformation | GetUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index) |
Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. | |
NXString | GetUserAttributeAsString (const NXString &title, NXOpen::NXObject::AttributeType type, int index) |
Gets the first attribute encountered on the object, if any, with a given title, type and array index. | |
NXString | GetUserAttributeAsString (const char *title, NXOpen::NXObject::AttributeType type, int index) |
Gets the first attribute encountered on the object, if any, with a given title, type and array index. | |
bool | GetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type) |
Determine the lock of the given attribute. | |
bool | GetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type) |
Determine the lock of the given attribute. | |
std::vector < NXOpen::NXObject::AttributeInformation > | GetUserAttributes () |
Gets all the attributes that have been set on the given object. | |
std::vector < NXOpen::NXObject::AttributeInformation > | GetUserAttributes (bool includeUnset) |
Gets all the attributes that have been set on the given object. | |
std::vector < NXOpen::NXObject::AttributeInformation > | GetUserAttributes (bool includeUnset, bool addStringValues) |
Gets all the attributes that have been set on the given object. | |
std::vector< NXString > | GetUserAttributesAsStrings () |
Gets all the attributes that have been set on the given object. | |
std::vector< NXOpen::NXObject * > | GetUserAttributeSourceObjects () |
Returns an array of objects from which this object presents attributes. | |
bool | HasUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index) |
Determines if an attribute with the given Title, Type and array Index is present on the object If the attribute is not an array, the Index is ignored (if this is known beforehand, we recommend setting the Index to -1 to save time). | |
bool | HasUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index) |
Determines if an attribute with the given Title, Type and array Index is present on the object If the attribute is not an array, the Index is ignored (if this is known beforehand, we recommend setting the Index to -1 to save time). | |
virtual bool | IsOccurrence () |
Returns whether this object is an occurrence or not. | |
virtual NXString | JournalIdentifier () |
Returns the identifier that would be recorded in a journal for this object. | |
virtual NXString | Name () |
Returns the custom name of the object. | |
virtual NXOpen::Assemblies::Component * | OwningComponent () |
Returns the owning component, if this object is an occurrence. | |
virtual NXOpen::BasePart * | OwningPart () |
Returns the owning part of this object Created in NX3.0.0. | |
virtual void | Print () |
Prints a representation of this object to the system log file. | |
virtual NXOpen::INXObject * | Prototype () |
Returns the prototype of this object if it is an occurrence. | |
void | SetAttribute (const NXString &title, int value) |
Creates or modifies an integer attribute. | |
void | SetAttribute (const char *title, int value) |
Creates or modifies an integer attribute. | |
void | SetAttribute (const NXString &title, int value, NXOpen::Update::Option option) |
Creates or modifies an integer attribute with the option to update or not. | |
void | SetAttribute (const char *title, int value, NXOpen::Update::Option option) |
Creates or modifies an integer attribute with the option to update or not. | |
void | SetAttribute (const NXString &title, double value) |
Creates or modifies a real attribute. | |
void | SetAttribute (const char *title, double value) |
Creates or modifies a real attribute. | |
void | SetAttribute (const NXString &title, double value, NXOpen::Update::Option option) |
Creates or modifies a real attribute with the option to update or not. | |
void | SetAttribute (const char *title, double value, NXOpen::Update::Option option) |
Creates or modifies a real attribute with the option to update or not. | |
void | SetAttribute (const NXString &title, const NXString &value) |
Creates or modifies a string attribute. | |
void | SetAttribute (const char *title, const char *value) |
Creates or modifies a string attribute. | |
void | SetAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option) |
Creates or modifies a string attribute with the option to update or not. | |
void | SetAttribute (const char *title, const char *value, NXOpen::Update::Option option) |
Creates or modifies a string attribute with the option to update or not. | |
void | SetAttribute (const NXString &title) |
Creates or modifies a null attribute which is an attribute with a title and no value. | |
void | SetAttribute (const char *title) |
Creates or modifies a null attribute which is an attribute with a title and no value. | |
void | SetAttribute (const NXString &title, NXOpen::Update::Option option) |
Creates or modifies a null attribute with the option to update or not. | |
void | SetAttribute (const char *title, NXOpen::Update::Option option) |
Creates or modifies a null attribute with the option to update or not. | |
void | SetBooleanUserAttribute (const NXString &title, int index, bool value, NXOpen::Update::Option option) |
Creates or modifies a boolean attribute with the option to update or not. | |
void | SetBooleanUserAttribute (const char *title, int index, bool value, NXOpen::Update::Option option) |
Creates or modifies a boolean attribute with the option to update or not. | |
void | SetName (const char *name) |
Sets the custom name of the object. | |
void | SetReferenceAttribute (const NXString &title, const NXString &value) |
Creates or modifies a string attribute which uses a reference string. | |
void | SetReferenceAttribute (const char *title, const char *value) |
Creates or modifies a string attribute which uses a reference string. | |
void | SetReferenceAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option) |
Creates or modifies a string attribute which uses a reference string, with the option to update or not. | |
void | SetReferenceAttribute (const char *title, const char *value, NXOpen::Update::Option option) |
Creates or modifies a string attribute which uses a reference string, with the option to update or not. | |
void | SetTimeAttribute (const NXString &title, const NXString &value) |
Creates or modifies a time attribute. | |
void | SetTimeAttribute (const char *title, const char *value) |
Creates or modifies a time attribute. | |
void | SetTimeAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option) |
Creates or modifies a time attribute with the option to update or not. | |
void | SetTimeAttribute (const char *title, const char *value, NXOpen::Update::Option option) |
Creates or modifies a time attribute with the option to update or not. | |
void | SetTimeUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option) |
Creates or modifies a time attribute with the option to update or not. | |
void | SetTimeUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option) |
Creates or modifies a time attribute with the option to update or not. | |
void | SetTimeUserAttribute (const NXString &title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option) |
Creates or modifies a time attribute with the option to update or not. | |
void | SetTimeUserAttribute (const char *title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option) |
Creates or modifies a time attribute with the option to update or not. | |
void | SetUserAttribute (const NXOpen::NXObject::AttributeInformation &info, NXOpen::Update::Option option) |
Creates or modifies an attribute with the option to update or not. | |
void | SetUserAttribute (const NXString &title, int index, int value, NXOpen::Update::Option option) |
Creates or modifies an integer attribute with the option to update or not. | |
void | SetUserAttribute (const char *title, int index, int value, NXOpen::Update::Option option) |
Creates or modifies an integer attribute with the option to update or not. | |
void | SetUserAttribute (const NXString &title, int index, double value, NXOpen::Update::Option option) |
Creates or modifies a real attribute with the option to update or not. | |
void | SetUserAttribute (const char *title, int index, double value, NXOpen::Update::Option option) |
Creates or modifies a real attribute with the option to update or not. | |
void | SetUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option) |
Creates or modifies a string attribute with the option to update or not. | |
void | SetUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option) |
Creates or modifies a string attribute with the option to update or not. | |
void | SetUserAttribute (const NXString &title, int index, NXOpen::Update::Option option) |
Creates or modifies a null attribute with the option to update or not. | |
void | SetUserAttribute (const char *title, int index, NXOpen::Update::Option option) |
Creates or modifies a null attribute with the option to update or not. | |
void | SetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type, bool lock) |
Lock or unlock the given attribute. | |
void | SetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type, bool lock) |
Lock or unlock the given attribute. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
![]() | |
NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
void | SetName (const char *name) |
Sets the custom name of the object. | |
Represents the ISV base class object.
To obtain an instance of this class, use Part::KinematicConfigurator
Created in NX7.5.0.
void NXOpen::SIM::KinematicConfigurator::AddChannel | ( | const NXString & | channel | ) |
Adds a new user channel name to the list of channels
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
channel | The new channel name. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::AddChannel | ( | const char * | channel | ) |
Adds a new user channel name to the list of channels
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
channel | The new channel name. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::AddHoldingSystem | ( | const NXString & | holdSys | ) |
Adds a new user holding system to the list of holding systems
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
holdSys | The new holding system. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::AddHoldingSystem | ( | const char * | holdSys | ) |
Adds a new user holding system to the list of holding systems
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
holdSys | The new holding system. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::AddUserClassification | ( | const NXString & | userClass | ) |
Adds a new user class name to the list of user classes
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
userClass | The new user class name NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::AddUserClassification | ( | const char * | userClass | ) |
Adds a new user class name to the list of user classes
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
userClass | The new user class name NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::SIM::KinematicComponentCollection* NXOpen::SIM::KinematicConfigurator::ComponentCollection | ( | ) |
Returns the ComponentCollection instance belonging to this SimKim
Created in NX7.5.0.
NXOpen::SIM::KinematicAxisBuilder* NXOpen::SIM::KinematicConfigurator::CreateAxisBuilder | ( | NXOpen::SIM::KinematicComponent * | parent, |
NXOpen::SIM::KinematicJunction * | jct, | ||
NXOpen::SIM::KinematicAxis * | axis | ||
) |
Creates a builder for a kinematic axis.
parent | The parent component |
jct | The junction used for the axis |
axis | The axis to edit. If NULL, a new axis is craeted |
NXOpen::CAM::CollisionPairBuilder* NXOpen::SIM::KinematicConfigurator::CreateCollisionPairBuilder | ( | ) |
Creates a collision pair builder.
NXOpen::CAM::ConvertFromMCDBuilder* NXOpen::SIM::KinematicConfigurator::CreateConvertFromMcdBuilder | ( | ) |
Creates a builder to convert from MCD.
NXOpen::SIM::IsvControlPanelBuilder* NXOpen::SIM::KinematicConfigurator::CreateIsvControlPanelBuilder | ( | NXOpen::SIM::IsvControlPanelBuilder::VisualizationType | driverType, |
const std::vector< NXOpen::CAM::CAMObject * > & | objects | ||
) |
Creates an isv control panel builder.
driverType | The visualization type |
objects | array of objects |
NXOpen::SIM::IsvControlPanelBuilder* NXOpen::SIM::KinematicConfigurator::CreateIsvControlPanelBuilder | ( | NXOpen::SIM::IsvControlPanelBuilder::VisualizationType | driverType, |
const NXString & | filename | ||
) |
Creates an isv control panel builder with given machine code file name.
Created in NX8.0.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
driverType | The visualization type |
filename | The full path machine code filename NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::SIM::IsvControlPanelBuilder* NXOpen::SIM::KinematicConfigurator::CreateIsvControlPanelBuilder | ( | NXOpen::SIM::IsvControlPanelBuilder::VisualizationType | driverType, |
const char * | filename | ||
) |
Creates an isv control panel builder with given machine code file name.
Created in NX8.0.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
driverType | The visualization type |
filename | The full path machine code filename NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::SIM::IsvControlPanelBuilder* NXOpen::SIM::KinematicConfigurator::CreateIsvControlPanelBuilder | ( | NXOpen::SIM::IsvControlPanelBuilder::VisualizationType | driverType, |
NXOpen::SIM::NcChannelSelectionData * | channelData | ||
) |
Creates an isv control panel builder with given machine code file name.
driverType | The visualization type |
channelData | The NC channel selection data |
NXOpen::SIM::KinematicJunctionBuilder* NXOpen::SIM::KinematicConfigurator::CreateJunctionBuilder | ( | NXOpen::SIM::KinematicComponent * | parent, |
NXOpen::SIM::KinematicJunction * | jct | ||
) |
Creates a builder for a kinematic junction.
parent | The parent component |
jct | The junction to edit. If NULL, a new junction is created |
NXOpen::SIM::KinematicChain* NXOpen::SIM::KinematicConfigurator::CreateKinematicChain | ( | ) |
Creates a builder for a kinematic chain.
NXOpen::SIM::KinematicSinumerikCaBuilder* NXOpen::SIM::KinematicConfigurator::CreateKinematicSinumerikCaBuilder | ( | NXOpen::SIM::KinematicComponent * | comp | ) |
Creates a builder for a kinematic sinumerik ca config.
comp | the component to edit |
NXOpen::SIM::NcChannelSelectionData* NXOpen::SIM::KinematicConfigurator::CreateNcChannelSelectionData | ( | ) |
Creates an NcChannelSelectionData object to which files and channels can be assigned.
This is used when constructing the builder.
NXOpen::CAM::SimulationOptionsBuilder* NXOpen::SIM::KinematicConfigurator::CreateSimulationOptionsBuilder | ( | NXOpen::CAM::SimulationOptionsBuilder::DialogType | dialogType | ) |
Creates a simulation options.
dialogType | The dialog type |
NXOpen::SIM::SinumerikCaExportBuilder* NXOpen::SIM::KinematicConfigurator::CreateSinumerikCaExportBuilder | ( | ) |
Creates a builder for a sinumerik ca export spf.
NXOpen::SIM::SinumerikCaFacetBuilder* NXOpen::SIM::KinematicConfigurator::CreateSinumerikCaFacetBuilder | ( | ) |
Creates a builder for a sinumerik ca facet.
NXOpen::SIM::SinumerikCaPlaceholderBuilder* NXOpen::SIM::KinematicConfigurator::CreateSinumerikCaPlaceholderBuilder | ( | ) |
Creates a builder for a sinumerik ca placeholder.
NXOpen::SIM::SinumerikCaSimplifyBodiesBuilder* NXOpen::SIM::KinematicConfigurator::CreateSinumerikCaSimplifyBodiesBuilder | ( | ) |
Creates a builder for a sinumerik ca simplify bodies.
NXOpen::SIM::KinematicComponent* NXOpen::SIM::KinematicConfigurator::CreateSpinningClone | ( | NXOpen::SIM::KinematicComponent * | source, |
bool | combine | ||
) |
Creates a copy of the given component and spins its assigned geometry around a spinning axis.
For tool components, the X-axis of the tool tip junction is used as spinning axis. If none is defined and for other types of components, the X-axis of the WCS is used. The new component has the same parent as the source component. @return The new spinning 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")
source | The source component. |
combine | Specifies whether to combine the spinning geometries into one, or not |
NXOpen::SIM::KinematicChainConfiguration* NXOpen::SIM::KinematicConfigurator::DefineKinematicChains | ( | ) |
Creates a builder for a kinematic chain configurator.
void NXOpen::SIM::KinematicConfigurator::DeleteAllChannels | ( | ) |
Deletes all channels from the kinematic model
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
void NXOpen::SIM::KinematicConfigurator::DeleteAllHoldingSystems | ( | ) |
Delete all holding systems from the kinematic model
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
void NXOpen::SIM::KinematicConfigurator::DeleteAxis | ( | NXOpen::SIM::KinematicAxis * | axis | ) |
Deletes the given axis
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
axis | the component to delete |
void NXOpen::SIM::KinematicConfigurator::DeleteChannel | ( | const NXString & | channel | ) |
Deletes a channel name from the list of channels
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
channel | The channel name to delete. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::DeleteChannel | ( | const char * | channel | ) |
Deletes a channel name from the list of channels
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
channel | The channel name to delete. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::DeleteComponent | ( | NXOpen::SIM::KinematicComponent * | comp | ) |
Deletes the given 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")
comp | the component to delete |
void NXOpen::SIM::KinematicConfigurator::DeleteHoldingSystem | ( | const NXString & | holdSys | ) |
Delete a holding system from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
holdSys | The holding system to delete. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::DeleteHoldingSystem | ( | const char * | holdSys | ) |
Delete a holding system from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
holdSys | The holding system to delete. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::DeleteJunction | ( | NXOpen::SIM::KinematicJunction * | jct | ) |
Deletes the given 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")
jct | the component to delete |
void NXOpen::SIM::KinematicConfigurator::DeleteModel | ( | ) |
Deletes the entire kinematic model
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
void NXOpen::SIM::KinematicConfigurator::DeleteRootComponent | ( | NXOpen::SIM::KinematicComponent * | oldRoot | ) |
Delete a root component from the SIM::KinematicConfigurator object
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
oldRoot | The root component to remove |
void NXOpen::SIM::KinematicConfigurator::DeleteUserClassification | ( | const NXString & | userClass | ) |
Deletes a user class name from the list of user classes
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
userClass | The user class name to delete. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::DeleteUserClassification | ( | const char * | userClass | ) |
Deletes a user class name from the list of user classes
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
userClass | The user class name to delete. NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::SIM::KinematicAxis* NXOpen::SIM::KinematicConfigurator::FindAxis | ( | const NXString & | name, |
NXOpen::SIM::KinematicComponent ** | pComp, | ||
NXOpen::SIM::KinematicJunction ** | pJct | ||
) |
Find the axis with the given name.
name | The name to look for NOTE: The full Unicode character set is not supported for this parameter. |
pComp | The parent component of the axis |
pJct | The parent junction of the axis |
NXOpen::SIM::KinematicAxis* NXOpen::SIM::KinematicConfigurator::FindAxis | ( | const char * | name, |
NXOpen::SIM::KinematicComponent ** | pComp, | ||
NXOpen::SIM::KinematicJunction ** | pJct | ||
) |
Find the axis with the given name.
name | The name to look for NOTE: The full Unicode character set is not supported for this parameter. |
pComp | The parent component of the axis |
pJct | The parent junction of the axis |
void NXOpen::SIM::KinematicConfigurator::FindComponentsBySystemClass | ( | int | sysclass, |
std::vector< NXOpen::SIM::KinematicComponent * > & | comps | ||
) |
Finds component which are of the given system class in bitwise
Use FindComponentsBySystemClass with KinematicComponentBuilder::SystemClass instead.
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")
sysclass | The system class to look for in bitwise. |
comps | The found components |
void NXOpen::SIM::KinematicConfigurator::FindComponentsBySystemClass | ( | NXOpen::SIM::KinematicComponentBuilder::SystemClass | sysclass, |
std::vector< NXOpen::SIM::KinematicComponent * > & | comps | ||
) |
Finds component which are of the given system class
Created in NX8.0.3.
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")
sysclass | The system class to look for. |
comps | The found components |
NXOpen::SIM::KinematicJunction* NXOpen::SIM::KinematicConfigurator::FindJunction | ( | const NXString & | name | ) |
Find the junction with the given name.
name | The name to look for NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::SIM::KinematicJunction* NXOpen::SIM::KinematicConfigurator::FindJunction | ( | const char * | name | ) |
Find the junction with the given name.
name | The name to look for NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::SIM::KinematicJunction* NXOpen::SIM::KinematicConfigurator::FindJunction | ( | NXOpen::NXObject * | csys | ) |
Finds a junction by its coordinate system.
csys | the csys of a junction |
NXOpen::SIM::KinematicComponent* NXOpen::SIM::KinematicConfigurator::FindOwnerOfJunction | ( | NXOpen::SIM::KinematicJunction * | jct | ) |
Finds the SIM::KinematicComponent which is the owner of this junction.
jct | The junction |
NXOpen::SIM::KinematicComponent* NXOpen::SIM::KinematicConfigurator::FindParentComponent | ( | NXOpen::SIM::KinematicComponent * | comp | ) |
Finds the SIM::KinematicComponent which is the parent of this component.
comp | The component |
void NXOpen::SIM::KinematicConfigurator::GetChannels | ( | std::vector< NXString > & | channels | ) |
Get a list of all channels
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
channels | The list of channels |
void NXOpen::SIM::KinematicConfigurator::GetHoldingSystems | ( | std::vector< NXString > & | holdSys | ) |
Get a list of all holding systems
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
holdSys | The holding systems |
void NXOpen::SIM::KinematicConfigurator::GetJunctionNames | ( | std::vector< NXString > & | junctions | ) |
Gets a list of all junction names in the kinematic
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
junctions | The list of junction names |
void NXOpen::SIM::KinematicConfigurator::GetJunctions | ( | std::vector< NXOpen::SIM::KinematicJunction * > & | junctions | ) |
Gets a list of all junctions in the kinematic
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")
junctions | The list of junctions |
void NXOpen::SIM::KinematicConfigurator::GetUserClassifications | ( | std::vector< NXString > & | uClasses | ) |
Get a list of all user classes
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
uClasses | The list of user classes |
void NXOpen::SIM::KinematicConfigurator::InsertRootComponent | ( | NXOpen::SIM::KinematicComponent * | newRoot | ) |
Adds a new root component to the SIM::KinematicConfigurator object
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
newRoot | The new root component |
NXOpen::SIM::IsvControlPanelBuilder* NXOpen::SIM::KinematicConfigurator::IsvControlPanelBuilder | ( | ) |
Returns the isv control panel builder
Created in NX9.0.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
void NXOpen::SIM::KinematicConfigurator::RenameChannel | ( | const NXString & | oldName, |
const NXString & | newName | ||
) |
Renames a channel name from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
oldName | The old channel name NOTE: The full Unicode character set is not supported for this parameter. |
newName | The new channel name NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::RenameChannel | ( | const char * | oldName, |
const char * | newName | ||
) |
Renames a channel name from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
oldName | The old channel name NOTE: The full Unicode character set is not supported for this parameter. |
newName | The new channel name NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::RenameHoldingSystem | ( | const NXString & | oldName, |
const NXString & | newName | ||
) |
Renames a holding system from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
oldName | The old holding system NOTE: The full Unicode character set is not supported for this parameter. |
newName | The new holding system NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::RenameHoldingSystem | ( | const char * | oldName, |
const char * | newName | ||
) |
Renames a holding system from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
oldName | The old holding system NOTE: The full Unicode character set is not supported for this parameter. |
newName | The new holding system NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::RenameUserClassification | ( | const NXString & | oldName, |
const NXString & | newName | ||
) |
Renames a user class name from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
oldName | The old user class name NOTE: The full Unicode character set is not supported for this parameter. |
newName | The new user class name NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::SIM::KinematicConfigurator::RenameUserClassification | ( | const char * | oldName, |
const char * | newName | ||
) |
Renames a user class name from the list
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder")
oldName | The old user class name NOTE: The full Unicode character set is not supported for this parameter. |
newName | The new user class name NOTE: The full Unicode character set is not supported for this parameter. |
|
virtual |
Sets the custom name of the kinematic model
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")
name | The new kinematic model name |
Reimplemented from NXOpen::NXObject.
void NXOpen::SIM::KinematicConfigurator::SetName | ( | const char * | name | ) |
Sets the custom name of the kinematic model
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")
name | The new kinematic model name |