NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition Interface Reference

This class represents an Interface to the Nodal Target Local Spider Definition. More...

Inheritance diagram for NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition:
NXOpen.INXObject NXOpen.CAE.Connections.NodalTargetLocalSpider

Public Member Functions

NXOpen.CAE.Connections.MeshPointLocation AddLocationMeshPoint (NXOpen.CAE.MeshPoint meshPoint)
 Adds a mesh point location to the target locations list More...
 
NXOpen.CAE.Connections.NodeLocation AddLocationNode (NXOpen.CAE.FENode node)
 Adds a node location to the target locations list More...
 
NXOpen.CAE.Connections.PointLocation AddLocationPoint (NXOpen.Point point)
 Adds a point location to the target locations list More...
 
NXOpen.CAE.Connections.SelectionRecipeLocation AddLocationSelectionRecipe (NXOpen.CAE.SelectionRecipe selectionRecipe)
 Adds a Selection Recipe to the target locations list More...
 
void AddRegionsEntities (NXOpen.TaggedObject[] entities)
 Add regions entities to the target. More...
 
NXOpen.CAE.Connections.Location GetLocation (int indexOfLocation)
 Get a location from the target locations list More...
 
int GetNumberOfLocations ()
 Get the number of locations in the target More...
 
NXOpen.TaggedObject[] GetRegionsEntities ()
 Gets regions entities in the target. More...
 
void RemoveLocation (int indexOfLocation)
 Remove a location from the target locations list More...
 
void RemoveRegionsEntities (NXOpen.TaggedObject[] entities)
 Remove regions entities from the target. More...
 
- Public Member Functions inherited from NXOpen.INXObject
NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
void Print ()
 Prints a representation of this object to the system log file. More...
 
void SetName (string name)
 Sets the custom name of the object. More...
 

Properties

NXOpen.Expression ExpansionRadius [get]
 Returns the Expansion Radius More...
 
NXOpen.Expression ExpansionRadiusFactor [get]
 Returns the Expansion Radius Factor More...
 
NXOpen.Expression MaxDistance [get]
 Returns the Maximum Distance More...
 
NXOpen.CAE.Connections.PanelSearchType PanelSearchType [get, set]
 Returns or sets the Panel Search type More...
 
NXOpen.CAE.Connections.RingSearchType RingSearchType [get, set]
 Returns or sets the Ring Search type More...
 
NXOpen.Expression SearchTolerance [get]
 Returns the Search Tolerance 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...
 

Detailed Description

This class represents an Interface to the Nodal Target Local Spider Definition.

Created in NX1847.0.0

Member Function Documentation

NXOpen.CAE.Connections.MeshPointLocation NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.AddLocationMeshPoint ( NXOpen.CAE.MeshPoint  meshPoint)

Adds a mesh point location to the target locations list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
meshPointMesh Point used for location creation
Returns
The created mesh point type location

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

NXOpen.CAE.Connections.NodeLocation NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.AddLocationNode ( NXOpen.CAE.FENode  node)

Adds a node location to the target locations list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
nodeNode used for location
Returns
The node type location

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

NXOpen.CAE.Connections.PointLocation NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.AddLocationPoint ( NXOpen.Point  point)

Adds a point location to the target locations list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
pointPoint used for location creation
Returns
The created point type location

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

NXOpen.CAE.Connections.SelectionRecipeLocation NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.AddLocationSelectionRecipe ( NXOpen.CAE.SelectionRecipe  selectionRecipe)

Adds a Selection Recipe to the target locations list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
selectionRecipeSelection Recipe used for location creation
Returns
The created selection recipe type location

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

void NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.AddRegionsEntities ( NXOpen.TaggedObject[]  entities)

Add regions entities to the target.

Changes are not applied till an update is performed by calling Update.DoUpdate

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
entitiesRegions entities

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

NXOpen.CAE.Connections.Location NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.GetLocation ( int  indexOfLocation)

Get a location from the target locations list

Created in NX1847.0.0

License requirements: None.

Parameters
indexOfLocationThe location index
Returns
The location

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

int NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.GetNumberOfLocations ( )

Get the number of locations in the target

Created in NX1847.0.0

License requirements: None.

Returns
The number of locations

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

NXOpen.TaggedObject [] NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.GetRegionsEntities ( )

Gets regions entities in the target.

These can be any combination of CAD (point, edge, face, body) or FE (node, edge, face, element and mesh) objects able to return nodes.

Created in NX1847.0.0

License requirements: None.

Returns
Legs entities

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

void NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.RemoveLocation ( int  indexOfLocation)

Remove a location from the target locations list

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
indexOfLocationThe location index

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

void NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.RemoveRegionsEntities ( NXOpen.TaggedObject[]  entities)

Remove regions entities from the target.

Changes are not applied till an update is performed by calling Update.DoUpdate

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
entitiesRegions entities

Implemented in NXOpen.CAE.Connections.NodalTargetLocalSpider.

Property Documentation

NXOpen.Expression NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.ExpansionRadius
get

Returns the Expansion Radius

Created in NX1847.0.0

License requirements: None.

NXOpen.Expression NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.ExpansionRadiusFactor
get

Returns the Expansion Radius Factor

Created in NX1847.0.0

License requirements: None.

NXOpen.Expression NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.MaxDistance
get

Returns the Maximum Distance

Created in NX1847.0.0

License requirements: None.

NXOpen.CAE.Connections.PanelSearchType NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.PanelSearchType
getset

Returns or sets the Panel Search type

Created in NX1847.0.0

License requirements to get this property: None.

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

NXOpen.CAE.Connections.RingSearchType NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.RingSearchType
getset

Returns or sets the Ring Search type

Created in NX1847.0.0

License requirements to get this property: None.

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

NXOpen.Expression NXOpen.CAE.Connections.INodalTargetLocalSpiderDefinition.SearchTolerance
get

Returns the Search Tolerance

Created in NX1847.0.0

License requirements: None.


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