Class PostGraphBuilder
Inheritance
System.Object
System.MarshalByRefObject
PostGraphBuilder
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 PostGraphBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PostGraphBuilder()
Declaration
protected PostGraphBuilder()
Properties
ComplexGraphTypes
Declaration
public ComplexOption2D ComplexGraphTypes { get; set; }
Property Value
CreateFieldOption
Declaration
public bool CreateFieldOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EdgeIntegralOptionValue
Declaration
public PostGraphBuilder.EdgeIntegralOption EdgeIntegralOptionValue { get; set; }
Property Value
EvalutionErrorsOption
Declaration
public PostGraphBuilder.EvalutionErrors EvalutionErrorsOption { get; set; }
Property Value
FaceIntegralOptionValue
Declaration
public PostGraphBuilder.FaceIntegralOption FaceIntegralOptionValue { get; set; }
Property Value
GeometryCombinationValue
Declaration
public PostGraphBuilder.GeometryValue GeometryCombinationValue { get; set; }
Property Value
GraphTitle
Declaration
public string GraphTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
IncompatibleResultOption
Declaration
public PostGraphBuilder.IncompatibleResult IncompatibleResultOption { get; set; }
Property Value
NodalCombinationValue
Declaration
public PostGraphBuilder.NodalCombination NodalCombinationValue { get; set; }
Property Value
NoDataOption
Declaration
public PostGraphBuilder.DataErrorHandling NoDataOption { get; set; }
Property Value
SaveAfuOption
Declaration
public bool SaveAfuOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectedEntityType
Declaration
public PostGraphBuilder.EntityType SelectedEntityType { get; set; }
Property Value
UserData
Declaration
public double UserData { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetFieldTable()
Declaration
public FieldTable GetFieldTable()
Returns
SetEntityIds(Boolean, Int32[])
Declaration
public void SetEntityIds(bool isnodal, int[] entityIds)
Parameters
Type |
Name |
Description |
System.Boolean |
isnodal |
|
System.Int32[] |
entityIds |
|
SetEntityObjects(TaggedObject[])
Declaration
public void SetEntityObjects(TaggedObject[] entityObjs)
Parameters
SetFreePoints(Point3d[])
Declaration
public void SetFreePoints(Point3d[] freePoints)
Parameters
Type |
Name |
Description |
Point3d[] |
freePoints |
|
SetSelectionEntityObjects(PostSelectionEntity[])
Declaration
public void SetSelectionEntityObjects(PostSelectionEntity[] selectionEntities)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink