Class TraverseLoopBuilder
Inheritance
System.Object
System.MarshalByRefObject
TraverseLoopBuilder
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)
Namespace: NXOpen.Tooling
Assembly: NXOpen.dll
Syntax
public class TraverseLoopBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TraverseLoopBuilder()
Declaration
protected TraverseLoopBuilder()
Properties
BridgeGap
Declaration
public bool BridgeGap { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ByColor
Declaration
public bool ByColor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndEdge
Declaration
public bool EndEdge { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExitLoop
Declaration
public bool ExitLoop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectEdge
Declaration
public ScCollector SelectEdge { get; }
Property Value
Type | Description |
---|---|
ScCollector |
TolSetting
Declaration
public double TolSetting { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
ActAccept()
Declaration
public void ActAccept()
ActBack()
Declaration
public void ActBack()
ActClose()
Declaration
public void ActClose()
ActCycle()
Declaration
public void ActCycle()
ActEdgeSelection(NXObject[], NXObject[], NXObject[], Point3d, Boolean)
Declaration
public void ActEdgeSelection(NXObject[] pTolSelObject, NXObject[] selections, NXObject[] deselections, Point3d cpoint, bool selectEndEdge)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | pTolSelObject | |
NXObject[] | selections | |
NXObject[] | deselections | |
Point3d | cpoint | |
System.Boolean | selectEndEdge |
ActExit()
Declaration
public void ActExit()
CheckGap(NXObject[], out Point3d)
Declaration
public double CheckGap(NXObject[] selections, out Point3d nearPoint)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | selections | |
Point3d | nearPoint |
Returns
Type | Description |
---|---|
System.Double |
MoveCurves(NXObject[])
Declaration
public void MoveCurves(NXObject[] pPartingLines)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | pPartingLines |
ResetTraverseData()
Declaration
public void ResetTraverseData()
SetTraverseStartEndPoint(NXObject, Point3d, NXObject[])
Declaration
public void SetTraverseStartEndPoint(NXObject candidate, Point3d pointCloseCursor, NXObject[] selections)
Parameters
Type | Name | Description |
---|---|---|
NXObject | candidate | |
Point3d | pointCloseCursor | |
NXObject[] | selections |
SwitchToPartinglineLayer()
Declaration
public void SwitchToPartinglineLayer()
Implements
System.Runtime.Remoting.Messaging.IMessageSink