Template3D Class

class NXOpen.CAE.Xyplot.Template3D

Bases: NXOpen.CAE.Xyplot.BaseTemplate

Manages the 3D display style

Not support KF.

New in version NX7.5.0.

Properties

Property Description
ComplexOption Returns or sets the complex option
GridLayoutStyleSetting Returns the grid layout display style
Owner Returns the owner style
Tag Returns the Tag for this object.

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.
ExportTemplate Exports current graph template setting to a template xml file, it will override the template file if it is existing.
GetAxisStyleSetting Gets the axis display style @return Axis style
GetBarStyleSetting Gets the bar display style @return Bar style
GetGraphStyle Gets the graph style @return Graph style
GetLineStyleSetting Gets the line display style @return Line style
GetPlateStyleSetting Gets the plate display style @return Plate style
GetScatterStyleSetting Gets the scatter display style @return Scatter style
GetSurfaceStyleSetting Gets the sureface display style setting of a specified index in a 3D graph template @return Surface style
GetTextStyleSetting Gets the text style @return Text display style
ImportTemplate Updates current graph template setting from a template xml file
ResetToDefault Resets the graph template to default values
SetGraphStyle Sets the graph style

Property Detail

ComplexOption

Template3D.ComplexOption

Returns or sets the complex option

-------------------------------------

Getter Method

Signature ComplexOption()

Returns:Complex option
Return type:NXOpen.CAE.Xyplot.ComplexOption3D

New in version NX7.5.0.

Deprecated since version NX10.0.0: Use CAE.Xyplot.GeneralDisplayStyles3D.ComplexOption instead.

License requirements: nx_ftk (“NX Advanced Graphing”)

-------------------------------------

Setter Method

Signature ComplexOption(complexOption)

Parameters:complexOption (NXOpen.CAE.Xyplot.ComplexOption3D) – Complex option

New in version NX7.5.0.

Deprecated since version NX10.0.0: Use CAE.Xyplot.GeneralDisplayStyles3D.ComplexOption instead.

License requirements: nx_ftk (“NX Advanced Graphing”)

Owner

Template3D.Owner

Returns the owner style

-------------------------------------

Getter Method

Signature Owner()

Returns:
Return type:NXOpen.CAE.Xyplot.IDisplayStyle

New in version NX10.0.0.

License requirements: None.

Method Detail

CommitChange

Template3D.CommitChange

Commits any edits that have been applied to the display style.

Triggers the corresponding plot to update graph.

Signature CommitChange()

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

GetSurfaceStyleSetting

Template3D.GetSurfaceStyleSetting

Gets the sureface display style setting of a specified index in a 3D graph template

Signature GetSurfaceStyleSetting(styleIndex)

Parameters:styleIndex (int) – Style index, from 0 to 19
Returns:Surface style
Return type:NXOpen.CAE.Xyplot.SurfaceStyleSetting

New in version NX9.0.0.

Deprecated since version NX10.0.0: Use CAE.Xyplot.DiagramDisplayStyles.GetSurfaceStyleSetting instead.

License requirements: nx_ftk (“NX Advanced Graphing”)