Class PostGraphOrbitBuilder
Inheritance
System.Object
System.MarshalByRefObject
PostGraphOrbitBuilder
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class PostGraphOrbitBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PostGraphOrbitBuilder()
Declaration
protected PostGraphOrbitBuilder()
Properties
GraphTitle
Declaration
public string GraphTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XresultComponent
Declaration
public Result.Component XresultComponent { get; set; }
Property Value
Type | Description |
---|---|
Result.Component |
YresultComponent
Declaration
public Result.Component YresultComponent { get; set; }
Property Value
Type | Description |
---|---|
Result.Component |
Methods
SetEntityIds(Int32[])
Declaration
public void SetEntityIds(int[] entityIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | entityIds |
SetFreePoints(Point3d[])
Declaration
public void SetFreePoints(Point3d[] freePoints)
Parameters
Type | Name | Description |
---|---|---|
Point3d[] | freePoints |
SetSelectionEntityObjects(PostSelectionEntity[])
Declaration
public void SetSelectionEntityObjects(PostSelectionEntity[] selectionEntities)
Parameters
Type | Name | Description |
---|---|---|
PostSelectionEntity[] | selectionEntities |
Implements
System.Runtime.Remoting.Messaging.IMessageSink