NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::Connections::IMassConnectivity Class Referenceabstract

This class represents an Interface to the Lumped Mass panel connection parameters. More...

Inheritance diagram for NXOpen::CAE::Connections::IMassConnectivity:
NXOpen::INXObject NXOpen::CAE::Connections::LumpedMass

Public Member Functions

virtual void AddPanels (const std::vector< NXOpen::TaggedObject * > &entities)=0
 Add panels
Created in NX1847.0.0. More...
 
virtual NXOpen::ExpressionExpansionRadiusFactorTolerance ()=0
 Returns the expansion radius factor
Created in NX1847.0.0. More...
 
virtual NXOpen::ExpressionExpansionRadiusTolerance ()=0
 Returns the expansion radius
Created in NX1847.0.0. More...
 
virtual std::vector
< NXOpen::TaggedObject * > 
GetPanels ()=0
 Gets panels. More...
 
virtual
NXOpen::CAE::Connections::MassConnectivityType 
MassConnectivityType ()=0
 Returns the mass connection type
Created in NX1847.0.0. More...
 
virtual NXOpen::ExpressionMaxDistanceTolerance ()=0
 Returns the maximum distance from definition point to center of support element
Created in NX1847.0.0. More...
 
virtual NXOpen::ExpressionPanelSearchDistance ()=0
 Returns the panel search distance
Created in NX1847.0.0. More...
 
virtual
NXOpen::CAE::Connections::PanelSearchType 
PanelSearchType ()=0
 Returns the panel search type
Created in NX1847.0.0. More...
 
virtual void RemovePanels (const std::vector< NXOpen::TaggedObject * > &entities)=0
 Remove panels
Created in NX1847.0.0. More...
 
virtual
NXOpen::CAE::Connections::RingSearchType 
RingSearchType ()=0
 Returns the search tolerance type
Created in NX1847.0.0. More...
 
virtual void SetMassConnectivityType (NXOpen::CAE::Connections::MassConnectivityType type)=0
 Sets the mass connection type
Created in NX1847.0.0. More...
 
virtual void SetPanelSearchType (NXOpen::CAE::Connections::PanelSearchType type)=0
 Sets the panel search type
Created in NX1847.0.0. More...
 
virtual void SetRingSearchType (NXOpen::CAE::Connections::RingSearchType type)=0
 Sets the search tolerance type
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::INXObject
virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)=0
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual NXOpen::INXObjectFindObject (const char *journalIdentifier)=0
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual bool IsOccurrence ()=0
 Returns whether this object is an occurrence or not. More...
 
virtual NXString JournalIdentifier ()=0
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual NXString Name ()=0
 Returns the custom name of the object. More...
 
virtual
NXOpen::Assemblies::Component
OwningComponent ()=0
 Returns the owning component, if this object is an occurrence. More...
 
virtual NXOpen::BasePartOwningPart ()=0
 Returns the owning part of this object
Created in NX3.0.0. More...
 
virtual void Print ()=0
 Prints a representation of this object to the system log file. More...
 
virtual NXOpen::INXObjectPrototype ()=0
 Returns the prototype of this object if it is an occurrence. More...
 
virtual void SetName (const NXString &name)=0
 Sets the custom name of the object. More...
 
virtual void SetName (const char *name)=0
 Sets the custom name of the object. More...
 

Detailed Description

This class represents an Interface to the Lumped Mass panel connection parameters.


Created in NX1847.0.0.

Member Function Documentation

virtual void NXOpen::CAE::Connections::IMassConnectivity::AddPanels ( const std::vector< NXOpen::TaggedObject * > &  entities)
pure virtual

Add panels
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
entitiesPanels entities

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual NXOpen::Expression* NXOpen::CAE::Connections::IMassConnectivity::ExpansionRadiusFactorTolerance ( )
pure virtual

Returns the expansion radius factor
Created in NX1847.0.0.



License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual NXOpen::Expression* NXOpen::CAE::Connections::IMassConnectivity::ExpansionRadiusTolerance ( )
pure virtual

Returns the expansion radius
Created in NX1847.0.0.



License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual std::vector<NXOpen::TaggedObject *> NXOpen::CAE::Connections::IMassConnectivity::GetPanels ( )
pure virtual

Gets panels.

Returns
Panels entities
Created in NX1847.0.0.

License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual NXOpen::CAE::Connections::MassConnectivityType NXOpen::CAE::Connections::IMassConnectivity::MassConnectivityType ( )
pure virtual

Returns the mass connection type
Created in NX1847.0.0.



License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual NXOpen::Expression* NXOpen::CAE::Connections::IMassConnectivity::MaxDistanceTolerance ( )
pure virtual

Returns the maximum distance from definition point to center of support element
Created in NX1847.0.0.



License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual NXOpen::Expression* NXOpen::CAE::Connections::IMassConnectivity::PanelSearchDistance ( )
pure virtual

Returns the panel search distance
Created in NX1847.0.0.



License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual NXOpen::CAE::Connections::PanelSearchType NXOpen::CAE::Connections::IMassConnectivity::PanelSearchType ( )
pure virtual

Returns the panel search type
Created in NX1847.0.0.



License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual void NXOpen::CAE::Connections::IMassConnectivity::RemovePanels ( const std::vector< NXOpen::TaggedObject * > &  entities)
pure virtual

Remove panels
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
entitiesPanels entities

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual NXOpen::CAE::Connections::RingSearchType NXOpen::CAE::Connections::IMassConnectivity::RingSearchType ( )
pure virtual

Returns the search tolerance type
Created in NX1847.0.0.



License requirements : None

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual void NXOpen::CAE::Connections::IMassConnectivity::SetMassConnectivityType ( NXOpen::CAE::Connections::MassConnectivityType  type)
pure virtual

Sets the mass connection type
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
typeMass connect type

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual void NXOpen::CAE::Connections::IMassConnectivity::SetPanelSearchType ( NXOpen::CAE::Connections::PanelSearchType  type)
pure virtual

Sets the panel search type
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
typePanel search type

Implemented in NXOpen::CAE::Connections::LumpedMass.

virtual void NXOpen::CAE::Connections::IMassConnectivity::SetRingSearchType ( NXOpen::CAE::Connections::RingSearchType  type)
pure virtual

Sets the search tolerance type
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
typeRing search type

Implemented in NXOpen::CAE::Connections::LumpedMass.


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