Class NodalTargetLocalSpider
Inheritance
System.Object
System.MarshalByRefObject
NodalTargetLocalSpider
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Type |
Description |
System.Boolean |
|
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
GetLocation(Int32)
Declaration
public Location GetLocation(int indexOfLocation)
Parameters
Type |
Name |
Description |
System.Int32 |
indexOfLocation |
|
Returns
GetNumberOfLocations()
Declaration
public int GetNumberOfLocations()
Returns
Type |
Description |
System.Int32 |
|
GetRegionsEntities()
Declaration
public TaggedObject[] GetRegionsEntities()
Returns
IsCoincidentCenterTypeAllowed()
Declaration
public bool IsCoincidentCenterTypeAllowed()
Returns
Type |
Description |
System.Boolean |
|
RemoveLocation(Int32)
Declaration
public void RemoveLocation(int indexOfLocation)
Parameters
Type |
Name |
Description |
System.Int32 |
indexOfLocation |
|
RemoveRegionsEntities(TaggedObject[])
Declaration
public void RemoveRegionsEntities(TaggedObject[] entities)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink