NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Member Functions

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

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)

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)

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)

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)

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)

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 ( )

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 
)

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 
)

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 
)

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 
)

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 
)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.