Class SimBcPlotContoursBuilder
Inheritance
System.Object
System.MarshalByRefObject
SimBcPlotContoursBuilder
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 SimBcPlotContoursBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SimBcPlotContoursBuilder()
Declaration
protected SimBcPlotContoursBuilder()
Properties
PropertyIndexToPlot
Declaration
[Obsolete("Deprecated in NX9.0.0. There is no replacement for this method.")]
public int PropertyIndexToPlot { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PropertyNameToPlot
Declaration
public string PropertyNameToPlot { get; set; }
Property Value
Type |
Description |
System.String |
|
ResolveOverlap
Declaration
public SimBcPlotContoursBuilder.ResolveOverlapType ResolveOverlap { get; set; }
Property Value
ResolveOverlapValue
Declaration
public double ResolveOverlapValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
ResolveOverlapValueUnit
Declaration
public Unit ResolveOverlapValueUnit { get; set; }
Property Value
Methods
CreatePlotObject()
Declaration
public NxBcPlotContours CreatePlotObject()
Returns
CreateResult()
Declaration
public Result CreateResult()
Returns
GetAvailableBcsToPlot()
Declaration
public SimBC[] GetAvailableBcsToPlot()
Returns
GetAvailablePropertyNamesAndIndicesToPlot(SimBC, out Int32[], out String[])
Declaration
[Obsolete("Deprecated in NX9.0.0. There is no replacement for this method.")]
public void GetAvailablePropertyNamesAndIndicesToPlot(SimBC tBc, out int[] pPropIndices, out string[] pPropNames)
Parameters
Type |
Name |
Description |
SimBC |
tBc |
|
System.Int32[] |
pPropIndices |
|
System.String[] |
pPropNames |
|
GetAvailablePropertyNamesToPlot(SimBC)
Declaration
public string[] GetAvailablePropertyNamesToPlot(SimBC tBc)
Parameters
Type |
Name |
Description |
SimBC |
tBc |
|
Returns
Type |
Description |
System.String[] |
|
GetPlotType()
Declaration
public SimBcPlotContoursBuilder.PlotType GetPlotType()
Returns
SetAnimationPoints(Double, Unit, Double, Unit, Int32)
Declaration
public void SetAnimationPoints(double startValue, Unit startUnit, double endValue, Unit endUnit, int numFrames)
Parameters
Type |
Name |
Description |
System.Double |
startValue |
|
Unit |
startUnit |
|
System.Double |
endValue |
|
Unit |
endUnit |
|
System.Int32 |
numFrames |
|
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 |
|
System.String[] |
propertyNames |
|
SetEvaluationPoints(Double[], Unit[])
Declaration
public void SetEvaluationPoints(double[] values, Unit[] units)
Parameters
Type |
Name |
Description |
System.Double[] |
values |
|
Unit[] |
units |
|
SetPlotType(SimBcPlotContoursBuilder.PlotType)
Declaration
public void SetPlotType(SimBcPlotContoursBuilder.PlotType plotType)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink