NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Drawings.TrackDrawingChangesGeneralBuilder Class Reference

Represents a NXOpen.Drawings.TrackDrawingChangesGeneralBuilder More...

Inheritance diagram for NXOpen.Drawings.TrackDrawingChangesGeneralBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  BaselineOfComparisonType { Snapshot, TrackedChanges }
 Represents baseline Of comparison type More...
 
enum  CompareMethodType { AgainstAnotherDrawing, AgainstSnapshotDataInActiveDrawing, OpenSavedComparisonReport }
 Represents compare method type More...
 
enum  SnapshotDataToUseType { AskAtRunTime, AlwaysUseExistingData, AlwaysCreateNewData, CreateNewDataifNoneExists }
 Represents snapshot data to use type More...
 
enum  SymbolType {
  Circle, TriangleUp, TriangleDown, Square,
  Hexagon
}
 Represents symbol type More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.BaselineOfComparisonType 
BaselineOfComparison [get, set]
 Returns or sets the baseline of comparison More...
 
unsafe
NXOpen.LineColorFontWidthBuilder 
ChangeSymbolLineColorFontWidth [get]
 Returns the change symbol line color font width More...
 
unsafe double ChangeSymbolSize [get, set]
 Returns or sets the change symbol size More...
 
unsafe
NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.SymbolType 
ChangeSymbolType [get, set]
 Returns or sets the change symbol type More...
 
unsafe
NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.CompareMethodType 
CompareMethod [get, set]
 Returns or sets the compare method More...
 
unsafe double CompareTolerance [get, set]
 Returns or sets the compare tolerance More...
 
unsafe bool CreateOverlayDataWithSnapshotData [get, set]
 Returns or sets the create overlay data with snapshot data More...
 
unsafe bool DisplayChangeSymbol [get, set]
 Returns or sets the display change symbol More...
 
unsafe bool IncrementIDNumberPerReport [get, set]
 Returns or sets the increment id number per report More...
 
unsafe bool PreserveChangeSymbolDisplay [get, set]
 Returns or sets the preserve Change Symbol Display More...
 
unsafe bool RestartIDNumbersWithNewReport [get, set]
 Returns or sets the restart id numbers with new report More...
 
unsafe
NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.SnapshotDataToUseType 
SnapshotDataToUse [get, set]
 Returns or sets the snapshot data to use More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Drawings.TrackDrawingChangesGeneralBuilder

Created in NX11.0.0

Member Enumeration Documentation

Represents baseline Of comparison type

Enumerator
Snapshot 
TrackedChanges 

Represents compare method type

Enumerator
AgainstAnotherDrawing 

This option is used to compare different part over current part

AgainstSnapshotDataInActiveDrawing 

This option is used to compare current part on itself

OpenSavedComparisonReport 

This option is used to open a compare report that is saved in the current part

Represents snapshot data to use type

Enumerator
AskAtRunTime 

This option tells to show messages at rumtime

AlwaysUseExistingData 

This option will use existing snapshot data

AlwaysCreateNewData 

This option will always create new snapshot data

CreateNewDataifNoneExists 

This option will create new sanpshot data if none exists

Represents symbol type

Enumerator
Circle 
TriangleUp 
TriangleDown 
Square 
Hexagon 

Member Function Documentation

unsafe bool NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.BaselineOfComparisonType NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.BaselineOfComparison
getset

Returns or sets the baseline of comparison

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.LineColorFontWidthBuilder NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolLineColorFontWidth
get

Returns the change symbol line color font width

Created in NX11.0.0

License requirements: None.

unsafe double NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolSize
getset

Returns or sets the change symbol size

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.SymbolType NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolType
getset

Returns or sets the change symbol type

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.CompareMethodType NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.CompareMethod
getset

Returns or sets the compare method

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.CompareTolerance
getset

Returns or sets the compare tolerance

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.CreateOverlayDataWithSnapshotData
getset

Returns or sets the create overlay data with snapshot data

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.DisplayChangeSymbol
getset

Returns or sets the display change symbol

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.IncrementIDNumberPerReport
getset

Returns or sets the increment id number per report

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.PreserveChangeSymbolDisplay
getset

Returns or sets the preserve Change Symbol Display

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.RestartIDNumbersWithNewReport
getset

Returns or sets the restart id numbers with new report

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.SnapshotDataToUseType NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.SnapshotDataToUse
getset

Returns or sets the snapshot data to use

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.