Class SimBcXyPlotBuilder
Inheritance
SimBcXyPlotBuilder
Assembly: NXOpen.dll
Syntax
public class SimBcXyPlotBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SimBcXyPlotBuilder()
Declaration
protected SimBcXyPlotBuilder()
Properties
MultipleMatches
Declaration
public SimBcXyPlotBuilder.ResolveMultipleMatches MultipleMatches { get; set; }
Property Value
Methods
GetAvailableBcsToPlot()
Declaration
public SimBC[] GetAvailableBcsToPlot()
Returns
GetAvailablePropertyNamesToPlot(SimBC)
Declaration
public string[] GetAvailablePropertyNamesToPlot(SimBC tBc)
Parameters
Type |
Name |
Description |
SimBC |
tBc |
|
Returns
Plot(int, int)
Declaration
public Plot Plot(int deviceIndex, int viewIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewIndex |
|
Returns
SetBcsToPlot(SimBC[])
Declaration
public void SetBcsToPlot(SimBC[] bcs)
Parameters
Type |
Name |
Description |
SimBC[] |
bcs |
|
SetBcsToPlot(SimBC[], string[])
Declaration
public void SetBcsToPlot(SimBC[] bcs, string[] propertyNames)
Parameters
Type |
Name |
Description |
SimBC[] |
bcs |
|
string[] |
propertyNames |
|
SetLocationElement(FEElement)
Declaration
public void SetLocationElement(FEElement element)
Parameters
SetLocationElementEdge(FEElemEdge)
Declaration
public void SetLocationElementEdge(FEElemEdge elementEdge)
Parameters
SetLocationElementFace(FEElemFace)
Declaration
public void SetLocationElementFace(FEElemFace elementFace)
Parameters
SetLocationNode(FENode)
Declaration
public void SetLocationNode(FENode node)
Parameters
Type |
Name |
Description |
FENode |
node |
|
SetPropertyNameToPlot(string)
Declaration
public void SetPropertyNameToPlot(string pPropertyName)
Parameters
Type |
Name |
Description |
string |
pPropertyName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink