Class GraphBuilder
Inheritance
System.Object
System.MarshalByRefObject
GraphBuilder
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
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead.")]
public class GraphBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GraphBuilder()
Declaration
Properties
AfuFile
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public string AfuFile { get; set; }
Property Value
Type |
Description |
System.String |
|
Component
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.ComponentChoices Component { get; set; }
Property Value
CoordinateSystemType
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.CsysChoices CoordinateSystemType { get; set; }
Property Value
GraphTitle
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public string GraphTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Mode
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public int Mode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ModeRequest
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.RequestChoices ModeRequest { get; set; }
Property Value
Object
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public NXObject Object { get; set; }
Property Value
PlotEnable
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public bool PlotEnable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PlotStyle
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.PlotStyleChoices PlotStyle { get; set; }
Property Value
Request
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.RequestChoices Request { get; set; }
Property Value
StoreEnable
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public bool StoreEnable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
XAxisType
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.XAxisTypeChoices XAxisType { get; set; }
Property Value
XCurve
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.CurveData XCurve { get; }
Property Value
Methods
AddYCurves(GraphBuilder.CurveData[])
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public void AddYCurves(GraphBuilder.CurveData[] curves)
Parameters
GetMotionObjects()
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public NXObject[] GetMotionObjects()
Returns
GetYCurves()
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public GraphBuilder.CurveData[] GetYCurves()
Returns
MoveDownYCurves(Int32[])
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public void MoveDownYCurves(int[] selectedIndices)
Parameters
Type |
Name |
Description |
System.Int32[] |
selectedIndices |
|
MoveUpYCurves(Int32[])
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public void MoveUpYCurves(int[] selectedIndices)
Parameters
Type |
Name |
Description |
System.Int32[] |
selectedIndices |
|
RemoveYCurve(GraphBuilder.CurveData)
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public void RemoveYCurve(GraphBuilder.CurveData yCurve)
Parameters
SetMotionObjects(NXObject[])
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public void SetMotionObjects(NXObject[] motionObjects)
Parameters
Type |
Name |
Description |
NXObject[] |
motionObjects |
|
SetXCurve(GraphBuilder.CurveData)
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Motion.GraphObjectBuilder instead..")]
public void SetXCurve(GraphBuilder.CurveData newCurve)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink