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

Represents a EditSymbolPieces builder More...

Inheritance diagram for NXOpen.Annotations.EditSymbolDisplayBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  FontTypes {
  Solid, Dashed, Phantom, Centerline,
  Dotted, LongDashed, DottedDashed, Eight,
  Nine, Ten, Eleven
}
 The Enum represent font types. More...
 
enum  WidthTypes {
  Thin, Normal, Thick, ThicknessOne = 6,
  ThicknessTwo, ThicknessThree, ThicknessFour, ThicknessFive,
  ThicknessSix, ThicknessSeven, ThicknessEight, ThicknessNine
}
 The Enum represent width types NXOpen.Annotations.EditSymbolDisplayBuilder.Width and NXOpen.Annotations.EditSymbolDisplayBuilder.Width will set this width type at builder side and will be used to apply the same on the selected contents after commit More...
 

Public Member Functions

unsafe void ApplyCfw ()
 Apply color font width More...
 
unsafe void ApplyStyle ()
 Apply text preferences More...
 
unsafe void SelectComponent (string sid)
 Stores index of the custom symbol component for editing display More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
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.NXColor Color [get, set]
 Returns or sets the color picker More...
 
unsafe
NXOpen.Annotations.EditSymbolDisplayBuilder.FontTypes 
Font [get, set]
 Returns or sets the enum font More...
 
unsafe
NXOpen.Annotations.StyleBuilder 
Style [get]
 Returns the style More...
 
unsafe
NXOpen.Annotations.EditSymbolDisplayBuilder.WidthTypes 
Width [get, set]
 Returns or sets the enum width More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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 EditSymbolPieces builder

To create a new instance of this class, use NXOpen.Annotations.CustomSymbolCollection.EditSymbolDisplayBuilder

Default values.

Property Value

Font

Solid

Width

Thin

Created in NX7.5.0

Member Enumeration Documentation

The Enum represent font types.

NXOpen.Annotations.EditSymbolDisplayBuilder.Font and NXOpen.Annotations.EditSymbolDisplayBuilder.Font will set this font type at builder side and will be used to apply the same on the selected contents after commit

Enumerator
Solid 

Solid type

Dashed 

Dashed Type

Phantom 

Phantom Type

Centerline 

Centerline

Dotted 

Dotted Type

LongDashed 

Long Dash

DottedDashed 

Dotted Dash

Eight 

Long Dashed Double Dotted

Nine 

Long Dashed Dotted for OOTB fonts and Undulating for shipbuilding fonts

Ten 

Long Dashed Triplicate Dotted for OOTB fonts and Zigzag for shipbuilding fonts

Eleven 

Long Dashed Double Short Dashed for OOTB fonts and Railway for shipbuilding fonts

The Enum represent width types NXOpen.Annotations.EditSymbolDisplayBuilder.Width and NXOpen.Annotations.EditSymbolDisplayBuilder.Width will set this width type at builder side and will be used to apply the same on the selected contents after commit

Enumerator
Thin 

Thin

Normal 

Normal

Thick 

Thick

ThicknessOne 

Width One

ThicknessTwo 

Width Two

ThicknessThree 

Width Three

ThicknessFour 

Width Four

ThicknessFive 

Width Five

ThicknessSix 

Width Six

ThicknessSeven 

Width Seven

ThicknessEight 

Width Eight

ThicknessNine 

Width Nine

Member Function Documentation

unsafe void NXOpen.Annotations.EditSymbolDisplayBuilder.ApplyCfw ( )
inline

Apply color font width

Created in NX8.0.0

License requirements: drafting ("DRAFTING")

unsafe void NXOpen.Annotations.EditSymbolDisplayBuilder.ApplyStyle ( )
inline

Apply text preferences

Created in NX7.5.0

License requirements: drafting ("DRAFTING")

unsafe void NXOpen.Annotations.EditSymbolDisplayBuilder.SelectComponent ( string  sid)
inline

Stores index of the custom symbol component for editing display

Created in NX7.5.0

License requirements: drafting ("DRAFTING")

Parameters
sidsid of selected component

Property Documentation

unsafe NXOpen.NXColor NXOpen.Annotations.EditSymbolDisplayBuilder.Color
getset

Returns or sets the color picker

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe NXOpen.Annotations.EditSymbolDisplayBuilder.FontTypes NXOpen.Annotations.EditSymbolDisplayBuilder.Font
getset

Returns or sets the enum font

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe NXOpen.Annotations.StyleBuilder NXOpen.Annotations.EditSymbolDisplayBuilder.Style
get

Returns the style

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Annotations.EditSymbolDisplayBuilder.WidthTypes NXOpen.Annotations.EditSymbolDisplayBuilder.Width
getset

Returns or sets the enum width

Created in NX7.5.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.