Class NodalTargetLocalSpider
Inheritance
NodalTargetLocalSpider
Assembly: NXOpen.dll
Syntax
public class NodalTargetLocalSpider : NodalTarget, IMessageSink, INodalTargetCenter, INodalTargetCenterOption, INodalTargetLocalSpiderDefinition, INXObject
Constructors
NodalTargetLocalSpider()
Declaration
protected NodalTargetLocalSpider()
Properties
CenterType
Declaration
public NodalTargetCenterType CenterType { get; set; }
Property Value
ExpansionRadius
Declaration
public Expression ExpansionRadius { get; }
Property Value
ExpansionRadiusFactor
Declaration
public Expression ExpansionRadiusFactor { get; }
Property Value
LocalSpiderCenterType
Declaration
public LocalSpiderCenterType LocalSpiderCenterType { get; set; }
Property Value
MaxDistance
Declaration
public Expression MaxDistance { get; }
Property Value
PanelSearchType
Declaration
public PanelSearchType PanelSearchType { get; set; }
Property Value
RingSearchType
Declaration
public RingSearchType RingSearchType { get; set; }
Property Value
SearchTolerance
Declaration
public Expression SearchTolerance { get; }
Property Value
TargetCenter
Declaration
public TaggedObject TargetCenter { get; set; }
Property Value
UseLegsCog
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use INodalTargetCenterOption.CenterType instead.")]
public bool UseLegsCog { get; set; }
Property Value
Methods
AddLocationMeshPoint(MeshPoint)
Declaration
public MeshPointLocation AddLocationMeshPoint(MeshPoint meshPoint)
Parameters
Returns
AddLocationNode(FENode)
Declaration
public NodeLocation AddLocationNode(FENode node)
Parameters
Type |
Name |
Description |
FENode |
node |
|
Returns
AddLocationPoint(Point)
Declaration
public PointLocation AddLocationPoint(Point point)
Parameters
Type |
Name |
Description |
Point |
point |
|
Returns
AddLocationSelectionRecipe(SelectionRecipe)
Declaration
public SelectionRecipeLocation AddLocationSelectionRecipe(SelectionRecipe selectionRecipe)
Parameters
Returns
AddRegionsEntities(TaggedObject[])
Declaration
public void AddRegionsEntities(TaggedObject[] entities)
Parameters
GetAvailableTargetCenterTypes(out NodalTargetCenterType[])
Declaration
public void GetAvailableTargetCenterTypes(out NodalTargetCenterType[] types)
Parameters
GetLocation(int)
Declaration
public Location GetLocation(int indexOfLocation)
Parameters
Type |
Name |
Description |
int |
indexOfLocation |
|
Returns
GetNumberOfLocations()
Declaration
public int GetNumberOfLocations()
Returns
GetRegionsEntities()
Declaration
public TaggedObject[] GetRegionsEntities()
Returns
IsCoincidentCenterTypeAllowed()
Declaration
public bool IsCoincidentCenterTypeAllowed()
Returns
RemoveLocation(int)
Declaration
public void RemoveLocation(int indexOfLocation)
Parameters
Type |
Name |
Description |
int |
indexOfLocation |
|
RemoveRegionsEntities(TaggedObject[])
Declaration
public void RemoveRegionsEntities(TaggedObject[] entities)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink