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

This is the class to access a connection element More...

Inheritance diagram for NXOpen.CAE.Connections.Element:
NXOpen.CAE.NamedPropertyTable NXOpen.CAE.IExportableFEEntity NXOpen.NXObject NXOpen.INXObject

Public Member Functions

unsafe void AddConnections (NXOpen.CAE.Connections.IConnection[] connections)
 Adds connections to this element More...
 
unsafe void RemoveConnections (NXOpen.CAE.Connections.IConnection[] connections)
 Removes a connection from this element. More...
 
unsafe void GetConnections (out NXOpen.CAE.Connections.IConnection[] connections)
 Gets connections from this element More...
 
unsafe void GenerateElements ()
 Mesh the Connection Element. More...
 
unsafe string[] GetSolverCardSyntax ()
 Returns the solver card syntax strings for this entity. More...
 

Properties

unsafe bool IsCompatibleType [get]
 Returns the compatibility of the element (whether it accepts compatible or incompatible meshes) More...
 
unsafe NXOpen.Expression MinBarLength [get]
 Returns the min bar length. More...
 
unsafe
NXOpen.CAE.Connections.ElementStatusType 
Status [get]
 Returns the status of the element More...
 
unsafe
NXOpen.CAE.Connections.ElementType 
Type [get]
 Returns the type of the element More...
 
- Properties inherited from NXOpen.CAE.NamedPropertyTable
unsafe string DescriptorType [get]
 Returns the descriptor name defines the type of the property table in named property table holder More...
 
unsafe int Label [get, set]
 Returns or sets the label of the named property table holder More...
 
unsafe string LanguageName [get]
 Returns the lanugage of the descriptor that defines the type of the property table in named property table holder More...
 
unsafe NXOpen.CAE.PropertyTable PropertyTable [get]
 Returns the property table of the named property table holder More...
 
unsafe string SolverName [get]
 Returns the solver of lanugage of the descriptor that defines the type of the property table in named property table holder More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 

Detailed Description

This is the class to access a connection element

To obtain an instance of this object use the Create creator in CAE.Connections.ElementCollection .

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.Connections.Element.AddConnections ( NXOpen.CAE.Connections.IConnection[]  connections)

Adds connections to this element

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
connections
unsafe void NXOpen.CAE.Connections.Element.GenerateElements ( )

Mesh the Connection Element.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe void NXOpen.CAE.Connections.Element.GetConnections ( out NXOpen.CAE.Connections.IConnection[]  connections)

Gets connections from this element

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
connections
unsafe string [] NXOpen.CAE.Connections.Element.GetSolverCardSyntax ( )

Returns the solver card syntax strings for this entity.

Created in NX8.5.0

License requirements: None.

Returns

Implements NXOpen.CAE.IExportableFEEntity.

unsafe void NXOpen.CAE.Connections.Element.RemoveConnections ( NXOpen.CAE.Connections.IConnection[]  connections)

Removes a connection from this element.

This does not delete/destroy the connection, instead this element will no longer keep a reference to the connection.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
connections

Property Documentation

unsafe bool NXOpen.CAE.Connections.Element.IsCompatibleType
get

Returns the compatibility of the element (whether it accepts compatible or incompatible meshes)

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.Connections.Element.MinBarLength
get

Returns the min bar length.

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.CAE.Connections.ElementStatusType NXOpen.CAE.Connections.Element.Status
get

Returns the status of the element

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.Connections.ElementType NXOpen.CAE.Connections.Element.Type
get

Returns the type of the element

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.