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

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

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

Public Member Functions

unsafe double GetCladdingDiameter (NXOpen.AME.AmeOpticalConnectionFiberType fiberType)
 Fiber cladding diameter property of a given optical connection sub-type. More...
 
unsafe double GetCoreDiameter (NXOpen.AME.AmeOpticalConnectionFiberType fiberType)
 Fiber core diameter property of a given optical connection sub-type. More...
 
unsafe NXOpen.NXColor GetStyleColorCode (NXOpen.AME.AmeOpticalConnectionFiberType fiberType)
 Style color code property of a given optical connection sub-type. More...
 
unsafe
NXOpen.DisplayableObject.ObjectFont 
GetStyleFont (NXOpen.AME.AmeOpticalConnectionFiberType fiberType)
 Style font property of a given optical connection sub-type. More...
 
unsafe
NXOpen.DisplayableObject.ObjectWidth 
GetStyleWidth (NXOpen.AME.AmeOpticalConnectionFiberType fiberType)
 Style width property of a given optical connection sub-type. More...
 
unsafe void ResetToDefault ()
 Resets optical connection settings to default More...
 
unsafe void SetCladdingDiameter (NXOpen.AME.AmeOpticalConnectionFiberType fiberType, double claddingDiameter)
  More...
 
unsafe void SetCoreDiameter (NXOpen.AME.AmeOpticalConnectionFiberType fiberType, double coreDiameter)
  More...
 
unsafe void SetStyleColor (NXOpen.AME.AmeOpticalConnectionFiberType fiberType, NXOpen.NXColor styleColorCode)
  More...
 
unsafe void SetStyleFont (NXOpen.AME.AmeOpticalConnectionFiberType fiberType, NXOpen.DisplayableObject.ObjectFont styleFont)
  More...
 
unsafe void SetStyleWidth (NXOpen.AME.AmeOpticalConnectionFiberType fiberType, NXOpen.DisplayableObject.ObjectWidth styleWidth)
  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 optical connection settings on diagramming pages associated with the NXOpen.AME.Project

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

Created in NX12.0.0

Member Function Documentation

unsafe double NXOpen.AME.OpticalConnectionSettingsBuilder.GetCladdingDiameter ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType)
inline

Fiber cladding diameter property of a given optical connection sub-type.

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
Returns
unsafe double NXOpen.AME.OpticalConnectionSettingsBuilder.GetCoreDiameter ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType)
inline

Fiber core diameter property of a given optical connection sub-type.

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
Returns
unsafe NXOpen.NXColor NXOpen.AME.OpticalConnectionSettingsBuilder.GetStyleColorCode ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType)
inline

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

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
Returns
unsafe NXOpen.DisplayableObject.ObjectFont NXOpen.AME.OpticalConnectionSettingsBuilder.GetStyleFont ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType)
inline

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

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
Returns
unsafe NXOpen.DisplayableObject.ObjectWidth NXOpen.AME.OpticalConnectionSettingsBuilder.GetStyleWidth ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType)
inline

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

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
Returns
unsafe void NXOpen.AME.OpticalConnectionSettingsBuilder.ResetToDefault ( )
inline

Resets optical connection settings to default

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe void NXOpen.AME.OpticalConnectionSettingsBuilder.SetCladdingDiameter ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType,
double  claddingDiameter 
)
inline

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
claddingDiameter
unsafe void NXOpen.AME.OpticalConnectionSettingsBuilder.SetCoreDiameter ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType,
double  coreDiameter 
)
inline

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
coreDiameter
unsafe void NXOpen.AME.OpticalConnectionSettingsBuilder.SetStyleColor ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType,
NXOpen.NXColor  styleColorCode 
)
inline

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
styleColorCode
unsafe void NXOpen.AME.OpticalConnectionSettingsBuilder.SetStyleFont ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType,
NXOpen.DisplayableObject.ObjectFont  styleFont 
)
inline

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
styleFont
unsafe void NXOpen.AME.OpticalConnectionSettingsBuilder.SetStyleWidth ( NXOpen.AME.AmeOpticalConnectionFiberType  fiberType,
NXOpen.DisplayableObject.ObjectWidth  styleWidth 
)
inline

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
fiberType
styleWidth

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