NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ActivatePlantModel (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot, bool activate)
 Activate Plant Model More...
 
unsafe void CleanPlantModel (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot)
 Clean Plant Model More...
 
unsafe
NXOpen.LineDesigner.ModelPlantRoot 
GetModelPlantRoot ()
 Establish Plant Model Root 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...
 
unsafe NXOpen.NXObject ReadPlantModel (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot)
 Read Plant Model More...
 
unsafe void RestoreTargetProductionUnit (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot)
 Restore Target Production Unit More...
 
unsafe void SetTargetProductionUnit (NXOpen.LineDesigner.ModelPlantRoot modelPlantRoot, NXOpen.LineDesigner.ModelProductionUnit productionUnit, bool keep)
 Set Target Production Unit More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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 
)
inline

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)
inline

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)
inlinestatic

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 ( )
inline

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 
)
inline

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 
)
inline

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)
inline

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)
inline

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 
)
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.