CaeDOFSetDisplay Class

class NXOpen.CAE.CaeDOFSetDisplay

Bases: NXOpen.TaggedObject

Represents a DOF Set display attributes

New in version NX7.5.0.

Properties

Property Description
GraphicSymbolDisplayFlag Returns or sets the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window
NameDisplayFlag Returns or sets the true/false flag based on whether the name of the DOF Set is displayed in the graphics window
NodeIdDisplayFlag Returns or sets the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window
Scale Returns or sets the DOF Set display scaling factor this option specifies the scale of the graphic symbol relative to the size of the bounding box of the FE model.
ShadeGraphicSymbol Returns or sets the flag indicating whether or not shading of graphic symbols is required
Tag Returns the Tag for this object.

Methods

Method Description
UpdateDisplay Updates the display of the DOF Set

Property Detail

GraphicSymbolDisplayFlag

CaeDOFSetDisplay.GraphicSymbolDisplayFlag

Returns or sets the true/false flag based on whether the graphic symbol of the DOF Set is displayed in the graphics window

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

Getter Method

Signature GraphicSymbolDisplayFlag

Returns:true when the graphic symbol is displayed, false otherwise
Return type:bool

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

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

Setter Method

Signature GraphicSymbolDisplayFlag

Parameters:graphicSymbolFlag (bool) – true when the graphic symbol should be displayed, false otherwise

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

NameDisplayFlag

CaeDOFSetDisplay.NameDisplayFlag

Returns or sets the true/false flag based on whether the name of the DOF Set is displayed in the graphics window

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

Getter Method

Signature NameDisplayFlag

Returns:true when the name is displayed, false otherwise
Return type:bool

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

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

Setter Method

Signature NameDisplayFlag

Parameters:nameFlag (bool) – true when the name should be displayed, false otherwise

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

NodeIdDisplayFlag

CaeDOFSetDisplay.NodeIdDisplayFlag

Returns or sets the true/false flag based on whether the node id of the DOF Set is displayed in the graphics window

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

Getter Method

Signature NodeIdDisplayFlag

Returns:true when the node id is displayed, false otherwise
Return type:bool

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

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

Setter Method

Signature NodeIdDisplayFlag

Parameters:nodeIdFlag (bool) – true when the node id should be displayed, false otherwise

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Scale

CaeDOFSetDisplay.Scale

Returns or sets the DOF Set display scaling factor this option specifies the scale of the graphic symbol relative to the size of the bounding box of the FE model.

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

Getter Method

Signature Scale

Returns:1 is the smallest - 100 is the largest
Return type:int

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

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

Setter Method

Signature Scale

Parameters:scale (int) – 1 is the smallest - 100 is the largest

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

ShadeGraphicSymbol

CaeDOFSetDisplay.ShadeGraphicSymbol

Returns or sets the flag indicating whether or not shading of graphic symbols is required

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

Getter Method

Signature ShadeGraphicSymbol

Returns:true when shading is required, false otherwise
Return type:bool

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

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

Setter Method

Signature ShadeGraphicSymbol

Parameters:shadeGsymbolFlag (bool) – true when shading is required, false otherwise

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Method Detail

UpdateDisplay

CaeDOFSetDisplay.UpdateDisplay

Updates the display of the DOF Set

Signature UpdateDisplay()

New in version NX7.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)