NXOpen .NET Reference  12.0.0
Public Member Functions | Static Public Member Functions | Properties | List of all members
NXOpen.LineDesigner.ModelPlantManager Class Reference

Represents a manager of line designer model More...

Inheritance diagram for NXOpen.LineDesigner.ModelPlantManager:

Public Member Functions

unsafe
NXOpen.LineDesigner.ModelPlantRoot 
GetModelPlantRoot ()
 Establish Plant Model Root More...
 
unsafe NXOpen.NXObject ReadPlantModel (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot)
 Read Plant Model More...
 
unsafe void CleanPlantModel (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot)
 Clean Plant Model More...
 
unsafe void ActivatePlantModel (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot, bool activate)
 Activate Plant Model More...
 
unsafe void SetTargetProductionUnit (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot, NXOpen.LineDesigner.ModelProductionUnit productionUnit, bool keep)
 Set Target Production Unit More...
 
unsafe void RestoreTargetProductionUnit (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot)
 Restore Target Production Unit More...
 
unsafe void MoveResourceInstances (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot, NXOpen.LineDesigner.ModelResourceInstance[] resourceInstances, NXOpen.LineDesigner.ModelBaseObject newParent)
 Move Resource Instances More...
 
unsafe void ObsoleteProductionUnit (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot, NXOpen.LineDesigner.ModelProductionUnit productionUnitToObsolete)
 Obsolete Production Unit More...
 

Static Public Member Functions

static ModelPlantManager GetModelPlantManager (NXOpen.Session owner)
 Returns the ModelPlantManager object for the running session which serves as the 'gateway' class for the application API. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a manager of line designer model

Use the static method in this class to obtain an instance.

Created in NX9.0.0

Member Function Documentation

unsafe void NXOpen.LineDesigner.ModelPlantManager.ActivatePlantModel ( NXOpen.LineDesigner.ModelPlantRoot  modelPlantRoot,
bool  activate 
)

Activate Plant Model

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Parameters
modelPlantRoot
activate
unsafe void NXOpen.LineDesigner.ModelPlantManager.CleanPlantModel ( NXOpen.LineDesigner.ModelPlantRoot  modelPlantRoot)

Clean Plant Model

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Parameters
modelPlantRoot
static ModelPlantManager NXOpen.LineDesigner.ModelPlantManager.GetModelPlantManager ( NXOpen.Session  owner)
static

Returns the ModelPlantManager object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

unsafe NXOpen.LineDesigner.ModelPlantRoot NXOpen.LineDesigner.ModelPlantManager.GetModelPlantRoot ( )

Establish Plant Model Root

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Returns
unsafe void NXOpen.LineDesigner.ModelPlantManager.MoveResourceInstances ( NXOpen.LineDesigner.ModelPlantRoot  modelPlantRoot,
NXOpen.LineDesigner.ModelResourceInstance[]  resourceInstances,
NXOpen.LineDesigner.ModelBaseObject  newParent 
)

Move Resource Instances

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Parameters
modelPlantRoot
resourceInstances
newParent
unsafe void NXOpen.LineDesigner.ModelPlantManager.ObsoleteProductionUnit ( NXOpen.LineDesigner.ModelPlantRoot  modelPlantRoot,
NXOpen.LineDesigner.ModelProductionUnit  productionUnitToObsolete 
)

Obsolete Production Unit

Created in NX11.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Parameters
modelPlantRoot
productionUnitToObsolete
unsafe NXOpen.NXObject NXOpen.LineDesigner.ModelPlantManager.ReadPlantModel ( NXOpen.LineDesigner.ModelPlantRoot  modelPlantRoot)

Read Plant Model

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Parameters
modelPlantRoot
Returns
unsafe void NXOpen.LineDesigner.ModelPlantManager.RestoreTargetProductionUnit ( NXOpen.LineDesigner.ModelPlantRoot  modelPlantRoot)

Restore Target Production Unit

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Parameters
modelPlantRoot
unsafe void NXOpen.LineDesigner.ModelPlantManager.SetTargetProductionUnit ( NXOpen.LineDesigner.ModelPlantRoot  modelPlantRoot,
NXOpen.LineDesigner.ModelProductionUnit  productionUnit,
bool  keep 
)

Set Target Production Unit

Created in NX9.0.0

License requirements: ld_line_designer ("FULL LINE DESIGNER")

Parameters
modelPlantRoot
productionUnit
keep

Property Documentation

Tag NXOpen.LineDesigner.ModelPlantManager.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.