Class PlotContoursBuilder
Inheritance
PlotContoursBuilder
Assembly: NXOpen.dll
Syntax
public class PlotContoursBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PlotContoursBuilder()
Declaration
protected PlotContoursBuilder()
Properties
ScalarFieldWrapper
Declaration
public ScalarFieldWrapper ScalarFieldWrapper { get; }
Property Value
Methods
CreatePlotObject()
Declaration
public ExpressionPlotContours CreatePlotObject()
Returns
SetElementsToPlot(FEElement[])
Declaration
public void SetElementsToPlot(FEElement[] pElementTags)
Parameters
Type |
Name |
Description |
FEElement[] |
pElementTags |
|
SetMeshesToPlot(Mesh[])
Declaration
public void SetMeshesToPlot(Mesh[] pMeshTags)
Parameters
Type |
Name |
Description |
Mesh[] |
pMeshTags |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink