NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.AtvSetCollection Class Reference

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

Inheritance diagram for NXOpen.CAE.AtvSetCollection:

Public Member Functions

NXOpen.CAE.AtvSet[] ToArray ()
 Returns an array of NXOpen.CAE.AtvSet objects. More...
 
unsafe NXOpen.CAE.AtvSetBuilder CreateBuilder (NXOpen.CAE.AtvSet pAtvSet)
 Creates an atvset builder. More...
 
unsafe NXOpen.CAE.AtvSet Find (string name)
 Finds a ATV Set with a specified name. More...
 
unsafe void Delete (NXOpen.CAE.AtvSet atvSetTag)
 Delete an ATV Set 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.AtvSet .

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

Created in NX12.0.0

Member Function Documentation

unsafe NXOpen.CAE.AtvSetBuilder NXOpen.CAE.AtvSetCollection.CreateBuilder ( NXOpen.CAE.AtvSet  pAtvSet)

Creates an atvset builder.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pAtvSetthe Atv Set to edit, nullptr if being created
Returns
the builder
unsafe void NXOpen.CAE.AtvSetCollection.Delete ( NXOpen.CAE.AtvSet  atvSetTag)

Delete an ATV Set

Created in NX12.0.0

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

Parameters
atvSetTagThe ATV Set to be deleted
override int NXOpen.CAE.AtvSetCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.AtvSet NXOpen.CAE.AtvSetCollection.Find ( string  name)

Finds a ATV Set with a specified name.

Created in NX12.0.0

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

Parameters
namename of the ATV Set
Returns
NXOpen.CAE.AtvSet [] NXOpen.CAE.AtvSetCollection.ToArray ( )

Returns an array of NXOpen.CAE.AtvSet objects.

Property Documentation

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