Class PostAnnotationBuilder
Inheritance
System.Object
System.MarshalByRefObject
PostAnnotationBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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 PostAnnotationBuilder : TransientObject, IMessageSink, IDisposable
Constructors
PostAnnotationBuilder(IntPtr)
Declaration
protected PostAnnotationBuilder(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
CommitAnnotation()
Declaration
public PostAnnotation CommitAnnotation()
Returns
Type | Description |
---|---|
PostAnnotation |
Delete()
Declaration
public void Delete()
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetAnnotationType(PostAnnotationBuilder.Type)
Declaration
public void SetAnnotationType(PostAnnotationBuilder.Type type)
Parameters
Type | Name | Description |
---|---|---|
PostAnnotationBuilder.Type | type |
SetCoordinate(Double, Double)
Declaration
public void SetCoordinate(double xcord, double ycord)
Parameters
Type | Name | Description |
---|---|---|
System.Double | xcord | |
System.Double | ycord |
SetEdgeFace(Int32[])
Declaration
public void SetEdgeFace(int[] subIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | subIds |
SetElements(Int32[])
Declaration
public void SetElements(int[] elementIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | elementIds |
SetName(String)
Declaration
public void SetName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
SetNodes(Int32[])
Declaration
public void SetNodes(int[] nodeIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | nodeIds |
SetNumMinMax(Int32)
Declaration
public void SetNumMinMax(int numMinMax)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numMinMax |
SetResults(Result[])
Declaration
public void SetResults(Result[] results)
Parameters
Type | Name | Description |
---|---|---|
Result[] | results |
SetSectionAngles(Double[])
Declaration
public void SetSectionAngles(double[] sectionAngles)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | sectionAngles |
SetSectors(Int32[])
Declaration
public void SetSectors(int[] sectorIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | sectorIds |
SetUpdateEntityOnResultChange(Boolean)
Declaration
public void SetUpdateEntityOnResultChange(bool update)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | update |
SetUsertext(String[])
Declaration
public void SetUsertext(string[] usertext)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | usertext |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable