NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.LayoutStateCollection Class Reference

This class is a collection of NXOpen.CAE.LayoutState . More...

Inheritance diagram for NXOpen.CAE.LayoutStateCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe NXOpen.CAE.LayoutState CloneLayoutState (NXOpen.CAE.LayoutState fromLayoutState, string newName)
 Clones the specified NXOpen.CAE.LayoutState More...
 
unsafe NXOpen.CAE.LayoutState CreateEmptyLayoutState (string layoutStateName)
 Creates an empty NXOpen.CAE.LayoutState More...
 
unsafe
NXOpen.CAE.LayoutStateApplicator 
CreateLayoutStateApplicator ()
 Creates a NXOpen.CAE.LayoutStateApplicator . More...
 
unsafe
NXOpen.CAE.LayoutStateBuilder 
CreateLayoutStateBuilder (NXOpen.CAE.LayoutState layoutState)
 Creates a NXOpen.CAE.LayoutStateBuilder . More...
 
unsafe void DeleteLayoutState (NXOpen.CAE.LayoutState layoutState)
 Deletes the specified NXOpen.CAE.LayoutState More...
 
unsafe NXOpen.CAE.LayoutState Find (string name)
 Finds a NXOpen.CAE.LayoutState with the specified name. More...
 
NXOpen.CAE.LayoutState[] ToArray ()
 Returns an array of NXOpen.CAE.LayoutState objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

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

Detailed Description

This class is a collection of NXOpen.CAE.LayoutState .

To obtain an instance of this class, refer to NXOpen.CAE.CaePart

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.CAE.LayoutState NXOpen.CAE.LayoutStateCollection.CloneLayoutState ( NXOpen.CAE.LayoutState  fromLayoutState,
string  newName 
)
inline

Clones the specified NXOpen.CAE.LayoutState

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
fromLayoutStatecloned layout state
newNamename of the new layout state
Returns
resulting layout state
unsafe NXOpen.CAE.LayoutState NXOpen.CAE.LayoutStateCollection.CreateEmptyLayoutState ( string  layoutStateName)
inline

Creates an empty NXOpen.CAE.LayoutState

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
layoutStateNamename of the new layout state
Returns
resulting layout state
unsafe NXOpen.CAE.LayoutStateApplicator NXOpen.CAE.LayoutStateCollection.CreateLayoutStateApplicator ( )
inline

Creates a NXOpen.CAE.LayoutStateApplicator .

This builder is used to visualize layout states or exported layout states.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Returns
unsafe NXOpen.CAE.LayoutStateBuilder NXOpen.CAE.LayoutStateCollection.CreateLayoutStateBuilder ( NXOpen.CAE.LayoutState  layoutState)
inline

Creates a NXOpen.CAE.LayoutStateBuilder .

This builder is used to create or edit Layout States.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
layoutState
Returns
unsafe void NXOpen.CAE.LayoutStateCollection.DeleteLayoutState ( NXOpen.CAE.LayoutState  layoutState)
inline

Deletes the specified NXOpen.CAE.LayoutState

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
layoutState
override int NXOpen.CAE.LayoutStateCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.CAE.LayoutState NXOpen.CAE.LayoutStateCollection.Find ( string  name)
inline

Finds a NXOpen.CAE.LayoutState with the specified name.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
namename of the layout state
Returns
NXOpen.CAE.LayoutState [] NXOpen.CAE.LayoutStateCollection.ToArray ( )
inline

Returns an array of NXOpen.CAE.LayoutState objects.

Property Documentation

Tag NXOpen.CAE.LayoutStateCollection.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.