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

Composer connection. More...

Inheritance diagram for NXOpen.CAE.Connections.ConnectionData:

Public Member Functions

unsafe string[] GetPointNameCoord1 ()
 Get point name coord1 More...
 
unsafe void SetPointNameCoord1 (string[] pointNameCoord1s)
 Set point name coord1 More...
 
unsafe string[] GetPointNameCoord2 ()
 Get point name coord2 More...
 
unsafe void SetPointNameCoord2 (string[] pointNameCoord2s)
 Set point name coord2 More...
 
unsafe string[] GetPointNameCoord3 ()
 Get point name coord3 More...
 
unsafe void SetPointNameCoord3 (string[] pointNameCoord3s)
 Set point name coord3 More...
 
unsafe NXOpen.TaggedObject[] GetPID1s ()
 Get pID1s More...
 
unsafe void SetPID1s (NXOpen.TaggedObject[] pID1s)
 Set pID1s More...
 
unsafe NXOpen.TaggedObject[] GetPID2s ()
 Get pID2s More...
 
unsafe void SetPID2s (NXOpen.TaggedObject[] pID2s)
 Set pID2s More...
 
unsafe NXOpen.TaggedObject[] GetPID3s ()
 Get pID3s More...
 
unsafe void SetPID3s (NXOpen.TaggedObject[] pID3s)
 Set pID3s More...
 
unsafe string GetAxis ()
 Gets axis. More...
 
unsafe void SetAxis (string axis)
 Sets axis. More...
 
unsafe string[] GetLineFEEdgeRecipe1 ()
 Get line / FE edge recipe1 More...
 
unsafe void SetLineFEEdgeRecipe1 (string[] lineFEEdgeRecipe1s)
 Set line / FE edge recipe1 More...
 
unsafe string[] GetLineFEEdgeRecipe2 ()
 Get line / FE edge recipe2 More...
 
unsafe void SetLineFEEdgeRecipe2 (string[] lineFEEdgeRecipe2s)
 Set line / FE edge recipe1 More...
 

Properties

unsafe
NXOpen.CAE.Connections.ComponentData 
Comp1 [get, set]
 Returns or sets the comp1 More...
 
unsafe
NXOpen.CAE.Connections.ComponentData 
Comp2 [get, set]
 Returns or sets the comp2 More...
 
unsafe
NXOpen.CAE.Connections.ComponentData 
Comp3 [get, set]
 Returns or sets the comp3 More...
 
unsafe
NXOpen.CAE.Connections.ComposerConnectionType 
ConnectionType [get, set]
 Returns or sets the connection type More...
 
unsafe
NXOpen.CAE.Connections.ConnectionDBItemData 
DBItem [get, set]
 Returns or sets the db item More...
 
unsafe bool Dof1 [get, set]
 Returns or sets the dof1 More...
 
unsafe bool Dof2 [get, set]
 Returns or sets the dof2 More...
 
unsafe bool Dof3 [get, set]
 Returns or sets the dof3 More...
 
unsafe bool Dof4 [get, set]
 Returns or sets the dof4 More...
 
unsafe bool Dof5 [get, set]
 Returns or sets the dof5 More...
 
unsafe bool Dof6 [get, set]
 Returns or sets the dof6 More...
 
unsafe double ExpansionRadius1 [get, set]
 Returns or sets the expansion radius1 More...
 
unsafe double ExpansionRadius2 [get, set]
 Returns or sets the expansion radius2 More...
 
unsafe double ExpansionRadiusFactor1 [get, set]
 Returns or sets the expansion radius factor1 More...
 
unsafe double ExpansionRadiusFactor2 [get, set]
 Returns or sets the expansion radius factor2 More...
 
unsafe double FlangeSearchTolerance1 [get, set]
 Returns or sets the expansion radius factor1 More...
 
unsafe double FlangeSearchTolerance2 [get, set]
 Returns or sets the expansion radius factor2 More...
 
unsafe string FlangeType1 [get, set]
 Returns or sets the flange type1 More...
 
unsafe string FlangeType2 [get, set]
 Returns or sets the flange type2 More...
 
unsafe double HeadDiameter [get, set]
 Returns or sets the head diameter More...
 
unsafe double LengthStep [get, set]
 Returns or sets the expansion radius factor2 More...
 
unsafe string LinePart1 [get, set]
 Returns or sets the line part1 More...
 
unsafe string LinePart2 [get, set]
 Returns or sets the line part2 More...
 
unsafe double MaximumDistanceTolerance1 [get, set]
 Returns or sets the maximum distance tolerance1 More...
 
unsafe double MaximumDistanceTolerance2 [get, set]
 Returns or sets the maximum distance tolerance2 More...
 
unsafe string Name [get, set]
 Returns or sets the assembly name More...
 
unsafe string SearchType1 [get, set]
 Returns or sets the search type1 More...
 
unsafe string SearchType2 [get, set]
 Returns or sets the search type2 More...
 
unsafe double ShankDiameter [get, set]
 Returns or sets the shank diameter More...
 

Detailed Description

Composer connection.

Use this interface to set/get properties and parameters of the spot weld connection.

Created in NX12.0.0

Member Function Documentation

unsafe string NXOpen.CAE.Connections.ConnectionData.GetAxis ( )

Gets axis.

Created in NX12.0.0

License requirements: None.

Returns
unsafe string [] NXOpen.CAE.Connections.ConnectionData.GetLineFEEdgeRecipe1 ( )

Get line / FE edge recipe1

Created in NX12.0.0

License requirements: None.

Returns
unsafe string [] NXOpen.CAE.Connections.ConnectionData.GetLineFEEdgeRecipe2 ( )

Get line / FE edge recipe2

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.TaggedObject [] NXOpen.CAE.Connections.ConnectionData.GetPID1s ( )

Get pID1s

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.TaggedObject [] NXOpen.CAE.Connections.ConnectionData.GetPID2s ( )

Get pID2s

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.TaggedObject [] NXOpen.CAE.Connections.ConnectionData.GetPID3s ( )

Get pID3s

Created in NX12.0.0

License requirements: None.

Returns
unsafe string [] NXOpen.CAE.Connections.ConnectionData.GetPointNameCoord1 ( )

Get point name coord1

Created in NX12.0.0

License requirements: None.

Returns
unsafe string [] NXOpen.CAE.Connections.ConnectionData.GetPointNameCoord2 ( )

Get point name coord2

Created in NX12.0.0

License requirements: None.

Returns
unsafe string [] NXOpen.CAE.Connections.ConnectionData.GetPointNameCoord3 ( )

Get point name coord3

Created in NX12.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Connections.ConnectionData.SetAxis ( string  axis)

Sets axis.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
axis
unsafe void NXOpen.CAE.Connections.ConnectionData.SetLineFEEdgeRecipe1 ( string[]  lineFEEdgeRecipe1s)

Set line / FE edge recipe1

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
lineFEEdgeRecipe1s
unsafe void NXOpen.CAE.Connections.ConnectionData.SetLineFEEdgeRecipe2 ( string[]  lineFEEdgeRecipe2s)

Set line / FE edge recipe1

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
lineFEEdgeRecipe2s
unsafe void NXOpen.CAE.Connections.ConnectionData.SetPID1s ( NXOpen.TaggedObject[]  pID1s)

Set pID1s

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pID1s
unsafe void NXOpen.CAE.Connections.ConnectionData.SetPID2s ( NXOpen.TaggedObject[]  pID2s)

Set pID2s

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pID2s
unsafe void NXOpen.CAE.Connections.ConnectionData.SetPID3s ( NXOpen.TaggedObject[]  pID3s)

Set pID3s

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pID3s
unsafe void NXOpen.CAE.Connections.ConnectionData.SetPointNameCoord1 ( string[]  pointNameCoord1s)

Set point name coord1

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pointNameCoord1s
unsafe void NXOpen.CAE.Connections.ConnectionData.SetPointNameCoord2 ( string[]  pointNameCoord2s)

Set point name coord2

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pointNameCoord2s
unsafe void NXOpen.CAE.Connections.ConnectionData.SetPointNameCoord3 ( string[]  pointNameCoord3s)

Set point name coord3

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pointNameCoord3s

Property Documentation

unsafe NXOpen.CAE.Connections.ComponentData NXOpen.CAE.Connections.ConnectionData.Comp1
getset

Returns or sets the comp1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.Connections.ComponentData NXOpen.CAE.Connections.ConnectionData.Comp2
getset

Returns or sets the comp2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.Connections.ComponentData NXOpen.CAE.Connections.ConnectionData.Comp3
getset

Returns or sets the comp3

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.Connections.ComposerConnectionType NXOpen.CAE.Connections.ConnectionData.ConnectionType
getset

Returns or sets the connection type

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.Connections.ConnectionDBItemData NXOpen.CAE.Connections.ConnectionData.DBItem
getset

Returns or sets the db item

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.Connections.ConnectionData.Dof1
getset

Returns or sets the dof1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.Connections.ConnectionData.Dof2
getset

Returns or sets the dof2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.Connections.ConnectionData.Dof3
getset

Returns or sets the dof3

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.Connections.ConnectionData.Dof4
getset

Returns or sets the dof4

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.Connections.ConnectionData.Dof5
getset

Returns or sets the dof5

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.Connections.ConnectionData.Dof6
getset

Returns or sets the dof6

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.ExpansionRadius1
getset

Returns or sets the expansion radius1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.ExpansionRadius2
getset

Returns or sets the expansion radius2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.ExpansionRadiusFactor1
getset

Returns or sets the expansion radius factor1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.ExpansionRadiusFactor2
getset

Returns or sets the expansion radius factor2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.FlangeSearchTolerance1
getset

Returns or sets the expansion radius factor1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.FlangeSearchTolerance2
getset

Returns or sets the expansion radius factor2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.Connections.ConnectionData.FlangeType1
getset

Returns or sets the flange type1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.Connections.ConnectionData.FlangeType2
getset

Returns or sets the flange type2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.HeadDiameter
getset

Returns or sets the head diameter

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.LengthStep
getset

Returns or sets the expansion radius factor2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.Connections.ConnectionData.LinePart1
getset

Returns or sets the line part1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.Connections.ConnectionData.LinePart2
getset

Returns or sets the line part2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.MaximumDistanceTolerance1
getset

Returns or sets the maximum distance tolerance1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.MaximumDistanceTolerance2
getset

Returns or sets the maximum distance tolerance2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.Connections.ConnectionData.Name
getset

Returns or sets the assembly name

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.Connections.ConnectionData.SearchType1
getset

Returns or sets the search type1

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.Connections.ConnectionData.SearchType2
getset

Returns or sets the search type2

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.Connections.ConnectionData.ShankDiameter
getset

Returns or sets the shank diameter

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: 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.