Class NodalTargetSpider
Inheritance
NodalTargetSpider
Assembly: NXOpen.dll
Syntax
public class NodalTargetSpider : NodalTarget, IMessageSink, INodalTargetLegs, INodalTargetCenter, INodalTargetCenterOption, INXObject
Constructors
NodalTargetSpider()
Declaration
protected NodalTargetSpider()
Properties
CenterType
Declaration
public NodalTargetCenterType CenterType { get; set; }
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
AddLegsEntities(TaggedObject[])
Declaration
public void AddLegsEntities(TaggedObject[] entities)
Parameters
GetAvailableTargetCenterTypes(out NodalTargetCenterType[])
Declaration
public void GetAvailableTargetCenterTypes(out NodalTargetCenterType[] types)
Parameters
GetLegsEntities()
Declaration
public TaggedObject[] GetLegsEntities()
Returns
IsCoincidentCenterTypeAllowed()
Declaration
public bool IsCoincidentCenterTypeAllowed()
Returns
RemoveLegsEntities(TaggedObject[])
Declaration
public void RemoveLegsEntities(TaggedObject[] entities)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink