NXOpen .NET Reference  12.0.0
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:

Public Member Functions

NXOpen.CAE.LayoutState[] ToArray ()
 Returns an array of NXOpen.CAE.LayoutState objects. More...
 
unsafe NXOpen.CAE.LayoutState Find (string name)
 Finds a NXOpen.CAE.LayoutState with the specified name. 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 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. 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 
)

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)

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

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)

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)

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

Advances the enumerator to the next element of the collection.

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

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

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