FileNewApplication Enumeration

class NXOpen.FileNewApplication

Bases: object

The application type of the new file being created through a template

Deprecated since version NX9.0.0: Use NXOpen.FileNew.GetApplicationNames() that returns all application names.

Enum Members

Enum Member Enum Member Description
Drafting Specifies a drafting file new template
Modeling Specifies a modeling file new template
Studio Specifies a shape studio file new template
Assemblies Specifies an assemblies file new template
Gateway Specifies a file new template that leaves the new part in Gateway
RoutingElectrical Specifies an electrical routing file new template
RoutingMechanical Specifies a mechanical routing file new template
RoutingLogical Specifies a logical routing file new template
Nxsheetmetal Specifies a NX sheet metal file new template
SheetTemplate Specifies a drawing sheet template for Insert Sheet dialog
CaeFem Specifies a cae fem file new template
CaeSim Specifies a cae sim file new template
AeroSheetmetal Specifies an Aerospace sheet metal template
FlexPcdSheetmetal Specifies a Flex Printed Circuit Design sheet metal template
CaeAssyFem Specifies a cae assembly fem file new template
Cam Specifies a Manufacturing file new template
Inspection Specifies a CMM Inspection file new template
Mechatronics Specifies a Mechatronics Concept Designer file new template
ShipContainer Specifies an NX Ship Container file new template
ShipDetail Specifies an NX Ship Detail file new template
ShipReference Specifies an NX Ship Reference file new template
ShipSystem Specifies an NX Ship System file new template
Welding Specifies an NX Structure Welding Design Control Element template
WeldingJoint Specifies an NX Structure Welding Design Feature template
Nxle Specifies an NXLE template
ShipGaAssembly Specifies an NX Ship GA Assembly file new template
ShipGaSystem Specifies an NX Ship GA System file new template
Last Specifies the last application type. New application types should be inserted before this one
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.