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

Builder object for changing electrical connection settings on diagramming pages associated with the NXOpen.AME.Project . More...

Inheritance diagram for NXOpen.AME.ElectricalConnectionSettingsBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.NXColor GetStyleColorCode (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType)
 Style color code property of a given electrical connection sub-type. More...
 
unsafe
NXOpen.DisplayableObject.ObjectFont 
GetStyleFont (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType)
 Style font property of a given electrical connection sub-type. More...
 
unsafe
NXOpen.DisplayableObject.ObjectWidth 
GetStyleWidth (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType)
 Style width property of a given electrical connection sub-type. More...
 
unsafe string GetWireColorCode (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType)
 Wire color code property of a given electrical connection sub-type. More...
 
unsafe double GetWireCrossSection (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType)
 Wire cross section property of a given electrical connection sub-type. More...
 
unsafe string GetWireType (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType)
 Wire type property of a given electrical connection sub-type. More...
 
unsafe void ResetToDefault ()
 Resets electrical connection settings to default More...
 
unsafe void SetStyleColorCode (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType, NXOpen.NXColor styleColorCode)
  More...
 
unsafe void SetStyleFont (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType, NXOpen.DisplayableObject.ObjectFont styleFont)
  More...
 
unsafe void SetStyleWidth (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType, NXOpen.DisplayableObject.ObjectWidth styleWidth)
  More...
 
unsafe void SetWireColorCode (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType, string wireColorCode)
  More...
 
unsafe void SetWireCrossSection (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType, double wireCrossSection)
  More...
 
unsafe void SetWireType (NXOpen.AME.AmeElectricalConnectionPotentialType potentialType, string wireType)
  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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 

Detailed Description

Builder object for changing electrical connection settings on diagramming pages associated with the NXOpen.AME.Project .

To create a new instance of this class, use NXOpen.AME.AMEManager.CreateElectricalConnectionSettingsBuilder

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.NXColor NXOpen.AME.ElectricalConnectionSettingsBuilder.GetStyleColorCode ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType)
inline

Style color code property of a given electrical connection sub-type.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
Returns
unsafe NXOpen.DisplayableObject.ObjectFont NXOpen.AME.ElectricalConnectionSettingsBuilder.GetStyleFont ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType)
inline

Style font property of a given electrical connection sub-type.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
Returns
unsafe NXOpen.DisplayableObject.ObjectWidth NXOpen.AME.ElectricalConnectionSettingsBuilder.GetStyleWidth ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType)
inline

Style width property of a given electrical connection sub-type.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
Returns
unsafe string NXOpen.AME.ElectricalConnectionSettingsBuilder.GetWireColorCode ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType)
inline

Wire color code property of a given electrical connection sub-type.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
Returns
Caller needs to free this memory.
unsafe double NXOpen.AME.ElectricalConnectionSettingsBuilder.GetWireCrossSection ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType)
inline

Wire cross section property of a given electrical connection sub-type.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
Returns
unsafe string NXOpen.AME.ElectricalConnectionSettingsBuilder.GetWireType ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType)
inline

Wire type property of a given electrical connection sub-type.

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
Returns
Caller needs to free this memory.
unsafe void NXOpen.AME.ElectricalConnectionSettingsBuilder.ResetToDefault ( )
inline

Resets electrical connection settings to default

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe void NXOpen.AME.ElectricalConnectionSettingsBuilder.SetStyleColorCode ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType,
NXOpen.NXColor  styleColorCode 
)
inline

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
styleColorCode
unsafe void NXOpen.AME.ElectricalConnectionSettingsBuilder.SetStyleFont ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType,
NXOpen.DisplayableObject.ObjectFont  styleFont 
)
inline

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
styleFont
unsafe void NXOpen.AME.ElectricalConnectionSettingsBuilder.SetStyleWidth ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType,
NXOpen.DisplayableObject.ObjectWidth  styleWidth 
)
inline

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
styleWidth
unsafe void NXOpen.AME.ElectricalConnectionSettingsBuilder.SetWireColorCode ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType,
string  wireColorCode 
)
inline

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
wireColorCode
unsafe void NXOpen.AME.ElectricalConnectionSettingsBuilder.SetWireCrossSection ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType,
double  wireCrossSection 
)
inline

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
wireCrossSection
unsafe void NXOpen.AME.ElectricalConnectionSettingsBuilder.SetWireType ( NXOpen.AME.AmeElectricalConnectionPotentialType  potentialType,
string  wireType 
)
inline

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
potentialType
wireType

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