KinematicImportMcfBuilder Class

class NXOpen.SIM.KinematicImportMcfBuilder

Bases: NXOpen.Builder

Represents a builder for an import axis and channel data from mcf

Use the Part class to create a KinematicImportMcfBuilder object.

New in version NX9.0.3.

Properties

Property Description
IgnoreLimits Returns or sets the flag which determines if the Limits of the MCF and the Kim are merge.
McfPath Returns or sets the path from the mcf file
ReplaceChannel Returns or sets the flag which determines if the channel data of the Machine Tool Builder are deleted befor they are replaced through the Channel data of the MCF-File
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

IgnoreLimits

KinematicImportMcfBuilder.IgnoreLimits

Returns or sets the flag which determines if the Limits of the MCF and the Kim are merge.

the soft limits are set based on the hard Limits of the Machine Tool Builder or if the limits in the mcf are useful they will be taken from MCF.

-------------------------------------

Getter Method

Signature IgnoreLimits

Returns:
Return type:bool

New in version NX9.0.3.

License requirements: None.

-------------------------------------

Setter Method

Signature IgnoreLimits

Parameters:replace (bool) –

New in version NX9.0.3.

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

McfPath

KinematicImportMcfBuilder.McfPath

Returns or sets the path from the mcf file

-------------------------------------

Getter Method

Signature McfPath

Returns:The MCF Path
Return type:str

New in version NX9.0.3.

License requirements: None.

-------------------------------------

Setter Method

Signature McfPath

Parameters:path (str) – The MCF Path

New in version NX9.0.3.

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

ReplaceChannel

KinematicImportMcfBuilder.ReplaceChannel

Returns or sets the flag which determines if the channel data of the Machine Tool Builder are deleted befor they are replaced through the Channel data of the MCF-File

-------------------------------------

Getter Method

Signature ReplaceChannel

Returns:
Return type:bool

New in version NX9.0.3.

License requirements: None.

-------------------------------------

Setter Method

Signature ReplaceChannel

Parameters:replace (bool) –

New in version NX9.0.3.

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

Method Detail

Validate

KinematicImportMcfBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.